aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Collapse)AuthorFilesLines
2002-05-03netbsd-elf.c (CPP_SUBTARGET_SPEC64): Remove -D__arch64__.Jason Thorpe2-1/+27
* config/sparc/netbsd-elf.c (CPP_SUBTARGET_SPEC64): Remove -D__arch64__. Add -D_LP64. (CPP_ARCH32_SPEC): Redefine to match the non-bi-arch version from sparc.h. (CPP_ARCH64_SPEC): Likewise. (NO_BUILTIN_PTRDIFF_TYPE): Undef. (NO_BUILTIN_SIZE_TYPE): Undef. From-SVN: r53131
2002-05-03genautomata.c (min_issue_delay_pass_states): Change return type in the ↵Vladimir Makarov2-28/+47
prototype. 2002-05-03 Vladimir Makarov <vmakarov@redhat.com> * genautomata.c (min_issue_delay_pass_states): Change return type in the prototype. (min_issue_delay_pass_states): Change the algorithm. (min_issue_delay): Set up min_insn_issue_delay for the state. (output_min_issue_delay_table): Interchange the nested loops and and initiate min_insn_issue_delay for states. From-SVN: r53130
2002-05-03cfgcleanup.c (try_optimize_cfg): Call merge_block only when jump is simplejump.Jan Hubicka2-2/+7
* cfgcleanup.c (try_optimize_cfg): Call merge_block only when jump is simplejump. From-SVN: r53129
2002-05-03i386.c (expand_movstr, [...]): Fix inline-all-stringops sequence.Jan Hubicka2-16/+31
* i386.c (expand_movstr, expand_clrstr): Fix inline-all-stringops sequence. From-SVN: r53128
2002-05-03ifcvt.c (noce_try_store_flag, [...]): Insert new code before JUMP, not EARLIEST.Richard Henderson3-12/+51
* ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants, noce_try_store_flag_inc, noce_try_store_flag_mask, noce_try_cmove, noce_try_cmove_arith, noce_try_minmax, noce_try_abs): Insert new code before JUMP, not EARLIEST. From-SVN: r53123
2002-05-03cmdlne-dM-M.c: New test.Jakub Jelinek8-0/+113
* gcc.dg/cpp/cmdlne-dM-M.c: New test. * gcc.dg/cpp/cmdlne-dD-M.c: New test. * gcc.dg/cpp/cmdlne-dN-M.c: New test. * gcc.dg/cpp/cmdlne-dI-M.c: New test. * gcc.dg/cpp/cmdlne-dI-M.h: New aux file. * gcc.dg/cpp/cmdlne-dD-dM.c: New test. * gcc.dg/cpp/cmdlne-dM-dD.c: New test. From-SVN: r53121
2002-05-03re PR c/6547 (misleading printf '$' format)Joseph Myers4-5/+37
* c-format.c (check_format_info_main): Don't check for presence of parameter for * width until after operand number has been read, and only check for it if format parameters are available. Fixes PR c/6547. testsuite: * gcc.dg/format/xopen-2.c: New test. From-SVN: r53118
2002-05-03netbsd.h (CPP_PREDEFINES): Add -D_LP64.Jason Thorpe2-1/+7
* config/alpha/netbsd.h (CPP_PREDEFINES): Add -D_LP64. (LINK_SPEC): Undef before defining. From-SVN: r53113
2002-05-03re PR preprocessor/6489 (tradcpp0 fails on line ending with '\r\n')Jakub Jelinek2-0/+45
PR preprocessor/6489 * tradcpp.c (fixup_newlines): New. (main, finclude): Use it. From-SVN: r53103
2002-05-03elf64.h (UNIQUE_SECTION): Use mips_unique_section.Richard Sandiford3-65/+9
* config/mips/elf64.h (UNIQUE_SECTION): Use mips_unique_section. * config/mips/mips.c (mips_unique_section): Strip encoding from decl name. From-SVN: r53101
2002-05-03i386.c (ix86_expand_int_movcc): Truncate to proper mode.Jakub Jelinek2-1/+8
* config/i386/i386.c (ix86_expand_int_movcc): Truncate to proper mode. From-SVN: r53099
2002-05-03tree.c (build_cplus_array_type): Only const and volatile get special handling.Jason Merrill3-4/+17
* tree.c (build_cplus_array_type): Only const and volatile get special handling. From-SVN: r53098
2002-05-03install.texi (Installing): Mention GCC 3.1 buildstats.Rainer Orth2-35/+21
* doc/install.texi (Installing): Mention GCC 3.1 buildstats. (Specific): Removed buildstats references. (Specific, hppa*-hp-hpux11): Adjust for GCC versions > 3.0. (Specific, sparc-sun-solaris2*): Update 64-bit hints for GCC 3.1. Accomodate Solaris versions beyond 8. (Specific, sparc-sun-solaris2.7): Update as path for GCC 3.1. (Specific, *-*-solaris2.8): Removed, obsolete. From-SVN: r53097
2002-05-03re PR target/6542 (Internal compiler error when building libgcc for sparc-elf)Jakub Jelinek5-2/+30
PR target/6542 * config/sparc/sparc.h (leaf_reg_remap): Remove const. (CONDITIONAL_REGISTER_USAGE): For TARGET_FLAT make fill leaf_reg_remap with identity. * config/sparc/sparc.c (leaf_reg_remap): Remove const. * gcc.dg/20020503-1.c: New test. From-SVN: r53095
2002-05-03defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c.Jason Merrill1-3/+3
* defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c. * c-decl.c (c_init_decl_processing): Use it. * config/rs6000/darwin.h (BOOL_TYPE_SIZE): Define to INT_TYPE_SIZE. * config/i960/i960.h (BOOL_TYPE_SIZE): Don't define. * config/mcore/mcore.h (BOOL_TYPE_SIZE): Don't define. From-SVN: r53091
2002-05-03crti.asm: Remove trailing spaces.Kazu Hirata4-51/+57
* config/h8300/crti.asm: Remove trailing spaces. * config/h8300/h8300.c: Likewise. * config/h8300/lib1funcs.asm: Likewise. From-SVN: r53090
2002-05-03defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c.Jason Merrill8-15/+22
* defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c. * c-decl.c (c_init_decl_processing): Use it. * config/rs6000/darwin.h (BOOL_TYPE_SIZE): Define to INT_TYPE_SIZE. * config/i960/i960.h (BOOL_TYPE_SIZE): Don't define. * config/mcore/mcore.h (BOOL_TYPE_SIZE): Don't define. From-SVN: r53089
2002-05-03regrename.c: Fix formatting.Kazu Hirata3-61/+66
* regrename.c: Fix formatting. * tree.c: Likewise. From-SVN: r53088
2002-05-03* i386.md (attribute memory): Handle compares properly.Jan Hubicka2-3/+7
From-SVN: r53085
2002-05-03i386.c (sse_clrsf, sse_clrsi): Set memory attribute to none.Jan Hubicka2-0/+7
* i386.c (sse_clrsf, sse_clrsi): Set memory attribute to none. From-SVN: r53082
2002-05-03Daily bump.GCC Administrator2-2/+2
From-SVN: r53081
2002-05-03* function.c: Fix formatting.Kazu Hirata2-33/+37
From-SVN: r53075
2002-05-02haifa-sched.c (schedule_insn): Print table of instructions and reservations.Jan Hubicka5-27/+35
* haifa-sched.c (schedule_insn): Print table of instructions and reservations. (sched_block): Do not print ready list at verbosity level 1. * sched-vis.c (print_insn): Make global. * sched-ebb.c (ebb_print_insn): Rename from... (print_insn): ... this one. * sched-int.h (print_insn): Declare From-SVN: r53073
2002-05-02haifa-sched.c (rank_for_schedule): Skip past last_scheduled_insn emitted by ↵Richard Henderson2-6/+16
cycle_display. * haifa-sched.c (rank_for_schedule): Skip past last_scheduled_insn emitted by cycle_display. From-SVN: r53072
2002-05-02* doc/install.texi (*-*-freebsd*): Update to latest status.Loren J. Rittle2-3/+9
From-SVN: r53070
2002-05-02re PR target/6540 (sparc-sun-solaris2.7 (perhaps all bi-arch sparc) fail ↵Jakub Jelinek3-18/+11
libstdc++-v3 18_support/numeric_limits.cc) 2002-05-02 Jakub Jelinek <jakub@redhat.com> PR target/6540 * config.gcc (sparc*-*-solaris2*): Set float_format to i128. * config/float-sparc.h: Assume 128-bit long double if __LONG_DOUBLE_128__ is defined. From-SVN: r53069
2002-05-02genattrtab.c (write_function_unit_info): Add a dummy element when num_units ↵Vladimir Makarov2-0/+7
== 0. 2002-05-02 Vladimir Makarov <vmakarov@redhat.com> * genattrtab.c (write_function_unit_info): Add a dummy element when num_units == 0. From-SVN: r53067
2002-05-02predict.c: (propagate_freq...Herman A.J. ten Brugge2-8/+16
* predict.c: (propagate_freq, estimate_bb_frequencies): Use TYPE_MODE (double_type_node) instead of DFmode. From-SVN: r53064
2002-05-02* g++.dg/init/dtor1.C: Make it tougher.Mark Mitchell2-3/+23
From-SVN: r53061
2002-05-02Fix i960-rtems Ada build failure reported by Joel Sherrill.Jim Wilson2-1/+5
* utils.c (finish_record_type): Change record_size to record_type. From-SVN: r53058
2002-05-02cfgrtl.c (try_redirect_by_replacing_jump): Do not kill computed jumps post ↵Jan Hubicka3-2/+15
reload. * cfgrtl.c (try_redirect_by_replacing_jump): Do not kill computed jumps post reload. * toplev.c (rest_of_compilation): Revert Richard's patch. From-SVN: r53052
2002-05-02x-ada (ADA_CFLAGS): Rename to X_ADA_CFLAGS.John David Anglin4-9/+25
* pa/x-ada (ADA_CFLAGS): Rename to X_ADA_CFLAGS. * ada/Makefile.in (X_ADA_CFLAGS, T_ADA_CFLAGS): New fragment overrides. (ALL_ADA_CFLAGS): Define. Replace ADA_CFLAGS with ALL_ADA_CFLAGS in ALL_ADAFLAGS, MOST_ADAFLAGS, and all compilations using CC. From-SVN: r53047
2002-05-02* config/v850/v850.h (TRAMPOLINE_TEMPLATE): Change r5 to r20.Catherine Moore2-1/+5
From-SVN: r53046
2002-05-02A typo in my last commit.Kazu Hirata1-1/+1
From-SVN: r53045
2002-05-02combine.c: Fix comment formatting.Kazu Hirata6-21/+29
* combine.c: Fix comment formatting. * expr.c: Likewise. * genautomata.c: Likewise. * stmt.c: Likewise. * tree.h: Likewise. From-SVN: r53044
2002-05-02* doc/install.texi: State GNAT version requirements.Joseph Myers2-1/+10
From-SVN: r53040
2002-05-02fr30.h (GO_IF_LEGITIMATE_ADDRESS): Accept any form of the frame pointer or ↵Nick Clifton2-2/+9
arg pointer register which strict... * config/fr30/fr30.h (GO_IF_LEGITIMATE_ADDRESS): Accept any form of the frame pointer or arg pointer register which strict register checking is not enabled. From-SVN: r53039
2002-05-02Daily bump.GCC Administrator2-2/+2
From-SVN: r53038
2002-05-02sync mainline to 3.1Bruce Korb4-2/+13
From-SVN: r53034
2002-05-02* g++.dg/init/dtor1.C: New test.Mark Mitchell2-0/+31
From-SVN: r53033
2002-05-02altivec-8.c: New.Aldy Hernandez4-0/+30
2002-05-02 Aldy Hernandez <aldyh@redhat.com> * gcc.dg/altivec-8.c: New. * config/rs6000/rs6000.c (rs6000_legitimate_address): Disallow PRE_INC and PRE_DEC for altivec modes. From-SVN: r53031
2002-05-01pa.h (EXTRA_CONSTRAINT): Don't accept PIC addresses for the 'T' constraint.Jeff Law2-0/+6
2002-05-01 Jeff Law <law@redhat.com> * pa.h (EXTRA_CONSTRAINT): Don't accept PIC addresses for the 'T' constraint. From-SVN: r53027
2002-05-01dbxout.c (dbxout_type): Emit size information for range types, as well, but ↵Joel Brobecker2-1/+19
only when using GDB extensions. * dbxout.c (dbxout_type): Emit size information for range types, as well, but only when using GDB extensions. From-SVN: r53023
2002-05-01configure.in (HAVE_GAS_HIDDEN): Replace SPARC feature test with ↵Richard Henderson3-25/+68
target-independent gnu binutils date test. * configure.in (HAVE_GAS_HIDDEN): Replace SPARC feature test with target-independent gnu binutils date test. From-SVN: r53017
2002-05-01cfgcleanup.c (merge_blocks_move_successor_nojumps): Emit dump info before ↵Richard Henderson2-3/+8
expunging the block. * cfgcleanup.c (merge_blocks_move_successor_nojumps): Emit dump info before expunging the block. From-SVN: r53014
2002-05-01cppinit.c (cpp_handle_option): Don't set no_output here...Jakub Jelinek2-1/+21
* cppinit.c (cpp_handle_option) [-dM]: Don't set no_output here... (cpp_post_options): ...but here. Disable -dD, -dN and -dI when -M -or -MM is in effect. From-SVN: r53013
2002-05-01config.gcc: Correct test of --enable-obsolete.Zack Weinberg3-43/+47
* config.gcc: Correct test of --enable-obsolete. Obsolete all A29k configurations. * doc/install.texi: Update to match. From-SVN: r53009
2002-05-01re PR bootstrap/6514 (3.1 irix6.5 bootstrap failure in ↵Franz Sirl2-5/+12
libstdc++-v3/src/misc-inst.cc) 2002-05-01 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> PR bootstrap/6514 * varasm.c (globalize_decl): Compare DECL_ASSEMBLER_NAME to check for duplicates. Always loop over whole list. From-SVN: r53006
2002-05-01* reload.c (find_reloads, case 'p'): Set BADOP to 0.Richard Kenner2-0/+5
From-SVN: r53005
2002-05-01t-elf (sparc-rtems, sparc-elf): Build assembly support routines.Joel Sherrill2-0/+8
2002-05-01 Joel Sherrill <joel@OARcorp.com> * config/sparc/t-elf (sparc-rtems, sparc-elf): Build assembly support routines. From-SVN: r53003