aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Collapse)AuthorFilesLines
2003-09-24* class.c (build_utf8_ref): Test for HAVE_GAS_SHF_MERGE value.Rainer Orth2-17/+22
From-SVN: r71733
2003-09-24* c-common.c (c_common_type_for_mode): Check for VOIDmode.Nathan Sidwell2-0/+7
From-SVN: r71732
2003-09-24arm.h (ASM_OUTPUT_REG_PUSH, [...]): Wrap in do...while(0)Richard Earnshaw2-11/+22
* arm.h (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Wrap in do...while(0) From-SVN: r71731
2003-09-24* config/t-darwin (crt2.o): Add stmp-int-hdrs to dependencies.Geoffrey Keating2-1/+3
From-SVN: r71728
2003-09-24config.gcc: Move use_fixproto=no from generic vxworks clause to specific one.Nathanael Nerode2-1/+4
* config.gcc: Move use_fixproto=no from generic vxworks clause to specific one. From-SVN: r71723
2003-09-24config.gcc (powerpc-*-gnu-gnualtivec*): Disable fixproto (accidentally ↵Nathanael Nerode2-0/+6
missed in last pass). * config.gcc (powerpc-*-gnu-gnualtivec*): Disable fixproto (accidentally missed in last pass). From-SVN: r71722
2003-09-23re PR bootstrap/12383 (Bootstrap fails in dwarf2out with ↵Andrew Pinski2-80/+92
`HAVE_GAS_SHF_MERGE' undeclared) 2003-09-23 Andrew Pinski <apinski@apple.com> PR bootstrap/12383 * configure: Regenerate. From-SVN: r71721
2003-09-24config.gcc (x86_64-*-freebsd*): Disable fixproto (accidentally missed in ↵Nathanael Nerode2-0/+6
last pass). * config.gcc (x86_64-*-freebsd*): Disable fixproto (accidentally missed in last pass). From-SVN: r71720
2003-09-24mn10300.md (andsi3): Fix cut&pasto in 0xfffffffe constant.Alexandre Oliva2-2/+7
* config/mn10300/mn10300.md (andsi3): Fix cut&pasto in 0xfffffffe constant. From-SVN: r71718
2003-09-24* config.gcc: Move vax-*-vms* unsupported notice up with the rest.Nathanael Nerode2-4/+3
From-SVN: r71715
2003-09-24config.gcc (alpha64*-dec-*vms*, [...]): Disable fixproto.Nathanael Nerode2-0/+10
* config.gcc (alpha64*-dec-*vms*, alpha*-dec-*vms*, powerpc-*-eabisim*, powerpc-*-eabi*, powerpcle-*-eabisim*, powerpcle-*-eabi*): Disable fixproto. From-SVN: r71714
2003-09-24config.gcc: Move use_fixproto=no from generic FreeBSD clause to specific ↵Nathanael Nerode2-1/+9
FreeBSD clauses. * config.gcc: Move use_fixproto=no from generic FreeBSD clause to specific FreeBSD clauses. From-SVN: r71713
2003-09-24config.gcc: Move use_fixproto=no from generic NetBSD clause to specific ↵Nathanael Nerode2-2/+14
NetBSD clauses. * config.gcc: Move use_fixproto=no from generic NetBSD clause to specific NetBSD clauses. From-SVN: r71712
2003-09-24config.gcc: Move use_fixproto=no from generic OpenBSD clause to specific ↵Nathanael Nerode2-3/+11
OpenBSD clauses. * config.gcc: Move use_fixproto=no from generic OpenBSD clause to specific OpenBSD clauses. From-SVN: r71711
2003-09-24pa.c (hppa_expand_prologue): Do pic register save in frame marker without ↵John David Anglin3-7/+27
adding a frame note. * pa.c (hppa_expand_prologue): Do pic register save in frame marker without adding a frame note. * pa.md (allocate_stack): Save pic register in new frame marker when generating pic code. From-SVN: r71709
2003-09-24Daily bump.GCC Administrator1-1/+1
From-SVN: r71706
2003-09-24cgraphunit.c (cgraph_expand_all_functions): Renamed from ↵Kelley Cook2-3/+8
cgraph_expand_functions. 2003-09-23 Kelley Cook <kelleycook@wideopenwest.com> * cgraphunit.c (cgraph_expand_all_functions): Renamed from cgraph_expand_functions. From-SVN: r71704
2003-09-23Makefile.in (gnucompare*): Merge into ...Kaveh R. Ghazi4-259/+280
* Makefile.in (gnucompare*): Merge into ... (slowcompare*): ... here. (fastcompare*): New targets. * aclocal.m4 (gcc_AC_PROG_CMP_IGNORE_INITIAL): Add checks for other "fast" cmp programs. * configure: Regenerate. From-SVN: r71703
2003-09-23targhooks.c: Include output.h.Rainer Orth3-1/+8
* targhooks.c: Include output.h. * Makefile.in (targhooks.o): Add output.h to dependency list. From-SVN: r71702
2003-09-23* config.host: Removed superfluous newline.Rainer Orth2-2/+5
From-SVN: r71701
2003-09-23config.gcc: Use ${target}, not $machine.Nathanael Nerode4-125/+128
* config.gcc: Use ${target}, not $machine. * configure.in: Don't set $machine. * configure: Regenerate. From-SVN: r71700
2003-09-23rs6000.c (function_arg_pass_by_reference): Don't pass zero-size arrays by ↵Geoffrey Keating4-2/+24
reference. 2003-09-23 Geoffrey Keating <geoffk@apple.com> * config/rs6000/rs6000.c (function_arg_pass_by_reference): Don't pass zero-size arrays by reference. (rs6000_va_arg): Likewise. 2003-09-23 Geoffrey Keating <geoffk@apple.com> * gcc.dg/darwin-abi-1.c: New file. From-SVN: r71698
2003-09-23config.gcc: Set use_fixproto=no in each specific *-gnu* configuration...Nathanael Nerode2-1/+21
* config.gcc: Set use_fixproto=no in each specific *-gnu* configuration, rather than the generic one. From-SVN: r71695
2003-09-23tree-inline.c (remap_save_expr): Map new save_expr to identity rather than ↵Richard Henderson2-2/+6
to error_mark_node. * tree-inline.c (remap_save_expr): Map new save_expr to identity rather than to error_mark_node. From-SVN: r71692
2003-09-23configure.in (HAVE_GAS_SHF_MERGE): Always define to test result.Rainer Orth6-59/+64
* configure.in (HAVE_GAS_SHF_MERGE): Always define to test result. Update description. * configure: Regenerate. * config.in: Likewise. * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Test for HAVE_GAS_SHF_MERGE value. * varasm.c (mergeable_string_section): Likewise. (mergeable_constant_section): Likewise. From-SVN: r71691
2003-09-23except.h (MUST_USE_SJLJ_EXCEPTIONS): Test for DWARF2_UNWIND_INFO value.Rainer Orth2-2/+11
* except.h (MUST_USE_SJLJ_EXCEPTIONS): Test for DWARF2_UNWIND_INFO value. From-SVN: r71690
2003-09-23target.h (struct gcc_target): New member external_libcall.Rainer Orth11-35/+68
* target.h (struct gcc_target): New member external_libcall. * target-def.h (TARGET_ASM_EXTERNAL_LIBCALL): Provide default. (TARGET_ASM_OUT): Use it. * doc/tm.texi (TARGET_ASM_EXTERNAL_LIBCALL): Document. * targhooks.c: Convert to ISO C 90. (default_external_libcall): New function. * targhooks.h (default_external_libcall): Declare. * varasm.c (assemble_external_libcall): Use targetm.asm_out.external_libcall instead of ASM_OUTPUT_EXTERNAL_LIBCALL. * config/mips/mips-protos.h [TARGET_IRIX5 || TARGET_IRIX 6] (mips_output_external_libcall): Declare. * config/mips/mips.c (mips_output_external_libcall): Change definition guard. Change to match TARGET_ASM_EXTERNAL_LIBCALL. Only operate for O32 ABI. * config/mips/iris5.h (TARGET_ASM_EXTERNAL_LIBCALL): Define instead of ASM_OUTPUT_EXTERNAL_LIBCALL. * config/mips/iris6.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Don't undef, superceded by TARGET_ASM_EXTERNAL_LIBCALL. From-SVN: r71689
2003-09-23Correct gpr_or_gpr_p ChangeLog entry.David Edelsohn1-1/+2
From-SVN: r71688
2003-09-23config.gcc: Do per-target disabling of fixproto here in clauses, not in t- ↵Nathanael Nerode21-130/+168
fragments. * config.gcc: Do per-target disabling of fixproto here in clauses, not in t- fragments. * configure.in: Adjust to set STMP_FIXPROTO correctly. * configure: Regenerate. * config/arm/t-semi, config/cris/t-cris, config/i386/t-beos, config/i386/t-cygming, config/i386/t-nto, config/ia64/t-hpux, t-freebsd, t-linux, t-netbsd, t-openbsd, t-rtems, t-vxworks, xtensa/t-xtensa: Remove setting of STMP_FIXPROTO. * config/i370/t-oe, config/i386/t-netware, config/pa/t-bsd, t-interix, t-linux-aout: Delete files consisting only of setting of STMP_FIXPROTO. From-SVN: r71687
2003-09-23config.host: Allow unknown hosts (not targets).Nathanael Nerode2-461/+20
* config.host: Allow unknown hosts (not targets). Allow ns32k-*-netbsdelf* as a host (not a target). Remove redundant empty clauses. Remove useless obsolete-configuration clause. Prune unsupported configuration list. Collapse identical clauses for closely related systems. Rewrite comment for unsupported hosts list. Reorganize a little. From-SVN: r71686
2003-09-23jcf-write.c (generate_bytecode_insns): Optimize binary operations with equal ↵Roger Sayle2-2/+7
operands without side-effects. * jcf-write.c (generate_bytecode_insns): Optimize binary operations with equal operands without side-effects. From-SVN: r71684
2003-09-23cp-tree.h (scope_kind): Add new enumerator.Gabriel Dos Reis5-115/+146
* cp-tree.h (scope_kind): Add new enumerator. (keep_next_level): Change parameter type to bool. (begin_scope): Change prototype. (pushlevel): Remove declaration. * decl.c (push_binding_level): Fold in begin_scope. Remove. (struct cp_binding_level): Remove tag_tranparent field. Make keep of bitsize one. (keep_next_level_flag): Make a bool. (cxx_scope_descriptor): Update scope names table (make_cxx_scope): Fold in begin_scope. Remove.. (namespace_scope_ht_size): New function. (begin_scope): Change prototype. Return a scope. Tidy. (kept_level_p): Update. (pushlevel): Remove. (maybe_push_cleanup_level): Simplify. (poplevel): Update for sk_cleanup and keep change. (print_binding_level): Likewise. (initial_push_namespace_scope): Fold in begin_scope. Remove. (push_namespace): Update. (pushtag): Likewise. (lookup_tag): Likewise. (lookup_name_current_level): Likewise. (lookup_type_current_level): Likewise. (cxx_init_decl_processing): Likewise. (start_function): Likewise. (begin_function_body): Likewise. (start_method): Likewise. * pt.c (push_inline_template_parms_recursive): Likewise. (begin_template_parm_list): Likewise. (begin_specialization): Likewise. * semantics.c (do_pushlevel): Likewise. (begin_compound_stmt): Likewise. (begin_stmt_expr): Likewise. From-SVN: r71683
2003-09-22c-common.c (c_common_signed_or_unsigned_type): Examine mode, not precision.Richard Henderson3-11/+51
* c-common.c (c_common_signed_or_unsigned_type): Examine mode, not precision. * g++.dg/opt/enum1.C: New. From-SVN: r71677
2003-09-23decl.c (java_init_decl_processing): Don't emit otable decls if ↵Jeff Sturm2-10/+19
flag_indirect_dispatch is not set. * decl.c (java_init_decl_processing): Don't emit otable decls if flag_indirect_dispatch is not set. From-SVN: r71674
2003-09-22rs6000.c (altivec_in_gprs_p): Rename to ...David Edelsohn5-164/+194
* config/rs6000/rs6000.c (altivec_in_gprs_p): Rename to ... (gpr_or_gpr_p): Change to bool. (rs6000_split_altivec_in_gprs): Rename to ... (rs6000_split_multireg_move): Add support for update addressing. * config/rs6000/rs6000-protos.h: Same. * config/rs6000/altivec.md: Same. * config/rs6000/rs6000.md (movdi_internal32): Use new splitter for multiple GPRs. (movti): Remove TARGET_STRING || TARGET_POWERPC64 final condition. (movti_power): Use new splitter for multiple GPRs. (movti_string): Same. (movti_ppc64): Same. Co-Authored-By: Hartmut Penner <hpenner@de.ibm.com> From-SVN: r71673
2003-09-23Daily bump.GCC Administrator1-1/+1
From-SVN: r71671
2003-09-22xtensa-protos.h: Convert to ISO C90.Bob Wilson3-344/+223
* config/xtensa/xtensa-protos.h: Convert to ISO C90. * config/xtensa/xtensa.c: Convert to ISO C90. Minor formatting fixes. From-SVN: r71669
2003-09-22mn10300.md: Revert 2003-09-17's patch.Alexandre Oliva2-12/+52
* config/mn10300/mn10300.md: Revert 2003-09-17's patch. (andsi3): Set attr cc to set_zn when using shifts or adds. From-SVN: r71663
2003-09-22* doc/contrib.texi: Add Peter Barada, Paul Dale and myself.Bernardo Innocenti2-0/+16
From-SVN: r71660
2003-09-22m68k.h (MASK_RTD, [...]): Resurrect -mrtd option.Bernardo Innocenti2-3/+29
* config/m68k/m68k.h (MASK_RTD, TARGET_RTD, RETURN_POPS_ARGS): Resurrect -mrtd option. From-SVN: r71658
2003-09-22re PR target/12281 (not emiting function which is static and marked as inline)Andrew Pinski4-2/+23
2003-09-21 Andrew Pinski <pinskia@physics.uc.edu> PR target/12281 * config/darwin.c (machopic_validate_stub_or_non_lazy_ptr): Call mark_referenced instead of setting TREE_SYMBOL_REFERENCED. 2003-09-21 Andrew Pinski <pinskia@physics.uc.edu> PR target/12281 * gcc.c-torture/compile/20030921-1.c: New test. From-SVN: r71648
2003-09-22re PR target/9786 (Ice in fixup_abnormal_edges with -fnon-call-exceptions -O2)Eric Botcazou4-3/+80
PR target/9786 * reg-stack.c (convert_regs_1): Purge possible dead eh edges after potential deletion of trapping insn. Avoids later ICE from call to fixup_abnormal_edges. (convert_regs_2): Stack the current block successors before processing this block, that is, before the potential deletion of dead edges by convert_regs_1, because these edges have been used to initialize the predecessors count. From-SVN: r71644
2003-09-22* real.c: Fix several nits in the head comment.Eric Botcazou2-9/+13
From-SVN: r71642
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson52-172/+201
From-SVN: r71641
2003-09-22Daily bump.GCC Administrator1-1/+1
From-SVN: r71638
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson52-171/+210
* tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const. (TREE_FILENAME, TREE_LINENO): Likewise. (set_tree_locus, copy_tree_locus, set_tree_file_line): New. (TREE_LOCUS_SET_P): New. * c-aux-info.c, c-decl.c, c-parse.in, coverage.c, dbxout.c, diagnostic.c, dwarf2out.c, dwarfout.c, function.c, integrate.c, print-tree.c, stmt.c, toplev.c, tree-dump.c, tree-inline.c, tree-optimize.c, tree.c, tree.def, xcoffout.c, config/alpha/alpha.c, config/mips/mips.c, doc/c-tree.texi, objc/objc-act.c: Update to match. ada/ * trans.c, utils.c: Update for DECL_SOURCE_LOCATION rename and change to const. cp/ * class.c, cp-tree.h, decl.c, decl2.c, error.c, init.c, method.c, optimize.c, pt.c, semantics.c, tree.c: Update for DECL_SOURCE_LOCATION rename and change to const. f/ * com.c, ste.c: Update for DECL_SOURCE_LOCATION rename and change to const. java/ * class.c, decl.c, jcf-parse.c, jcf-write.c, parse.y, resource.c: Update for DECL_SOURCE_LOCATION rename and change to const. treelang/ * treetree.c: Update for DECL_SOURCE_LOCATION rename and change to const. From-SVN: r71636
2003-09-21* config/vax/vax-protos.h: Convert to ISO C90.Nathanael Nerode2-6/+7
From-SVN: r71632
2003-09-21* config/vax/vax.c: Convert to ISO C90.Nathanael Nerode2-40/+28
From-SVN: r71631
2003-09-21news.texi: Update with fixed PR's.Toon Moene2-1/+9
2003-09-21 Toon Moene <toon@moene.indiv.nluug.nl> * news.texi: Update with fixed PR's. From-SVN: r71629
2003-09-21re PR target/12353 (ICE in copyprop_hardreg_forward_1)Graham Stott2-1/+6
PR target/12353 * config/i386/i386.md(ffs_no_cmove): Fix operand 2 constraint. From-SVN: r71627