aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Collapse)AuthorFilesLines
2004-02-17t-iris6gld: Renamed to ...Rainer Orth11-35/+149
* config/mips/t-iris6gld: Renamed to ... * config/mips/t-irix-gld: ... this. * config.gcc (mips-sgi-irix6*): Reflect this (mips-sgi-irix5*): Use it with GNU ld. * config/mips/irix6-crti.asm, config/mips/irix6-crtn.asm: Renamed to ... * config/mips/irix-crti.asm, config/mips/irix-crtn.asm: ... this. * config/mips/t-irix-gld: Reflect this. * config/mips/iris6gld.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise. * config/mips/iris5gld.h: New file. * config.gcc (mips-sgi-irix5*): Use it with GNU ld. Only use collect2 without gas. * config/mips/iris6.h (IRIX6_STARTFILE_SPEC, IRIX6_ENDFILE_SPEC): Renamed to IRIX_STARTFILE_SPEC, IRIX_ENDFILE_SPEC. (STARTFILE_SPEC, ENDFILE_SPEC, SUBTARGET_EXTRA_SPECS): Reflect this. * config/mips/iris6gld.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise. * config/mips/iris6.h (SUBTARGET_EXTRA_SPECS): Moved ... * config/mips/iris5.h: ... here. * config/mips/iris5.h (STARTFILE_SPEC, ENDFILE_SPEC): Renamed to IRIX_STARTFILE_SPEC, IRIX_ENDFILE_SPEC. (STARTFILE_SPEC, ENDFILE_SPEC): Define. * config/mips/iris5gas.h (STARTFILE_SPEC, ENDFILE_SPEC): Simplify using irix_startfile_spec, irix_endfile_spec. From-SVN: r77978
2004-02-17* config/m68k/m68k.c: Remove obsolete support for HPUX_ASM.Gunther Nikl2-36/+6
From-SVN: r77977
2004-02-17h8300.c (h8300_expand_prologue): Don't generate insns by hand.Kazu Hirata2-2/+6
* config/h8300/h8300.c (h8300_expand_prologue): Don't generate insns by hand. From-SVN: r77975
2004-02-17* cfghooks.c (split_edge): Speed up updating of dominators.Zdenek Dvorak2-3/+32
From-SVN: r77973
2004-02-17* gcc.c-torture/execute/20040208-2.x: New file.Richard Sandiford2-0/+5
From-SVN: r77969
2004-02-17re PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer to temporary return ↵Mark Mitchell16-56/+154
value is implicit first parameter preceding "this") PR c++/11326 * c-common.c (flag_abi_version): Remove. * c-common.h (flag_abi_version): Likewise. * c-opts.c (c_common_handle_option): Remove OPT_fabi_version case. * c.opt (fabi-version): Remove. * calls.c (expand_call): Always pass a function type to struct_value_rtx. Use convert_memory_address. * common.opt (fabi-version): Add it. * flags.h (flag_abi_version): Likewise. (abi_version_at_least): New macro. * opts.c (common_handle_option): Add OPT_fabi_version. * toplev.c (flag_abi_version): Define it. * config/ia64/ia64.c (ia64_struct_retval_addr_is_first_parm_p): New function. (ia64_output_mi_thunk): Use it. (ia64_struct_value_rtx): Likewise. PR c++/11326 * cp-tree.h (abi_version_at_least): Remove. * mangle.c: Include flags.h. PR c++/11326 * g++.dg/abi/structret1.C: New test. From-SVN: r77968
2004-02-17i386-cpuid.h (bit_CMOV): Define.Jakub Jelinek5-201/+427
* gcc.dg/i386-cpuid.h (bit_CMOV): Define. (i386_cpuid): No need to test if cpuid is available on AMD64. Fix assembly, so that it works onboth i386 and AMD64. * gcc.dg/i386-sse-6.c: Include stdio.h, stdlib.h and string.h. (vecInLong): Fix s[] member type to unsigned int. (vecInWord): Remove type. (mmx_tests, sse_tests, dump64_16, dump64_32, dump64_64): Remove. (a64, b64, c64, d64, e64): Remove. (main): Pass if CPU has no MMX, SSE, SSE2 or CMOV support. Remove unused variable. Remove initialization of removed variables. Don't call mmx_tests nor sse_tests. (reference_mmx, reference_sse): Remove. (check): Add return stmt. * gcc.dg/i386-sse-7.c: New test. * gcc.dg/i386-mmx-4.c: New test. From-SVN: r77955
2004-02-17h8300.c (h8300_emit_stack_adjustment): Don't generate insns by hand.Kazu Hirata2-6/+18
* config/h8300/h8300.c (h8300_emit_stack_adjustment): Don't generate insns by hand. From-SVN: r77954
2004-02-17re PR c++/14178 (doc bug: -fabi-version=2 is now default (not 1))Andrew Pinski2-1/+6
2004-02-17 Andrew Pinski <pinskia@physics.uc.edu> PR c++/14178 * doc/invoke.texi (fabi-version): The default is 2 now. From-SVN: r77952
2004-02-17loop-iv.c: New file.Zdenek Dvorak15-224/+3174
* loop-iv.c: New file. * Makefile.in (loop-iv.o): New. * basic_block.h (FOR_BB_INSNS, FOR_BB_INSNS_REVERSE): New macros. * cfgloop.c (fill_sons_in_loop, get_loop_body_in_dom_order, num_loop_branches): New functions. * cfgloop.h (get_loop_body_in_dom_order, num_loop_branches, iv_analysis_loop_init, iv_get_reaching_def, iv_analyse, get_iv_value, find_simple_exit, iv_number_of_iterations, iv_analysis_done, get_simple_loop_desc, free_simple_loop_desc): Declare. (simple_loop_desc): New inline function. (struct rtx_iv, struct niter_desc): New. * cfgloopmanip.c (loopify): Specify semantics more precisely. * expr.c (force_operand): Handle subregs of expressions created by loop unroller. * loop-init.c (loop_optimizer_init, loop_optimizer_finalize): Move parts of the initialization to toplev.c * loop-unroll.c (loop_exit_at_end_p): New. (unroll_and_peel_loops): Call iv_analysis_done. (decide_peel_once_rolling, decide_peel_completely, decide_unroll_stupid, decide_unroll_constant_iterations, decide_unroll_runtime_iterations, decide_peel_simple, peel_loop_simple, unroll_loop_stupid, unroll_loop_constant_iterations, unroll_loop_runtime_iterations): Use new simple loop analysis. * loop-unswitch.c (compare_and_jump_seq): New. (may_unswitch_on_p): Renamed to ... (may_unswitch_on): Use new iv analysis. (reversed_condition): Export. (unswitch_single_loop, unswitch_loop): Use new iv analysis. * predict.c (estimate_probability): Use new simple loop analysis. * rtl.h (get_mode_bounds, reversed_condition,compare_and_jump_seq, canon_condition, simplify_using_condition): Declare. * stor-layout.c (get_mode_bounds): New. * toplev.c (rest_of_handle_loop2): Some parts of initialization/finalization moved here from loop-init.c. From-SVN: r77951
2004-02-17dr176.C: Add missing semicolon (typo).Giovanni Bajo18-427/+437
* g++.dg/tc1/dr176.C: Add missing semicolon (typo). * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C, g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C, g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: Fix line terminator. From-SVN: r77950
2004-02-17h8300.h (FIXED_REGISTERS): Add the soft frame pointer.Kazu Hirata2-8/+19
* config/h8300/h8300.h (FIXED_REGISTERS): Add the soft frame pointer. (CALL_USED_REGISTERS): Likewise. (REG_ALLOC_ORDER): Likewise. (REG_CLASS) <GENERAL_REGS>: Likewise. From-SVN: r77949
2004-02-17* Make-lang.in (java.install-man): Add extra dependencies.Geoffrey Keating2-1/+7
From-SVN: r77946
2004-02-17Index: ChangeLogGeoffrey Keating5-17/+55
2004-02-16 Geoffrey Keating <geoffk@apple.com> * doc/md.texi (Insn Canonicalizations): Document left-chaining in associative operators. * rtlanal.c (commutative_operand_precedence): Create some new variables. Prefer a commutative operand on the left, then binary expressions, then NEG and NOT. Index: testsuite/ChangeLog 2004-02-16 Geoffrey Keating <geoffk@apple.com> * gcc.c-torture/compile/20040216-1.c: New. From-SVN: r77945
2004-02-17dr101.C, [...]: New tests.Giovanni Bajo19-0/+493
* g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C, g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C, g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr188.C, g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C, g++.dg/tc1/dr48.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: New tests. From-SVN: r77943
2004-02-17* fr.po: Update.Joseph Myers2-125/+73
From-SVN: r77940
2004-02-17Daily bump.GCC Administrator1-1/+1
From-SVN: r77937
2004-02-16t-slibgcc-elf-ver: Define SHLIB_NAME and SHLIB_SONAME in terms of ↵Matthias Klose5-2/+28
SHLIB_SOVERSION. * config/t-slibgcc-elf-ver: Define SHLIB_NAME and SHLIB_SONAME in terms of SHLIB_SOVERSION. * config/m68k/t-slibgcc-elf-ver: New file. * config/pa/t-slibgcc-elf-ver: New file. * config.gcc (m68k-linux, parisc-linux): Use them when not sjlj exceptions are not configured. From-SVN: r77920
2004-02-16* config/sparc/sparc.c (get_pc_symbol_name): Mark with GTY(()).Eric Botcazou2-1/+5
From-SVN: r77912
2004-02-16* sdbout.c (sdb_debug_hooks): Correct the type_decl entry.Zack Weinberg2-2/+6
From-SVN: r77911
2004-02-16* gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.Eric Botcazou2-0/+17
From-SVN: r77908
2004-02-16* fr.po: Update.Joseph Myers2-8813/+10972
From-SVN: r77901
2004-02-16* doc/sourcebuild.texi: Mention backends.html.Joseph Myers2-0/+7
From-SVN: r77898
2004-02-16c-decl.c, [...]: Fix comment formatting.Kazu Hirata9-17/+23
* c-decl.c, c-ppoutput.c, cpphash.h, cpplib.h, dbxout.c, line-map.c, line-map.h, var-tracking.c: Fix comment formatting. From-SVN: r77888
2004-02-16* fold-const.c (operand_equal_p): Fix VECTOR_CST comparison.Richard Henderson2-1/+4
From-SVN: r77883
2004-02-16* de.po: Update.Joseph Myers2-98/+102
From-SVN: r77879
2004-02-16* cse.c (cse_insn): Don't lose REG_NON_LOCAL_GOTO note.Richard Henderson2-1/+15
From-SVN: r77877
2004-02-16h8300.md: Remove unnecessary parallels from all define_insn and define_split ↵Kazu Hirata2-164/+151
patterns. * config/h8300/h8300.md: Remove unnecessary parallels from all define_insn and define_split patterns. From-SVN: r77873
2004-02-16h8300.md: Remove explicit (set_attr "cc" "clobber").Kazu Hirata2-134/+72
* config/h8300/h8300.md: Remove explicit (set_attr "cc" "clobber"). From-SVN: r77872
2004-02-16re PR c++/13971 (ICE when compiling koffice-cvs (in build_conditional_expr, ↵Mark Mitchell8-132/+122
at cp/call.c:3068)) PR c++/13971 * call.c (build_conditional_expr): Handle conversions between class types which result in differently cv-qualified type variants. PR c++/14086 * class.c (delete_duplicate_fields_1): Remove. (delete_duplicate_fields): Likewise. (finish_struct_anon): Remove check for members with the same name as their enclosing class. (check_field_decls): Do not call duplicate_fields. * decl.c (grokdeclarator): Remove check for static data members with the same name as their enclosing class. * name-lookup.c (push_class_level_binding): Check for members with the same name as their enclosing class. From-SVN: r77869
2004-02-16Daily bump.GCC Administrator1-1/+1
From-SVN: r77865
2004-02-15m68k.h (PRINT_OPERAND_PUNCT_VALID_P): Restore support for '%#'.Bernardo Innocenti2-2/+10
* config/m68k/m68k.h (PRINT_OPERAND_PUNCT_VALID_P): Restore support for '%#'. From-SVN: r77860
2004-02-15re PR c++/14085 (when compiling template functors)Gabriel Dos Reis3-0/+19
PR c++/14085 * error.c (dump_decl): Handle TEMPLATE_TYPE_PARM. From-SVN: r77852
2004-02-15ia64.c, [...]: Fix comment typos.Kazu Hirata4-5/+10
* config/ia64/ia64.c, config/mips/mips.c, config/mmix/mmix-modes.def: Fix comment typos. From-SVN: r77851
2004-02-15c-common.h (GET_DIRECTIVE_LINE): Remove unused macro.Roger Sayle4-4/+15
* c-common.h (GET_DIRECTIVE_LINE): Remove unused macro. (get_directive_line): Remove unused function prototype. * f/lex.c (ffelex_get_directive_line): Provide a more descriptive comment. Remove reference to non-existant get_directive_line. From-SVN: r77850
2004-02-15re PR fortran/14129 ([g77] gcc/f/lex.c buffer size limitation.)Roger Sayle2-2/+20
PR fortran/14129 * lex.c (ffelex_cfelex_): Avoid calling xrealloc on a local stack allocated array. From-SVN: r77849
2004-02-15Daily bump.GCC Administrator1-1/+1
[[Split portion of a mixed commit.]] From-SVN: r77835.2
2004-02-14* gcc.c-torture/compile/20040214-2.c: New test.Josef Zlomek2-0/+61
From-SVN: r77821
2004-02-14* tree-inline.c (copy_body_r): Do not replace ret_label.Josef Zlomek2-2/+9
From-SVN: r77820
2004-02-14re PR c++/14116 ([testcase] internal compiler error: in lookup_member, at ↵Andrew Pinski1-0/+1
cp/search.c:1498) 2004-02-14 Andrew Pinski <pinskia@physics.uc.edu> PR c++/14116 * g++.dg/ext/typeof8.C: New test. From-SVN: r77818
2004-02-14typeof8.C: New test.Andrew Pinski2-0/+16
2004-02-14 Andrew Pinski <pinskia@physics.uc.edu> * g++.dg/ext/typeof8.C: New test. From-SVN: r77815
2004-02-14i386.c (x86_four_jump_limit): New variable.Jan Hubicka3-8/+28
* i386.c (x86_four_jump_limit): New variable. (k8_avoid_jump_misspredicts): Rename to ... (ix86_avoid_jump_misspredicts): .. this one. (ix86_pad_returns): Break out from ... (ix86_reorg): ... this one; do ix86_avoid_jump_misspredicts when asked to. * i386.h (TARGET_FOUR_JUMP_LIMIT): New macro. From-SVN: r77814
2004-02-14emit-rtl.c (set_decl_incoming_rtl): Check whether the 0th element of ↵Josef Zlomek2-2/+15
PARALLEL is NULL. * emit-rtl.c (set_decl_incoming_rtl): Check whether the 0th element of PARALLEL is NULL. From-SVN: r77811
2004-02-14fix-header.c (line_table): Move local variable in main to global.Per Bothner4-2/+16
* fix-header.c (line_table): Move local variable in main to global. * scan.h (line_table): Use it. * scan-decls.c (scan_decls): Need to call linemap_lookup on token's line (recently renamed to src_loc) before calling recognized_function. From-SVN: r77808
2004-02-14* Makefile.in: Fix comment typos.Matt Kraai2-2/+6
From-SVN: r77806
2004-02-14loop.c (check_dbra_loop): Use gen_int_mode instead of GEN_INT for ↵Eric Botcazou4-4/+23
start_value when... * loop.c (check_dbra_loop): Use gen_int_mode instead of GEN_INT for start_value when it is directly moved into reg, and factorize the retrieval of GET_MODE (reg). From-SVN: r77803
2004-02-14mips-protos.h (mips_load_got_page): Delete.Richard Sandiford4-56/+74
* config/mips/mips-protos.h (mips_load_got_page): Delete. (mips_load_got_global): Delete. (mips_gotoff_page): Declare. * config/mips/mips.md (UNSPEC_LOAD_GOT): New constant. (*xgot_lo[sd]i, *got_disp[sd]i, *got_page[sd]i): Build an UNSPEC_LOAD_GOT pattern rather than a MEM. (*load_got[sd]i): New patterns. * config/mips/mips.c (mips_got_alias_set, mips_load_got): Delete. (mips_load_got_page, mips_load_got_global): Delete. (mips_gotoff_page): New function. (override_options): Don't initialize mips_got_alias_set. From-SVN: r77802
2004-02-14* config/mips/mips.h (MASK_DEBUG_[ABEFI], TARGET_DEBUG_[ABEFI]_MODE)Richard Sandiford3-89/+26
(TARGET_MIPS4100, TARGET_MIPS4300, TARGET_MIPS4KC, TARGET_MIPS5KC) (TARGET_SB1, TUNE_SB1, TUNE_SR71K, BIGGEST_MAX_ARGS_IN_REGISTERS) (GO_PRINTF, GO_PRINTF2, GO_DEBUG_RTX, DFMODE_NAN, SFMODE_NAN): Delete. (TARGET_SWITCHES): Remove MASK_DEBUG_[ABEFI]. * config/mips/mips.c: Fix some overly-long lines. (SINGLE_WORD_MODE_P, PIC_OFFSET_TABLE_MASK): Delete. (init_cumulative_args): Remove TARGET_DEBUG_E_MODE handling. From-SVN: r77800
2004-02-14re PR c++/13635 (ICE in register_specialization for specific order of ↵Kriang Lerdsuwanakij4-1/+39
template specialization) PR c++/13635 * pt.c (push_template_decl_real): Make sure DECL_TI_ARGS of DECL has full set of arguments. * g++.dg/template/spec11.C: New test. From-SVN: r77796
2004-02-14re PR c++/13927 (duplicated error message on bad redeclaration of anon union)Giovanni Bajo2-0/+31
PR c++/13927 * g++.dg/other/error8.C: New test. From-SVN: r77788