aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Collapse)AuthorFilesLines
2006-01-18re PR target/25731 (Complex values passed in wrong registers)John David Anglin7-27/+65
PR target/25731 * config.gcc (hppa*-*-linux*, hppa[12]*-*-hpux10*, hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*): Override default shared libgcc version for both sjlj and dwarf2 exception handling. * pa/t-hpux-shlib (SHLIB_SOVERSION): New make variable. Rework to allow overriding SHLIB_EXT and SHLIB_SOVERSION. * pa/pa.c (function_value): Treat complex and vector types as aggregates. (function_arg): Likewise. Only pass scalar floats in the floating point argument registers. * pa/t-slibgcc-dwarf-ver: New file. * pa/t-slibgcc-sjlj-ver: New file. * pa/t-slibgcc-elf-ver: Delete file. From-SVN: r109894
2006-01-19rs6000.c (rs6000_assemble_integer): Correct unlikely_test_section_p test.Alan Modra2-1/+6
* config/rs6000/rs6000.c (rs6000_assemble_integer): Correct unlikely_test_section_p test. From-SVN: r109893
2006-01-18tree.c (find_tree_t, find_tree): Remove.Kazu Hirata3-23/+5
* tree.c (find_tree_t, find_tree): Remove. * cp-tree.h: Remove the prototype for find_tree. From-SVN: r109892
2006-01-18regrename.c (regrename_optimize, [...]): Make them static.Kazu Hirata3-6/+7
* regrename.c (regrename_optimize, copyprop_hardreg_forward): Make them static. * rtl.h: Remove the prototypes for regrename_optimize and copyprop_hardreg_forward. From-SVN: r109891
2006-01-18reg-stack.c (reg_to_stack): Make it static.Kazu Hirata3-4/+4
* reg-stack.c (reg_to_stack): Make it static. * rtl.h: Remove the prototype for reg_to_stack. From-SVN: r109890
2006-01-18postreload-gcse.c (gcse_after_reload_main): Make it static.Kazu Hirata3-4/+4
* postreload-gcse.c (gcse_after_reload_main): Make it static. * rtl.h: Remove the prototype for gcse_after_reload_main. From-SVN: r109889
2006-01-18modulo-sched.c (sms_schedule): Make it static.Kazu Hirata3-4/+4
* modulo-sched.c (sms_schedule): Make it static. * rtl.h: Remove the prototype for sms_schedule. From-SVN: r109888
2006-01-18mode-switching.c (optimize_mode_switching): Make it static.Kazu Hirata3-2/+7
* mode-switching.c (optimize_mode_switching): Make it static. * basic-block.h: Remove the prototype for optimize_mode_switching. From-SVN: r109887
2006-01-18alpha.c (alpha_split_tfmode_pair): Rename into alpha_split_tmode_pair.Eric Botcazou4-15/+110
* config/alpha/alpha.c (alpha_split_tfmode_pair): Rename into alpha_split_tmode_pair. Add 'mode' and 'fixup_overlap' arguments. Test against the appropriate null constant for the mode. If 'fixup_overlap' is true, swap the operands if they overlap. (alpha_split_tfmode_frobsign): Adjust call to alpha_split_tfmode_pair. * config/alpha/alpha-protos.h (alpha_split_tfmode_pair): Rename into alpha_split_tmode_pair and adjust for above change. * config/alpha/alpha.md (movtf_internal): Adjust call to alpha_split_tfmode_pair and rely on it to swap the operands. (movti_internal): New insn and post-reload splitter. (movti): New expander. From-SVN: r109882
2006-01-18Missing part from:Andreas Jaeger1-1/+1
2006-01-17 Andreas Jaeger <aj@suse.de> Janis Johnson <janis187@us.ibm.com> * g++.dg/abi/mangle25.C: Run always on ia64 but only on x86/x86-64 in 64-bit. * gcc.dg/torture/fp-int-convert-float128-timode.c: Likewise. * gcc.dg/torture/fp-int-convert-float128.c: Likewise. From-SVN: r109881
2006-01-18search.c (lookup_conversions_r): Fix a pasto.Jakub Jelinek4-1/+35
* search.c (lookup_conversions_r): Fix a pasto. * g++.dg/parse/lookup5.C: New test. From-SVN: r109877
2006-01-18config/m68k/m68k.md (*addsi3_5200): Allow addq/subq to memory operands.Philippe De Muyter2-1/+6
From-SVN: r109876
2006-01-18regmove.c (regmove_optimize, [...]): Make them static.Kazu Hirata3-6/+7
* regmove.c (regmove_optimize, combine_stack_adjustments): Make them static. * rtl.h: Remove the prototypes for regmove_optimize and combine_stack_adjustments. From-SVN: r109875
2006-01-18function.c (instantiate_virtual_regs): Make it static.Kazu Hirata3-2/+5
* function.c (instantiate_virtual_regs): Make it static. * function.h: Remove the prototype for instantiate_virtual_regs. From-SVN: r109874
2006-01-18flow.c (initialize_uninitialized_subregs): Make it static.Kazu Hirata3-2/+5
* flow.c (initialize_uninitialized_subregs): Make it static. * rtl.h: Remove the prototype for initialize_uninitialized_subregs. From-SVN: r109873
2006-01-18re PR libfortran/25697 (libfortran - Segmentation fault/ Bad Address on ↵Jerry DeLisle2-0/+32
unformatted read) 2006-01-17 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR fortran/25697 * gfortran.dg/read_eof.f90: New test. From-SVN: r109872
2006-01-18rtlanal.c (global_reg_mentioned_p_1, [...]): Remove.Kazu Hirata3-74/+6
* rtlanal.c (global_reg_mentioned_p_1, global_reg_mentioned_p): Remove. * rtl.h: Remove the prototype for global_reg_mentioned_p. From-SVN: r109871
2006-01-18i386.c (COSTS_N_BYTES): New macro.Roger Sayle2-24/+35
* config/i386/i386.c (COSTS_N_BYTES): New macro. (size_cost): Encode costs in bytes so that a reg-reg addition is equivalent to COSTS_N_INSNS(1). (override_options): Use the size_cost.branch_cost as the default ix86_branch_cost when optimizing for size. From-SVN: r109867
2006-01-18Update copyright from last checkin.Eric Christopher2-2/+2
From-SVN: r109866
2006-01-17fp-int-convert-float128.c: Fix dg-do line, add a closing brace.Andrew Pinski2-1/+6
2006-01-17 Andrew Pinski <pinskia@physics.uc.edu> * gcc.dg/torture/fp-int-convert-float128.c: Fix dg-do line, add a closing brace. From-SVN: r109864
2006-01-18* zh_CN.po: Update.Joseph Myers2-40/+44
From-SVN: r109862
2006-01-18re PR libfortran/25631 (tl format specifier not working correctly)Jerry DeLisle2-8/+38
2006-01-17 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR fortran/25631 * gfortran.dg/fmt_tl.f: New test. From-SVN: r109860
2006-01-18Makefile.in (D32PBIT_FUNCS): New.Ben Elliston6-0/+1350
* Makefile.in (D32PBIT_FUNCS): New. (D64PBIT_FUNCS, D128PBIT_FUNCS): Likewise. (libgcc.mk): Set D32PBIT, D64PBIT, D128PBIT, D32PBIT_FUNCS, D64PBIT_FUNCS and D128PBIT_FUNCS. (LIBGCC_DEPS): Include $(D32PBIT), $(D64PBIT), $(D128PBIT). * mklibgcc.in Bring in the DFP support code if D32PBIT, D64PBIT or D128PBIT are set. (decnumber_dep): Define. * doc/libgcc.texi (Decimal float library routines): New node. * config/dfp-bit.h, config/dfp-bit.c: New files. From-SVN: r109856
2006-01-18Daily bump.GCC Administrator1-1/+1
From-SVN: r109853
2006-01-18call.c (convert_like_real): When issuing conversion warnings, depend on ↵Eric Christopher9-77/+114
OPT_Wconversion. 2006-01-17 Eric Christopher <echristo@apple.com> * call.c (convert_like_real): When issuing conversion warnings, depend on OPT_Wconversion. * cvt.c (build_expr_type_conversion): Ditto. 2006-01-17 Eric Christopher <echristo@apple.com> * g++.old-deja/g++.warn/impint.C: Add -Wconversion. * g++.old-deja/g++.warn/impint2.C: Ditto. * g++.old-deja/g++.other/null1.C: Ditto. * g++.dg/warn/conv2.C: Ditto. * g++.dg/warn/conv4.C: New file. From-SVN: r109847
2006-01-18expr.c (emit_move_change_mode): Always adjust addresses, not just during reload.Ben Elliston2-11/+32
* expr.c (emit_move_change_mode): Always adjust addresses, not just during reload. Copy replacements only during reload. (emit_move_insn_1): Move MODE_DECIMAL_FLOAT modes by invoking emit_move_via_integer. From-SVN: r109845
2006-01-17mangle25.C: Fix dg-do line, add a closing brace.Andrew Pinski2-1/+5
2006-01-17 Andrew Pinski <pinskia@physics.uc.edu> * g++.dg/abi/mangle25.C: Fix dg-do line, add a closing brace. From-SVN: r109842
2006-01-17Makefile.in (check-%, [...]): Use $${srcdir} instead of $(srcdir) and ${srcdir}.Shantonu Sen2-3/+8
2006-01-17 Shantonu Sen <ssen@opendarwin.org> * Makefile.in (check-%, check-consistency): Use $${srcdir} instead of $(srcdir) and ${srcdir}. From-SVN: r109840
2006-01-17re PR target/592 ([ARM/Thumb] Poor choice of PIC register)Richard Earnshaw4-32/+104
PR target/592 PR middle-end/11135 * arm.h (struct machine_function): Add pic_reg. * arm.c (arm_pic_register): Make unsigned. (arm_override_options): Only set arm_pic_register if TARGET_SINGLE_PIC_BASE. (use_return_insn): Only test for a pic register if it is fixed. (arm_compute_save_reg0_reg12_mask): Likewise. (thumb_compute_save_reg_mask): Likewise. (legitimate_pic_operand): Factor out some known invariants. (legitimize_pic_address): If we don't have a fixed pic register, then set up a pseudo in the function entry sequence. Handle the pic base being in a pseudo. (arm_load_pic_register): Handle the pic register being in a pseudo. (arm_expand_prologue): Only set up the pic register if it is fixed. (thumb_expand_prologue): Likewise. * arm.md (pic_load_addr_based): Handle the pic base being a pseudo. (pic_load_addr_based_insn): Likewise. (builtin_setjmp_receiver): Don't restore the pic base if it isn't fixed. From-SVN: r109839
2006-01-18rs6000.c (rs6000_hard_regno_mode_ok): Reject decimal float modes for all ↵Ben Elliston2-1/+6
floating point registers. * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Reject decimal float modes for all floating point registers. From-SVN: r109836
2006-01-18predicates.md (reg_or_mem_operand): Pair up match_code "mem" with match_test ↵Ben Elliston2-6/+11
"macho_lo_sum_memory_operand". * config/rs6000/predicates.md (reg_or_mem_operand): Pair up match_code "mem" with match_test "macho_lo_sum_memory_operand". From-SVN: r109835
2006-01-17mangle25.C: Run always on ia64 but only onAndreas Jaeger4-5/+11
2006-01-17 Andreas Jaeger <aj@suse.de> Janis Johnson <janis187@us.ibm.com> * g++.dg/abi/mangle25.C: Run always on ia64 but only on * x86/x86-64 in 64-bit. * gcc.dg/torture/fp-int-convert-float128-timode.c: Likewise. * gcc.dg/torture/fp-int-convert-float128.c: Likewise. Co-Authored-By: Janis Johnson <janis187@us.ibm.com> From-SVN: r109832
2006-01-17struct-layout-encoding-1_generate.c (switchfiles): xfail txxx where xxx >= 25.Andrew Pinski2-3/+21
2006-01-17 Andrew Pinski <pinskia@physics.uc.edu> * objc.dg/gnu-encoding/struct-layout-encoding-1_generate.c (switchfiles): xfail txxx where xxx >= 25. From-SVN: r109829
2006-01-17re PR testsuite/25764 (gcc.dg/const-compare.c fails on i686-darwin)Andrew Pinski2-1/+6
2006-01-17 Andrew Pinski <pinskia@physics.uc.edu> PR testsuite/25764 * gcc.dg/const-compare.c: Restrict compiling to powerpc*-*-darwin*. From-SVN: r109826
2006-01-17name-lookup.c (lookup_namespace_name): Remove.Kazu Hirata3-79/+6
* name-lookup.c (lookup_namespace_name): Remove. * name-lookup.h: Remove the prototype for lookup_namespace_name. From-SVN: r109821
2006-01-17re PR c/25682 (ICE when using old sytle offsetof (with non zero start) as ↵Jakub Jelinek7-2/+72
array size) PR c/25682 * c-typeck.c (build_unary_op): Fold offsetof-like expressions even when the pointer is not NULL. cp/ * decl.c (compute_array_index_type): After issuing not an integral constant-expression error, set size to 1 to avoid ICEs later on. testsuite/ * gcc.dg/pr25682.c: New test. * g++.dg/parse/array-size2.C: New test. From-SVN: r109812
2006-01-17common.opt (ftoplevel-reorder): New option.Ian Lance Taylor10-37/+269
./: * common.opt (ftoplevel-reorder): New option. * cgraph.c (cgraph_asm_nodes): New global variable. (cgraph_asm_last_node): New static variable. (cgraph_order): New global variable. (cgraph_create_node): Set new order field. (cgraph_varpool_node): Likewise. (decide_is_variable_needed): Return true if not flag_toplevel_reorder. (cgraph_add_asm_node): New function. * cgraph.h (struct cgraph_node): Add order field. (struct cgraph_varpool_node): Add order field. (struct cgraph_asm_node): Define. (cgraph_asm_nodes, cgraph_order): Declare. (cgraph_add_asm_node): Declare. * cgraphunit.c (cgraph_varpool_assemble_decl): New static function. (cgraph_varpool_assemble_pending_decls): Call it. (cgraph_output_pending_asms): New static function. (cgraph_finalize_compilation_unit): Call it. (struct cgraph_order_sort): Define. (cgraph_output_in_order): New static function. (cgraph_optimize): Call cgraph_output_pending_asms. Add code for !flag_toplevel_reorder case. * c-parser.c: Include "cgraph.h". (c_parser_asm_definition): Call cgraph_add_asm_node rather than assemble_asm. * Makefile.in (CRTSTUFF_CFLAGS): Use -fno-toplevel-reorder rather than -fno-unit-at-a-time. * doc/invoke.texi (Option Summary): Mention -fno-toplevel-reorder. (Optimize Options): Document -fno-toplevel-reorder. Mention it in -funit-at-a-time documentation. cp/: * parser.c: Include "cgraph.h". (cp_parser_asm_definition): Call cgraph_add_asm_node rather than assemble_asm. From-SVN: r109811
2006-01-17* consistency.vlad: Remove entire directory, 1652 files.Ian Lance Taylor1653-17555/+4
From-SVN: r109805
2006-01-17Fix up recent entries by espindola.Ben Elliston3-6/+6
From-SVN: r109804
2006-01-17Fix attribution of last changeHans-Peter Nilsson1-0/+1
From-SVN: r109803
2006-01-17* Makefile.in (FUNCTION_H, LAMBDA_H): Use $(TREE_H), not tree.h.Hans-Peter Nilsson2-2/+6
From-SVN: r109802
2006-01-17Makefile.in (FUNCTION_H): New.Kazu Hirata3-109/+118
* Makefile.in (FUNCTION_H): New. Use it instead of function.h throughout the file. * function.h: Include tree.h. From-SVN: r109800
2006-01-17* recog.c: Separate some functions with whitespace.Ben Elliston2-0/+6
From-SVN: r109799
2006-01-16backport: Makefile.in (TREE_INLINE_H): New.Richard Henderson4-387/+400
Merge from gomp branch: * Makefile.in (TREE_INLINE_H): New. Use it as needed. * tree-inline.h (struct copy_body_data): Move from tree-inline.c and rename from struct inline_data. Rename callee* to dst*; caller* to src*; add copy_decl hook, transform_call_graph_edges, transform_new_cfg, transform_return_to_modify, and transform_lang_insert_block flags; remove cloning_p, versioning_p, update_clones_p. (copy_body_r, insert_decl_map, remap_decl, remap_type): Declare. (copy_decl_for_dup): Remove. * tree-inline.c (struct inline_data): Move to header. (insert_decl_map): Export. (remap_decl): Update for member name changes. Use copy_decl hook. Allow for replacement to be a non-decl. Remove dead code. (remap_type_1): Check for existing mapping. (remap_type): Export. (remap_decls): Update for member name changes. (remap_block, copy_bb, copy_cfg_body, copy_generic_body): Likewise. (copy_body, setup_one_parameter, declare_return_variable): Likewise. (expand_call_inline, optimize_inline_calls, clone_body): Likewise. (copy_tree_r, mark_local_for_remap_r, unsave_expr_now): Likewise. (tree_function_versioning, build_duplicate_type): Likewise. (copy_body_r): Likewise. Export. (copy_decl_for_dup): Split into ... (copy_decl_for_dup_finish, copy_decl_to_var, copy_decl_no_change, copy_decl_maybe_to_var): ... these. (replace_ref_tree, inlining_p): Remove. From-SVN: r109797
2006-01-17loop.c (loop_optimize): Make it static.Kazu Hirata4-4/+5
* loop.c (loop_optimize): Make it static. * cfgloop.h: Remove the prototype for loop_optimize. * rtl.h: Likewise. From-SVN: r109795
2006-01-17local-alloc.c (local_alloc): Make it static.Kazu Hirata3-2/+4
* local-alloc.c (local_alloc): Make it static. * rtl.h: Remove the prototype for local_alloc. From-SVN: r109794
2006-01-17ifcvt.c (if_convert): Make it static.Kazu Hirata3-4/+6
* ifcvt.c (if_convert): Make it static. * rtl.h: Remove the prototype for if_convert. From-SVN: r109793
2006-01-16reload.c (reg_overlap_mentioned_for_reload_p): Handle subregs of mems.DJ Delorie2-1/+8
* reload.c (reg_overlap_mentioned_for_reload_p): Handle subregs of mems. From-SVN: r109792
2006-01-17pa.md: Disparage copies between general and floating-point registers in ↵John David Anglin2-10/+15
32-bit move... * pa.md: Disparage copies between general and floating-point registers in 32-bit move patterns. From-SVN: r109788
2006-01-17Daily bump.GCC Administrator1-1/+1
From-SVN: r109786