summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * gigi.h (yyparse): Remove.neil2002-03-242-4/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51257 138bc75d-0d04-0410-961f-82ee72b054a4
* Removal of separate preprocessor cpp0.neil2002-03-2415-88/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in (GCC_PASSES, STAGESTUFF, LIBCPP_OBJS, cpp0, install-common): Update. * c-common.c (flag_preprocess_only): New. (c_common_init): Preprocess for -E. * c-common.h (flag_preprocess_only): New. * c-decl.c (c_decode_option): Handle -E, and -std=c++98. * c-objc-common.c (c_init_decl_processing): Exit quickly for NULL return from c_common_init. * cpplib.h (cpp_preprocess_file): New. * cppmain.c (main, general_init, pfile, progname): Remove. (do_preprocessing): Rename cpp_preprocess_file, don't call cpp_finish. Don't close stdout here. (setup_callbacks): Update prototype. * gcc.c (trad_capable_cpp, cpp_unique_options, default_compilers): Update. * tradcpp.c (main): Ignore -quiet. cp: * decl2.c (cxx_decode_option): Handle -E. * lang-specs.h (default_compilers): Preprocess with cc1plus. * lex.c (cxx_init): Exit quickly if c_common_init returns NULL. objc: * lang-specs.h (default_compilers): Preprocess with cc1obj. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51256 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-03-246-6/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51255 138bc75d-0d04-0410-961f-82ee72b054a4
* PR optimization/5742rth2002-03-246-45/+47
| | | | | | | | | | | | | * machmode.def: Add inner mode field to complex modes. * config/mips/mips.c (mips_function_value): Always define. Add new argument to handle libcalls. * config/mips/mips.h (LIBCALL_VALUE): Use mips_function_value. (FUNCTION_VALUE): Likewise. * config/mips/abi64.h (FUNCTION_VALUE): Remove. * config/mips/mips-protos.h: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51250 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/sparc/sparc.c (sparc_emit_floatunsdi): New.rth2002-03-244-0/+55
| | | | | | | | * config/sparc/sparc-protos.h: Update. * config/sparc/sparc.md (floatunsdisf2, floatunsdidf2): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51249 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/sparc/gmon-sol2.c (internal_mcount): Assume eitherrth2002-03-242-1/+8
| | | | | | | _start or _init begins the text segment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51248 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/rs6000/rs6000.h (RETURN_IN_MEMORY): Cast to HOST_WIDE_INTdje2002-03-232-3/+8
| | | | | | | | not HOST_WIDEST_INT. (RS6000_ARG_SIZE): Remove unsigned cast of int_size_in_bytes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51245 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-23 Toon Moene <toon@moene.indiv.nluug.nl>toon2002-03-233-22/+38
| | | | | | | | | | * com.c (ffecom_check_size_overflow_): Add a test so that arrays too large for 32-bit byte-offset addressing get caught. * news.texi: Document the fixing of this problem. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51243 138bc75d-0d04-0410-961f-82ee72b054a4
* PR java/5489rearnsha2002-03-233-5/+18
| | | | | | | | | | | | * arm.md (return, sibcall_epilogue): Pass const_true_rtx as the operand argument to output_return_instruction. * arm.c (arm_print_operand, case 'd'): If the operand is const_true_rtx then just return. (arm_print_operand, case 'D'): If the operand is const_true_rtx then abort. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51241 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-23 Andrew Cagney <ac131313@redhat.com>cagney2002-03-239-4/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | * doc/invoke.texi (Option Summary): Mention -Wswitch-default. (Warning Options): Document -Wswitch-default. * toplev.c (W_options): Add -Wswitch-default. Update comment on -Wswitch. (warn_switch_default): Define variable. (warn_switch): Update comment. * flags.h (warn_switch_default): Declare variable. (warn_switch): Update comment. * stmt.c (expand_end_case): Check for and, when warn_switch_no_default, warn of a missing default case. Index: f/ChangeLog Sat Mar 23 11:18:17 2002 Andrew Cagney <ac131313@redhat.com> * invoke.texi (Warning Options): Mention -Wswitch-default. Index: testsuite/ChangeLog 2002-03-23 Andrew Cagney <ac131313@redhat.com> * gcc.dg/Wswitch-default.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51238 138bc75d-0d04-0410-961f-82ee72b054a4
* reverted erroneous checkintromey2002-03-236-382/+345
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51235 138bc75d-0d04-0410-961f-82ee72b054a4
* * include/name-finder.h (_Jv_name_finder::myclose): New method.tromey2002-03-239-352/+426
| | | | | | | * name-finder.cc (_Jv_name_finder): Initialize file descriptors. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51234 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-23 Michael Smith <msmith@spinnakernet.com>tromey2002-03-232-3/+8
| | | | | | | | * java/util/GregorianCalendar.java (minimums, maximums): Correct MONTH entry. Fixes PR libgcj/6045. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51232 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/nat/natPlainSocketImpl.cc (write): Abort loop on error.jsturm2002-03-232-0/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51230 138bc75d-0d04-0410-961f-82ee72b054a4
* * real.h (N): Special case 128 bit doubles.amodra2002-03-232-0/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51229 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-23 Florian Weimer <fw@deneb.enyo.de>fw2002-03-232-1486/+1688
| | | | | | | | * gnat_rm.texi: Sync with ACT version. (From Ben Brosgol <brosgol@gnat.com>) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51228 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/6037jakub2002-03-234-3/+28
| | | | | | | | | * decl.c (start_enum): Don't set TREE_ADDRESSABLE on TREE_LIST node. * g++.dg/other/enum1.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51227 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.dg/pragma-ep-3.c: Fix typo.zack2002-03-232-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51226 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-03-236-6/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51225 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-22 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-03-231-3/+3
| | | | | | | | | | | | | | | | | | | | | * acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPP): Just test for signbit and __signbit directly. * aclocal.m4: Regenerate. * configure: Regenerate. * config.h.in: Regenerate. * libmath/Makefile.am: Simplify. * libmath/Makefile.in: Regenerate. * include/c_std/std_cmath.h: Update paths for include of cmath.tcc. * include/Makefile.am: Clean up handling of extra "C" header files. Add hooks for "C" compatibility headers. * include/Makefile.in: Regenerate. * include/c/*: Formatting tweaks, cleanups. * include/c_std/*: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51221 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-22 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-03-2351-1219/+2020
| | | | | | | | | | | | | | | | | | | | | * acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPP): Just test for signbit and __signbit directly. * aclocal.m4: Regenerate. * configure: Regenerate. * config.h.in: Regenerate. * libmath/Makefile.am: Simplify. * libmath/Makefile.in: Regenerate. * include/c_std/std_cmath.h: Update paths for include of cmath.tcc. * include/Makefile.am: Clean up handling of extra "C" header files. Add hooks for "C" compatibility headers. * include/Makefile.in: Regenerate. * include/c/*: Formatting tweaks, cleanups. * include/c_std/*: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51220 138bc75d-0d04-0410-961f-82ee72b054a4
* * error.c (dump_type): Be careful about implicit typenames.gdr2002-03-232-1/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51219 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-22 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-03-234-12/+14
| | | | | | | | | * config/locale/gnu/messages_members.h: Add __uselocale bits. * config/locale/gnu/messages_members.cc: Same. * config/locale/gnu/time_members.cc: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51217 138bc75d-0d04-0410-961f-82ee72b054a4
* * combine.c (simplify_comparison): When widening modes, ignoreamodra2002-03-232-4/+19
| | | | | | | sign extension on CONST_INTs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51216 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/xtensa/xtensa.c (print_operand): Fix incorrect modebwilson2002-03-232-5/+18
| | | | | | | passed to adjust_address. Fix comment formatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51215 138bc75d-0d04-0410-961f-82ee72b054a4
* cp/gdr2002-03-234-1/+25
| | | | | | | | | | | | PR C++/3656 * semantics.c (finish_base_specifier): Handle erronous base classes. testsuite/ * g++.dg/inherit/template-as-base.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51214 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-22 Tom Tromey <tromey@redhat.com>tromey2002-03-232-1/+12
| | | | | | | | | | Andrew Haley <aph@cambridge.redhat.com> * expr.c (build_field_ref): Don't build a check if the field is a member of `this'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51213 138bc75d-0d04-0410-961f-82ee72b054a4
* * real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.zack2002-03-2338-540/+415
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Always make REAL_VALUE_TYPE a struct containing an array of HOST_WIDE_INT, not a double. Tidy up the code deciding how big it is. Don't declare or use union real_extract. * emit-rtl.c (init_emit_once), varasm.c (immed_real_const_1, decode_rtx_const, output_constant_pool), config/a29k/a29k.c (print_operand), config/arm/arm.c (output_move_double), config/arm/arm.md (consttable_4, consttable_8), config/romp/romp.c (output_fpops), config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY), config/xtensa/xtensa.c (xtensa_output_literal): Don't use union real_extract. * config/dsp16xx/dsp16xx.c (print_operand), config/i860/i860.c (sfmode_constant_to_ulong), config/ns32k/merlin.h (PRINT_OPERAND), config/ns32k/ns32k.c (print_operand), config/pdp11/pdp11.h (PRINT_OPERAND), config/we32k/we32k.h (PRINT_OPERAND): Don't use local version of union real_extract. * config/convex/convex.c (check_float_value), config/vax/vax.c (vax_float_literal), config/m88k/m88k.md (divdf3), config/dsp16xx/dsp16xx.md (fixuns_trunchfhi2), config/pdp11/pdp11.c (output_move_quad): Don't do host arithmetic on target floating point quantities. * config/a29k/a29k.md, config/dsp16xx/dsp16xx.c (output_dsp16xx_float_const): Don't test HOST_FLOAT_FORMAT. * fold-const.c (fold), simplify-rtx.c (simplify_binary_real): Use MODE_HAS_INFINITIES rather than #ifdef REAL_INFINITY. * real.c (earith): Test INFINITY rather than REAL_INFINITY; NANS implies INFINITY, so can drop #ifdef NANS inside #ifndef INFINITY. * print-rtl.c (print_rtx): Disable code which needs floating-point emulator. * libgcc2.c: Include float.h and use DBL_MANT_DIG, FLT_MANT_DIG, to define DF_SIZE and SF_SIZE, rather than depending on HOST_FLOAT_FORMAT to be defined properly. * ch/grant.c, cp/error.c: Always use REAL_VALUE_TO_DECIMAL; don't test REAL_IS_NOT_DOUBLE. * config/1750a/1750a.c (get_double, float_label): Delete. (print_operand): Delete huge commented-out chunk. Use REAL_VALUE_TO_DECIMAL. * config/1750a/1750a-protos.h: Delete prototypes of deleted functions. * config/convex/convex.h: Always set TARGET_FLOAT_FORMAT to IEEE_FLOAT_FORMAT. * config/i370/i370.h (PRINT_OPERAND [TARGET_HLASM version]): Use REAL_VALUE_TO_DECIMAL as ELF version does. * config/m88k/m88k.c (real_power_of_2_operand, legitimize_operand): Take the REAL_VALUE_TYPE and/or union real_extract out of the union; run the input through REAL_VALUE_TO_TARGET_DOUBLE, then plug the pair of longwords from that into the union. * config/pdp11/pdp11.c (output_move_double): Rearrange parentheses to make automatic indenter happy. * doc/tm.texi (Cross-compilation): Rename node to "Floating Point" and rewrite to describe current situation. Also adjust documentation of REAL_VALUE_TO_TARGET_SINGLE and friends to match code. * doc/rtl.texi: Adjust cross reference. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51210 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-22 Eric Blake <ebb9@email.byu.edu>ericb2002-03-232-0/+9
| | | | | | | | For PR java/6026: * libjava.compile/PR6026.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51209 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-21 Eric Blake <ebb9@email.byu.edu>ericb2002-03-232-0/+7
| | | | | | | | Fix for PR java/6026: * lex.c (java_lex): Fix parsing of consecutive floats. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51207 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/xtensa/xtensa-protos.h (non_acc_reg_operand): Remove.bwilson2002-03-225-19/+62
| | | | | | | | | | | | | | | | (xtensa_valid_move, xtensa_preferred_reload_class): Define. * config/xtensa/xtensa.c (non_acc_reg_operand): Remove. (xtensa_valid_move, xtensa_preferred_reload_class): Define to prevent use of sp as a reload register. (xtensa_emit_move_sequence): Use xtensa_valid_move instead of non_acc_reg_operand. * config/xtensa/xtensa.h (PREDICATE_CODES): Remove non_acc_reg_operand. (PREFERRED_RELOAD_CLASS): Move code to xtensa_preferred_reload_class. * config/xtensa/xtensa.md (movsi_internal, movhi_internal, movqi_internal): Use xtensa_valid_move instead of non_acc_reg_operand. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51201 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-pragma.c (maybe_apply_renaming_pragma): New.rth2002-03-2215-4/+302
| | | | | | | | | | | | | | | | | | | | | | | | | | (handle_pragma_redefine_extname, pending_redefine_extname): New. (handle_pragma_extern_prefix, pragma_extern_prefix): New. (init_pragma): Register them. * c-pragma.h (maybe_apply_renaming_pragma): Declare. * c-decl.c (finish_decl): Call it. * cp/decl.c (cp_finish_decl): Likewise. * doc/extend.texi: Document the new pragmas. * config/alpha/osf.h (CPP_SUBTARGET_SPEC): Add __EXTERN_PREFIX. (HANDLE_PRAGMA_EXTERN_PREFIX): New. * config/i386/sol2.h (CPP_PREDEFINES): Add __PRAGMA_REDEFINE_EXTNAME. (HANDLE_PRAGMA_REDEFINE_EXTNAME): New. * config/sparc/sol2.h: Likewise. * g++.dg/other/pragma-re-1.C: New. * g++.dg/other/pragma-ep-1.C: New. * gcc.dg/pragma-re-1.c, gcc.dg/pragma-re-2.c: New. * gcc.dg/pragma-ep-1.c, gcc.dg/pragma-ep-2.c: New. * gcc.dg/pragma-ep-3.c: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51200 138bc75d-0d04-0410-961f-82ee72b054a4
* * g++.old-deja/g++.other/dwarf2-1.C: Move...jakub2002-03-222-2/+6
| | | | | | | * g++.dg/debug/debug5.C: ...here. Convert for dg framework. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51197 138bc75d-0d04-0410-961f-82ee72b054a4
* * cpphash.h (struct cpp_reader): Remove mls_line and mls_col.neil2002-03-227-103/+49
| | | | | | | | | | | | | * cpplex.c (unterminated): Delete. (parse_string): No string literal may extend over multiple lines. Suppress the error when preprocessing assembly. * cppmain.c (scan_translation_unit): Strings are single-line. * doc/cpp.texi: Update to match. * testsuite/gcc.dg/cpp/multiline.c: Update to match. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51195 138bc75d-0d04-0410-961f-82ee72b054a4
* PR optimization/5854jakub2002-03-224-160/+180
| | | | | | | | | | | | | | | | | | | | | * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_VALUE_P): Use K for 0. Shut up warnings. (CONST_DOUBLE_OK_FOR_LETTER_P): Use G for 0.0. (EXTRA_CONSTRAINT): Use S for non-push memory operand. * config/m68hc11/m68hc11.c (m68hc11_split_move): Handle setting from const0 if scratch register was not allocated. (m68hc11_reload_operands, m68hc11_gen_lowpart, m68hc11_gen_highpart, m68hc11_z_replacement): Replace gen_rtx (CONST_INT, VOIDmode, ...) with GEN_INT (...). (m68hc11_reorg): Compute BLOCK_FOR_INSN before reload_cse_regs. * config/m68hc11/m68hc11.md: Replace gen_rtx (CONST_INT, VOIDmode, ...) with GEN_INT (...) everywhere. Remove constraints in define_split patterns. (movdi_internal, movdf_internal, movsi_internal, movsf_internal): Don't require scratch register for setting 0 into regs/non-pushable memory. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51194 138bc75d-0d04-0410-961f-82ee72b054a4
* * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.aoliva2002-03-222-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51193 138bc75d-0d04-0410-961f-82ee72b054a4
* * typeck.c (expand_ptrmemfunc_cst): Scale idx down to an indexaoliva2002-03-222-4/+9
| | | | | | | | into the vtable_entry array regardless of TARGET_PTRMEMFUNC_VBIT_LOCATION. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51192 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/mips/mips.h (MASK_RETURN_ADDR): Define.aoliva2002-03-222-0/+16
| | | | | | | (TARGET_PTRMEMFUNC_VBIT_LOCATION): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51191 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-22 Phil Edwards <pme@gcc.gnu.org>pme2002-03-226-3/+47
| | | | | | | | | | | | | | * cpplib.h (struct cpp_options): New member, warn_endif_labels. * cppinit.c (cpp_create_reader): On by default. (cpp_handle_option): Handle -W[no-]endif-labels. (cpp_post_options): Also enable if -pedantic. * cpplib.c (do_else): Use it. (do_endif): Likewise. * doc/cppopts.texi: Document new option. * doc/invoke.texi: Document new option. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51190 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-22 Phil Edwards <pme@gcc.gnu.org>pme2002-03-222-0/+26
| | | | | | | * gcc.dg/cpp/extratokens2.c: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51188 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/i386.c, config/i386/i386.md: Change all occurencesrth2002-03-223-47/+41
| | | | | | | of GEN_INT (trunc_int_for_mode (...)) to gen_int_mode (...). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51186 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-03-22 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-03-222-38/+44
| | | | | | | * src/vterminate.cc: Format, -fno-exceptions cleanup. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51185 138bc75d-0d04-0410-961f-82ee72b054a4
* * flow.c (calculate_global_regs_live): Clear aux fields ofaoliva2002-03-222-0/+10
| | | | | | | ENTRY and EXIT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51183 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/v850/v850.c (v850_reorg): Only call alter_subreg onjakub2002-03-225-14/+26
| | | | | | | | | | | REG or MEM subregs, pass rtx * instead of rtx to it. * config/i860/i860.c (output_delayed_branch, output_delay_insn): Pass rtx * instead of rtx to alter_subreg. * config/m32r/m32r.c (gen_split_move_double): Likewise. * config/pj/pj.c (pj_output_rval): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51182 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/3177rth2002-03-224-7/+40
| | | | | | | | | | | * config/ia64/ia64.h (CUMULATIVE_ARGS): Add int_regs. (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Update. * config/ia64/ia64.c (ia64_function_arg_advance): Set int_regs. (ia64_expand_prologue): Look at int_regs, not words, for number of incomming int regs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51180 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix.jakub2002-03-221-0/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51178 138bc75d-0d04-0410-961f-82ee72b054a4
* fix g++ testcase crash namedret1.c on sparcv9 and s390amacleod2002-03-222-1/+6
| | | | | | | | | 2002-03-22 Andrew MacLeod <amacleod@redhat.com> * expr.c (expand_expr): A RESULT_DECL is part of a call. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51177 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.c-torture/compile/20020319-1.c: New test.dje2002-03-222-2/+22
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51176 138bc75d-0d04-0410-961f-82ee72b054a4
* * toplev.c (flag_loop_optimize, flag_crossjumping):hubicka2002-03-223-4/+41
| | | | | | | | | | | | | New static variables. (rest_of_compilation): Conditionalize crossjumping and loop optimizer. (parse_options_and_default_flags): Default loop_optimize and crossjumping. (lang_independent_options): Add -fcrossjumping and -floop-optimize * invoke.texi (crossjumping, loop-optimize): Document. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51175 138bc75d-0d04-0410-961f-82ee72b054a4
* * real.c (eiisneg): Move outside #ifdef NANS.rsandifo2002-03-222-3/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51172 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud