tromey [Wed, 10 Aug 2005 17:19:03 +0000 (17:19 +0000)]
2005-08-10 Alfred M. Szmidt <ams@gnu.org>
PR libffi/21819:
* configure: Rebuilt.
* configure.ac: Handle i*86-*-gnu*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102953
138bc75d-0d04-0410-961f-
82ee72b054a4
dorit [Wed, 10 Aug 2005 16:18:17 +0000 (16:18 +0000)]
* doc/md.texi: (reduc_smin, reduc_umin, reduc_splus, reduc_uplus):
(vec_shl, vec_shr): Document new operations.
* tree.def (VEC_RSHIFT_EXPR, VEC_LSHIFT_EXPR): Fix comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102951
138bc75d-0d04-0410-961f-
82ee72b054a4
dje [Wed, 10 Aug 2005 14:21:52 +0000 (14:21 +0000)]
* config/rs6000/predicates.md (indexed_or_indirect_address): New.
* config/rs6000/rs6000.md (prefetch): Remove operand 0 mode and
change predicate to indexed_or_indirect_address.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102950
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Wed, 10 Aug 2005 13:06:52 +0000 (13:06 +0000)]
* config/arm/lib1funcs.asm (__aeabi_uidiv, __aeabi_idiv): New aliases.
* config/arm/libgcc-bpabi.ver (GCC_3.5): Add __aeabi_idiv,
__aeabi_uidiv, __aeabi_uread4, __aeabi_uread8, __aeabi_uwrite4
and __aeabi_uwrite8.
* config/arm/unaligned-funcs.c: New file.
* config/arm/t-bpabi (LIB2FUNCS_EXTRA): Add unaligned-funcs.c.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102947
138bc75d-0d04-0410-961f-
82ee72b054a4
bonzini [Wed, 10 Aug 2005 09:02:48 +0000 (09:02 +0000)]
2005-08-09 Paolo Bonzini <bonzini@gnu.org>
* bb-reorder.c (pass_duplicate_computed_gotos, pass_partition_blocks):
Add dump.
* cfglayout.c (pass_insn_locators_initialize): Add dump.
* emit-rtl.c (pass_unshare_all_rtl, pass_remove_unnecessary_notes):
Add dump.
* except.c (pass_convert_to_eh_region_ranges): Add dump.
* final.c (pass_shorten_branches): Add dump.
* flow.c (pass_recompute_reg_usage, pass_remove_death_notes): Add dump.
(pass_life): Rename dump.
(rest_of_handle_flow2): Remove initial verify_flow_info.
* function.c (pass_instantiate_virtual_regs): Add dump.
* integrate.c (pass_initial_value_sets): Add dump.
* jump.c (pass_cleanup_barriers, pass_purge_lineno_notes): Add dump.
* loop-init.c (pass_rtl_loop_init, pass_rtl_loop_done): Rename dump.
(pass_rtl_move_loop_invariants, pass_rtl_unswitch, pass_rtl_doloop,
pass_rtl_unroll_and_peel_loops): Rename dump and add gate.
(gate_rtl_move_loop_invariants, gate_rtl_unswitch, gate_rtl_doloop,
gate_rtl_unrool_and_peel_loops): New.
(rtl_move_loop_invariants, rtl_unswitch, rtl_unrool_and_peel_loops,
rtl_doloop): Do not look at flags.
* mode-switching.c (pass_mode_switching): Add dump.
* recog.c (pass_split_all_insns, pass_split_for_shorten_branches,
pass_split_before_regstack): Add dump.
* regmove.c (pass_stack_adjustments): Add dump.
* tree-optimize.c (pass_fixup_cfg): Add dump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102945
138bc75d-0d04-0410-961f-
82ee72b054a4
nickc [Wed, 10 Aug 2005 08:20:18 +0000 (08:20 +0000)]
PR 23309
* config/m32r/m32r.c (m32r_reload_lr): Fix off by one error when deciding
which instruction sequence to use.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102943
138bc75d-0d04-0410-961f-
82ee72b054a4
reichelt [Wed, 10 Aug 2005 00:20:32 +0000 (00:20 +0000)]
PR c++/20646
* decl.c (grokdeclarator): Reset storage_class after error.
* g++.dg/other/mult-stor1.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102935
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Wed, 10 Aug 2005 00:16:43 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102932
138bc75d-0d04-0410-961f-
82ee72b054a4
pinskia [Tue, 9 Aug 2005 23:28:16 +0000 (23:28 +0000)]
2005-08-09 Andrew Pinski <pinskia@physics.uc.edu>
* gcc.c-torture/pr18299-1.c: Move to ...
* gcc.c-torture/compile/pr18299-1.c: Here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102927
138bc75d-0d04-0410-961f-
82ee72b054a4
tkoenig [Tue, 9 Aug 2005 20:53:52 +0000 (20:53 +0000)]
2005-08-09 Thomas Koenig <Thomas.Koenig@online.de>
* gfortran/fortran.torture/execute/character_passing.f90:
Fix types for LSAME.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102925
138bc75d-0d04-0410-961f-
82ee72b054a4
pinskia [Tue, 9 Aug 2005 17:53:25 +0000 (17:53 +0000)]
2005-08-09 Andrew Pinski <pinskia@physics.uc.edu>
part of PR objc/21992
* objc-act.c (handle_class_ref): The ref decl is always referenced.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102920
138bc75d-0d04-0410-961f-
82ee72b054a4
pinskia [Tue, 9 Aug 2005 17:51:27 +0000 (17:51 +0000)]
2005-08-09 Andrew Pinski <pinskia@physics.uc.edu>
* testsuite/26_numerics/cmath/c99_classification_macros_c.cc:
xfail on *-*-darwin*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102919
138bc75d-0d04-0410-961f-
82ee72b054a4
fxcoudert [Tue, 9 Aug 2005 17:33:17 +0000 (17:33 +0000)]
* check.c (gfc_check_ttynam_sub, gfc_check_isatty): Add check
functions for new intrinsics TTYNAM and ISATTY.
* intrinsic.c (add_functions, add_subroutines): Add new
intrinsics.
* intrinsic.h: Add prototypes for new check and resolve
functions.
* iresolve.c (gfc_resolve_isatty, gfc_resolve_ttynam_sub): New
resolve functions for intrinsics TTYNAM and ISATTY.
* gfortran.h (gfc_generic_isym_id): Add symbol for ISATTY.
* trans-intrinsic.c: Add case for GFC_ISYM_ISATTY.
* Makefile.am: Add file intrinsics/tty.c to Makefile process.
* Makefile.in: Regenerate.
* io/io.h: Prototypes for new functions stream_isatty and
stream_ttyname.
* io/unix (stream_isatty, stream_ttyname): New functions to call
isatty() and ttyname() on a given unit.
* intrinsics/tty.c: New file to implement g77 intrinsics TTYNAM
and ISATTY.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102915
138bc75d-0d04-0410-961f-
82ee72b054a4
dorit [Tue, 9 Aug 2005 15:58:59 +0000 (15:58 +0000)]
* tree-vect-transform.c (vect_create_epilog_for_reduction): Set
BIT_FIELD_REF_UNSIGNED for newly created BIT_FIELD_REFs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102913
138bc75d-0d04-0410-961f-
82ee72b054a4
pinskia [Tue, 9 Aug 2005 13:37:14 +0000 (13:37 +0000)]
2005-08-09 Andrew Pinski <pinskia@physics.uc.edu>
* objc.dg/try-catch-8.m: Enable for all targets.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102912
138bc75d-0d04-0410-961f-
82ee72b054a4
rguenth [Tue, 9 Aug 2005 12:05:09 +0000 (12:05 +0000)]
2005-08-09 Richard Guenther <rguenther@suse.de>
* c-common.c (builtin_function_2): Remove.
(def_builtin_1): New function.
(c_common_nodes_and_builtins): Use def_builtin_1 to
build builtin functions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102911
138bc75d-0d04-0410-961f-
82ee72b054a4
bernds [Tue, 9 Aug 2005 09:47:52 +0000 (09:47 +0000)]
* config/bfin/uclinux.h (NO_IMPLICIT_EXTERN_C): Define.
* config/bfin/elf.h (NO_IMPLICIT_EXTERN_C): Define.
* config/bfin/bfin.c (bfin_return_in_memory): Update to really match
Visual DSP.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102906
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Tue, 9 Aug 2005 08:08:28 +0000 (08:08 +0000)]
* scanner.c (preprocessor_line): Don't write beyond the end of flag
buffer.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102902
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Tue, 9 Aug 2005 08:06:16 +0000 (08:06 +0000)]
* src/powerpc/ppc_closure.S (ffi_closure_SYSV): Use
DW_CFA_offset_extended_sf rather than
DW_CFA_GNU_negative_offset_extended.
* src/powerpc/sysv.S (ffi_call_SYSV): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102900
138bc75d-0d04-0410-961f-
82ee72b054a4
phython [Tue, 9 Aug 2005 04:24:56 +0000 (04:24 +0000)]
2005-08-09 James A. Morrison <phython@gcc.gnu.org>
* tree-ssa-loop-niter.c (tree_simplify_using_condition_1): Use
fold_binary instead of fold_build2 since we don't care about the
resulting tree.
(loop_niter_by_eval): Likewise.
(compare_trees): Likewise.
(proved_non_wrapping_p): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102897
138bc75d-0d04-0410-961f-
82ee72b054a4
phython [Tue, 9 Aug 2005 04:21:26 +0000 (04:21 +0000)]
2005-08-09 James A. Morrison <phython@gcc.gnu.org>
PR c/23161
PR c/23165
* c-typeck.c (c_finish_if_stmt): Look into STATEMENT_LISTs to see
if the if is really empty.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102896
138bc75d-0d04-0410-961f-
82ee72b054a4
steven [Tue, 9 Aug 2005 03:28:38 +0000 (03:28 +0000)]
gcc/
PR tree-optimization/23234
* tree-ssa-math-opts.c (place_reciprocal): New enum.
(execute_cse_reciprocals_1): Replace the 'phi' argument with an
argument of the new enum.
(execute_cse_reciprocals): Add reciprocals for function arguments
on the unique successor edge of the entry block. Update other calls
to execute_cse_reciprocals_1.
testsuite/
PR tree-optimization/23234
* gcc.dg/tree-ssa/pr23234.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102895
138bc75d-0d04-0410-961f-
82ee72b054a4
jvdelisle [Tue, 9 Aug 2005 01:56:04 +0000 (01:56 +0000)]
2005-08-08 Jerry DeLisle <jvdelisle@verizon.net>
PR libfortran/23154
* io/transfer.c (data_transfer_init): Initialize
current_unit->bytes_left for a read.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102893
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Tue, 9 Aug 2005 00:16:16 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102889
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Mon, 8 Aug 2005 21:38:24 +0000 (21:38 +0000)]
PR 22439
* gimplify.c (gimplify_one_sizepos): Preserve the original type.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102879
138bc75d-0d04-0410-961f-
82ee72b054a4
bwilson [Mon, 8 Aug 2005 19:47:59 +0000 (19:47 +0000)]
* expr.c (write_complex_part): Return after handling MEM.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102878
138bc75d-0d04-0410-961f-
82ee72b054a4
jconner [Mon, 8 Aug 2005 18:30:09 +0000 (18:30 +0000)]
PR rtl-optimization/23241
* combine.c (simplify_comparison): Fix error in determining
whether to lift a subreg from comparison.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102869
138bc75d-0d04-0410-961f-
82ee72b054a4
jconner [Mon, 8 Aug 2005 18:28:46 +0000 (18:28 +0000)]
PR rtl-optimization/23241
* gcc.dg/char-compare.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102868
138bc75d-0d04-0410-961f-
82ee72b054a4
reichelt [Mon, 8 Aug 2005 17:03:33 +0000 (17:03 +0000)]
PR c++/22508
* init.c (build_new_1): Check for empty candidate list.
* g++.dg/init/new13.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102863
138bc75d-0d04-0410-961f-
82ee72b054a4
dje [Mon, 8 Aug 2005 16:36:26 +0000 (16:36 +0000)]
PR target/18506
* config/rs6000/altivec.md (vec_init<mode>): New.
(vec_set<mode>): New.
(vec_extract<mode>): New.
* config/rs6000/rs6000.c (rs6000_expand_vector_init): New.
(rs6000_expand_vector_set): New.
(rs6000_expand_vector_extract): New.
(rs6000_legitimate_offset_address_p): Offset addresses are valid
for Altivec modes before reload.
(altivec_expand_vec_init_builtin): New.
(get_element_number): New.
(altivec_expand_vec_set_builtin): New.
(altivec_expand_vec_ext_builtin): New.
(altivec_expand_builtin): Expand vec_init, vec_set, and vec_ext
builtins.
(altivec_init_builtins): Init vec_init, vec_set, and vec_ext
builtins.
* config/rs6000/rs6000.h (rs6000_builtins): Add
ALTIVEC_BUILTIN_VEC_INIT_<mode>, ALTIVEC_BUILTIN_VEC_SET_<mode>,
ALTIVEC_BUILTIN_VEC_EXT_<mode>.
* config/rs6000/rs6000-protos.h: Declare new functions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102861
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Mon, 8 Aug 2005 16:29:51 +0000 (16:29 +0000)]
* i386.c (legitimate_pic_address_disp_p): Refuse GOTOFF in 64bit mode.
(legitimate_address_p): Refuse GOT and GOTOFF in 64bit mode.
* i386.md (movdi*): Use pic_32bit_operand.
* predicates.md (pic_32bit_operand): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102860
138bc75d-0d04-0410-961f-
82ee72b054a4
nathan [Mon, 8 Aug 2005 14:56:18 +0000 (14:56 +0000)]
* class.c (build_class_ref): Wrap the primary class type in a
NOP_EXPR.
* parse.y (java_complete_lhs) <COMPONENT_REF case>: Extract the
primary class type from the NOP_EXPR in which it was placed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102859
138bc75d-0d04-0410-961f-
82ee72b054a4
nathan [Mon, 8 Aug 2005 14:22:35 +0000 (14:22 +0000)]
.:
PR c++/21166
* stor-layout.c (finalize_type_size): Undo DECL_PACKED when possible.
testsuite:
PR c++/21166
* g++.dg/other/crash-4.C: Adjust
* g++/dg/ext/packed9.C: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102858
138bc75d-0d04-0410-961f-
82ee72b054a4
bonzini [Mon, 8 Aug 2005 09:19:17 +0000 (09:19 +0000)]
2005-08-08 Paolo Bonzini <bonzini@gnu.org>
* configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
tools; remove code to manually set them.
(Target tools): Look in the environment for them.
* Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
(AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
build directory.
(CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
(CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
* configure: Regenerate.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102855
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Mon, 8 Aug 2005 07:45:22 +0000 (07:45 +0000)]
PR middle-end/21964
* gcc.c-torture/execute/pr21964-1.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102850
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Mon, 8 Aug 2005 07:38:30 +0000 (07:38 +0000)]
PR c/22458
* gcc.dg/pr22458-1.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102845
138bc75d-0d04-0410-961f-
82ee72b054a4
phython [Mon, 8 Aug 2005 04:43:23 +0000 (04:43 +0000)]
2005-08-07 James A. Morrison <phython@gcc.gnu.org>
* tree-vrp.c (simplify_div_or_mod_using_range): Use build2.
(test_for_singularity): Use fold_build2.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102844
138bc75d-0d04-0410-961f-
82ee72b054a4
danglin [Mon, 8 Aug 2005 02:19:39 +0000 (02:19 +0000)]
* pa64-regs.h (CONDITIONAL_REGISTER_USAGE): Fix loop upper bound.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102841
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Mon, 8 Aug 2005 00:16:16 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102838
138bc75d-0d04-0410-961f-
82ee72b054a4
kargl [Sun, 7 Aug 2005 22:59:00 +0000 (22:59 +0000)]
Forgot to remove and add these files in the previous commit.
* io/backspace.c: File removed, contents moved to ...
* io/endfile.c: Ditto.
* io/rewind.c: Ditto.
* io/file_pos.c: New file, ... here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102836
138bc75d-0d04-0410-961f-
82ee72b054a4
kargl [Sun, 7 Aug 2005 22:56:19 +0000 (22:56 +0000)]
2005-08-07 Janne Blomqvist <jblomqvi@cc.hut.fi>
PR fortran/22390
* dump-parse-tree.c (gfc_show_code_node): Add case for FLUSH.
* gfortran.h: Add enums for FLUSH.
* io.c (gfc_free_filepos,match_file_element,match_filepos): Modify
comment appropriately. (gfc_match_flush): New function.
* match.c (gfc_match_if): Add match for flush.
* match.h: Add prototype.
* parse.c (decode_statement): Add flush to 'f' case.
(next_statement): Add case for flush. (gfc_ascii_statement): Likewise.
* resolve.c (resolve_code): Add flush case.
* st.c (gfc_free_statement): Add flush case.
* trans-io.c: Add prototype for flush.
(gfc_build_io_library_fndecls): Build fndecl for flush.
(gfc_trans_flush): New function.
* trans-stmt.h: Add prototype.
* trans.c (gfc_trans_code): Add case for flush.
2005-08-07 Janne Blomqvist <jblomqvi@cc.hut.fi>
PR fortran/22390
* io/backspace.c: File removed, contents moved to ...
* io/endfile.c: Ditto.
* io/rewind.c: Ditto.
* io/file_pos.c: New file, ... here.
* Makefile.am: Add file_pos.c to list, remove obsolete files.
* Makefile.in: Regenerated.
2005-08-07 Janne Blomqvist <jblomqvi@cc.hut.fi>
Steven G. Kargl <kargls@comcast.net>
PR fortran/22390
* gfortran.dg/flush_1.f90: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102835
138bc75d-0d04-0410-961f-
82ee72b054a4
dannysmith [Sun, 7 Aug 2005 21:13:27 +0000 (21:13 +0000)]
* config/i386/cygming.h (SUBTARGET_ENCODE_SECTION_INFO): Define.
(COMMON_ASM_OP) Define.
* config/i386/i386.c (ix86_in_large_data_p): Add ATTRIBUTE_UNUSED
(ix86_encode_section_info): Likewise.
(TARGET_ENCODE_SECTION_INFO): Conditionally define as
SUBTARGET_ENCODE_SECTION_INFO.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102834
138bc75d-0d04-0410-961f-
82ee72b054a4
korbb [Sun, 7 Aug 2005 19:14:12 +0000 (19:14 +0000)]
Finish checkin of date: 2005/06/14 23:59:47; author: ro;
for rev 1.23 of inclhack.def: adjust tests/base/math.h for new
content for AAB_darwin7_9_long_double_funcs_2 fix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102833
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Sun, 7 Aug 2005 19:01:09 +0000 (19:01 +0000)]
PR 21894
* tree-nested.c (convert_local_reference): Save and restore val_only
around component_ref and friends. Clear walk_subtrees by default.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102832
138bc75d-0d04-0410-961f-
82ee72b054a4
phython [Sun, 7 Aug 2005 16:36:33 +0000 (16:36 +0000)]
2005-08-07 James A. Morrison <phython@gcc.gnu.org>
* tree-convert.c (convert): Use fold_build1 instead of
fold (build1.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102831
138bc75d-0d04-0410-961f-
82ee72b054a4
wilson [Sun, 7 Aug 2005 02:39:12 +0000 (02:39 +0000)]
Make Darwin -bundle option work. Patch from Peter O'Gorman.
PR 21366
* gcc.c (process_command): Check the argument to -b has a dash.
* doc/invoke.texi: Update -b and -V docs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102829
138bc75d-0d04-0410-961f-
82ee72b054a4
wilson [Sun, 7 Aug 2005 00:26:01 +0000 (00:26 +0000)]
Delete unused obsolete files for irix5cross64 configure target.
* config/mips/cross64.h, config/mips/t-cross64: Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102828
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Sun, 7 Aug 2005 00:17:18 +0000 (00:17 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102825
138bc75d-0d04-0410-961f-
82ee72b054a4
fxcoudert [Sat, 6 Aug 2005 22:57:46 +0000 (22:57 +0000)]
* io/io.h: Change DEFAULT_TEMPDIR to /tmp instead of /var/tmp.
* io/unix.c (tempfile): Look at the TEMP environment variable
to find the temporary files directory. Whitespace correction.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102822
138bc75d-0d04-0410-961f-
82ee72b054a4
reichelt [Sat, 6 Aug 2005 22:38:44 +0000 (22:38 +0000)]
PR c++/23191
* pt.c (tsubst) <case METHOD_TYPE>: Check for error_mark_node
before calling build_exception_variant.
* g++.dg/template/eh2.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102819
138bc75d-0d04-0410-961f-
82ee72b054a4
reichelt [Sat, 6 Aug 2005 22:22:47 +0000 (22:22 +0000)]
PR c++/19498
* pt.c (tsubst_decl) <case TEMPLATE_DECL>: Return ERROR_MARK_NODE
if substitution of template args did not succeed.
* g++.dg/template/instantiate7.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102818
138bc75d-0d04-0410-961f-
82ee72b054a4
matz [Sat, 6 Aug 2005 21:25:09 +0000 (21:25 +0000)]
* method.c (use_thunk): Call init_insn_lengths.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102817
138bc75d-0d04-0410-961f-
82ee72b054a4
matz [Sat, 6 Aug 2005 21:11:54 +0000 (21:11 +0000)]
* genattrtab.c (write_attr_get, write_attr_case): Use insn_code
member only if only one insn is associated with the value.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102816
138bc75d-0d04-0410-961f-
82ee72b054a4
fxcoudert [Sat, 6 Aug 2005 19:18:45 +0000 (19:18 +0000)]
* primary.c (match_hollerith_constant): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102814
138bc75d-0d04-0410-961f-
82ee72b054a4
phython [Sat, 6 Aug 2005 18:25:31 +0000 (18:25 +0000)]
2005-08-06 James A. Morrison <phython@gcc.gnu.org>
PR treelang/23072
* Make-lang.in: Remove old testing cruft.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102813
138bc75d-0d04-0410-961f-
82ee72b054a4
fxcoudert [Sat, 6 Aug 2005 15:38:49 +0000 (15:38 +0000)]
* io/unix.c: Add O_RDWR to open() call.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102811
138bc75d-0d04-0410-961f-
82ee72b054a4
nickc [Sat, 6 Aug 2005 13:50:42 +0000 (13:50 +0000)]
config/stormy16/stormy16.h (SYMBOL_FLAG_XSTORMY16_BELOW100): New define.
(ASM_OUTPUT_LABELREF): Delete - it is no longer needed.
config/stormy16/stormy16.c (xstormy16_below100_symbol): Check symbol flags
instead of symbol name mangling.
(xstormy16_asm_output_aligned_common): Likewise. Also simplify code since
the bss100_section cass is the only case where the below100 code will be
triggered.
(xstormy16_encode_section_info): Encode below100 attribute using the
SYMBOL_FLAG_XSTORMY16_BELOW100 instead of mangling the name.
(xstormy16_strip_name_encoding): Delete - this function is no longer needed.
(TARGET_STRIP_NAME_ENCODING): Undefine.
config/stormy16/stormy16-protos.h: Delete prototype for
xstormy16_strip_name_encoding.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102810
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sat, 6 Aug 2005 13:26:35 +0000 (13:26 +0000)]
* Makefile.in, cfgexpand.c, cfgloop.h, cfgloopmanip.c,
config.gcc, ipa-cp.c, ipa-prop.c, ipa-prop.h, reg-stack.c,
tree-ssa-structalias.c, tree-vrp.c, value-prof.c, vec.h,
config/linux.h, config/alpha/alpha.h, config/alpha/linux.h,
config/alpha/predicates.md, config/arc/arc.h,
config/arm/arm.h, config/arm/ieee754-df.S,
config/arm/ieee754-sf.S, config/bfin/bfin.c,
config/bfin/bfin.h, config/c4x/c4x.h, config/crx/crx.c,
config/fr30/fr30.h, config/frv/frv.h, config/h8300/h8300.h,
config/i386/i386.h, config/ia64/ia64.c, config/ia64/ia64.h,
config/m68hc11/m68hc11.h, config/mips/mips.c,
config/mips/mips.h, config/mips/openbsd.h,
config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.h,
config/pdp11/pdp11.h, config/rs6000/linux-unwind.h,
config/rs6000/rs6000.c, config/rs6000/rs6000.h,
config/s390/s390.c, config/sh/sh.c, config/sh/sh.h,
config/sparc/linux.h, config/sparc/linux64.h,
config/sparc/sparc.h, config/v850/v850.h, config/vax/vax.h,
doc/extend.texi, doc/gcov.texi, doc/install.texi,
doc/invoke.texi, doc/rtl.texi, doc/tm.texi: Fix comment/doc
typos. Follow spelling conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102809
138bc75d-0d04-0410-961f-
82ee72b054a4
kazu [Sat, 6 Aug 2005 12:56:19 +0000 (12:56 +0000)]
* decl.c, dump-parse-tree.c, gfortran.texi, intrinsic.texi,
invoke.texi, resolve.c, trans-array.c, trans-array.h,
trans-common.c, trans-expr.c, trans-io.c, trans.h: Fix
comment/doc typos. Follow spelling conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102806
138bc75d-0d04-0410-961f-
82ee72b054a4
jsm28 [Sat, 6 Aug 2005 11:31:49 +0000 (11:31 +0000)]
PR c/23113
* stmt.c (warn_if_unused_value): Check TREE_NO_WARNING at start.
Don't handle NOP_EXPR, CONVERT_EXPR and NON_LVALUE_EXPR
specially. Check for side effects only for COND_EXPR.
* c-typeck.c (c_finish_stmt_expr): Mark statement expression
return with TREE_NO_WARNING.
testsuite:
* gcc.dg/Wunused-value-1.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102805
138bc75d-0d04-0410-961f-
82ee72b054a4
rsandifo [Sat, 6 Aug 2005 11:05:48 +0000 (11:05 +0000)]
PR rtl-optimization/23233
* loop.c (combine_movables): Require the modes to be the same.
(move_movables): Remove handling of cases where the replacement
had a different mode to the original.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102804
138bc75d-0d04-0410-961f-
82ee72b054a4
jakub [Sat, 6 Aug 2005 10:00:53 +0000 (10:00 +0000)]
PR fortran/18833
PR fortran/20850
* primary.c (match_varspec): If equiv_flag, don't look at sym's
attributes, call gfc_match_array_ref up to twice and don't do any
substring or component processing.
* resolve.c (resolve_equivalence): Transform REF_ARRAY into
REF_SUBSTRING or nothing if needed. Check that substrings
don't have zero length.
* gfortran.dg/equiv_1.f90: New test.
* gfortran.dg/equiv_2.f90: New test.
* gfortran.fortran-torture/execute/equiv_2.f90: New test.
* gfortran.fortran-torture/execute/equiv_3.f90: New test.
* gfortran.fortran-torture/execute/equiv_4.f90: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102801
138bc75d-0d04-0410-961f-
82ee72b054a4
phython [Sat, 6 Aug 2005 05:35:31 +0000 (05:35 +0000)]
2005-08-05 James A. Morrison <phython@gcc.gnu.org>
PR tree-optimization/23128
* tree-vrp.c (vrp_int_const_binop): Check if unsigned addition or
subtraction wrap, and set TREE_OVERFLOW if they do.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102800
138bc75d-0d04-0410-961f-
82ee72b054a4
phython [Sat, 6 Aug 2005 05:18:09 +0000 (05:18 +0000)]
2005-08-05 James A. Morrison <phython@gcc.gnu.org>
PR c++/22514
* name-lookup.c (cp_emit_debug_info_for_using): Do nothing if
sorrycount or errorcount are nonzero.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102799
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Sat, 6 Aug 2005 00:16:13 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102792
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Fri, 5 Aug 2005 23:01:54 +0000 (23:01 +0000)]
PR 21728
* tree-cfg.c (remove_bb): Transmute DECL_NONLOCAL labels into
FORCED_LABEL labels.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102786
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Fri, 5 Aug 2005 21:02:57 +0000 (21:02 +0000)]
Correct PR#
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102785
138bc75d-0d04-0410-961f-
82ee72b054a4
mmitchel [Fri, 5 Aug 2005 21:01:47 +0000 (21:01 +0000)]
* name-lookup.c (pushtag): Remove accidental commit from:
2004-12-21 Mark Mitchell <mark@codesourcery.com>
PR c++/19063
* decl.c (grokdeclarator): Return error_mark_node, not
void_type_node, to indicate errors.
* parser.c (cp_parser_template_parameter_list): Robustify.
(cp_parser_template_parameter): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102784
138bc75d-0d04-0410-961f-
82ee72b054a4
tkoenig [Fri, 5 Aug 2005 20:37:07 +0000 (20:37 +0000)]
2005-08-05 Thomas Koenig <Thomas.Koenig@online.de>
* trans-expr.c (gfc_build_builtin_function_decls): Mark
stop_numeric and stop_string as non-returning.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102782
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Fri, 5 Aug 2005 16:06:35 +0000 (16:06 +0000)]
PR middle-end/23135
* reload.c (find_reloads_subreg_address): Pass down TYPE
unchanged. Change all callers except find_reloads_toplev.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102772
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Fri, 5 Aug 2005 15:53:04 +0000 (15:53 +0000)]
* gcc.dg/intmax_t-1.c: Extend dg-error to cover sh*-*-elf targets.
* gcc.dg/tree-ssa/loop-1.c: For sh*-*-*, look for function calls
instead of constant loads / pool entries.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102769
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Fri, 5 Aug 2005 15:51:39 +0000 (15:51 +0000)]
* gcc.dg/intmax_t-1.c: Extend dg-error to cover sh*-*-elf targets.
* gcc.dg/tree-ssa/loop-1.c: FOr sh*-*-*, look for function calls
instead of constant loads / pool entries.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102768
138bc75d-0d04-0410-961f-
82ee72b054a4
dje [Fri, 5 Aug 2005 15:22:43 +0000 (15:22 +0000)]
* gcc.dg/torture/builtin-wctype-1.c: Use __WINT_TYPE__ for
TEST_TO_WCTYPE.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102767
138bc75d-0d04-0410-961f-
82ee72b054a4
amylaar [Fri, 5 Aug 2005 15:07:00 +0000 (15:07 +0000)]
* gcc.dg/intmax_t-1.c: Extend dg-error to cover sh*-*-elf targets.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102766
138bc75d-0d04-0410-961f-
82ee72b054a4
matz [Fri, 5 Aug 2005 09:42:06 +0000 (09:42 +0000)]
* genattrtab.c (current_alternative_string): Remove.
(SIMPLIFY_ALTERNATIVE): Ditto.
(attr_alt_bit_p): Ditto.
(alternative_name): Make const char *.
(evaluate_eq_attr): Remove use of above things.
(simplify_test_exp): Ditto.
(simplify_test_exp <EQ_ATTR>): Guard for insn_code < 0 .
(simplify_test_exp <AND>): Correct typo (test 'right' not 'left').
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102765
138bc75d-0d04-0410-961f-
82ee72b054a4
wilson [Fri, 5 Aug 2005 03:20:12 +0000 (03:20 +0000)]
Fix problem pointed out by Gunther Nikl on gcc list.
* config/ptx4.h, config/sol2.h, config/arm/freebsd.h,
config/arm/linux-elf.h, config/frv/frv.h, config/i386/freebsd.h,
config/i386/freebsd64.h, config/i386/netware.h, config/i386/sco5.h,
config/ia64/freebsd.h, config/rs6000/sysv4.h, config/sparc/freebsd.h
(LINK_SPEC): Delete useless %{Wl,*:%*} item.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102762
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Fri, 5 Aug 2005 02:42:06 +0000 (02:42 +0000)]
PR 21529
* params.def (PARAM_SRA_MAX_STRUCTURE_COUNT): New.
* params.h (SRA_MAX_STRUCTURE_COUNT): New.
* tree-sra.c (decide_block_copy): Use it. Disable element copy
if we'd have to instantiate too many members.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102761
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Fri, 5 Aug 2005 00:16:15 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102753
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Thu, 4 Aug 2005 23:37:00 +0000 (23:37 +0000)]
PR 21291
* tree-outof-ssa.c (coalesce_asm_operands): New.
(coalesce_ssa_name): Use it. Split out ...
(coalesce_phi_operands, coalesce_result_decls): ... these.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102751
138bc75d-0d04-0410-961f-
82ee72b054a4
pbrook [Thu, 4 Aug 2005 23:31:00 +0000 (23:31 +0000)]
2005-08-04 Paul Brook <paul@codesourcery.com>
* read-rtl.c (read_quoted_string): Break if EOF.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102749
138bc75d-0d04-0410-961f-
82ee72b054a4
dannysmith [Thu, 4 Aug 2005 21:01:50 +0000 (21:01 +0000)]
* gcc.dg/torture/builtin-wctype-1.c: Use __WCHAR_TYPE__ and
__WINT_TYPE__ in generated prototypes if possible.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102747
138bc75d-0d04-0410-961f-
82ee72b054a4
pault [Thu, 4 Aug 2005 20:26:29 +0000 (20:26 +0000)]
2005-08-04 Paul Thomas <pault@gcc.gnu.org>
* transfer.c (data_transfer_init): Truncate file in
sequential WRITE when last_record == 0, rather than
current_record. Cures problem on RH9.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102746
138bc75d-0d04-0410-961f-
82ee72b054a4
dje [Thu, 4 Aug 2005 20:14:15 +0000 (20:14 +0000)]
Add Ian to function.c ChangeLog entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102745
138bc75d-0d04-0410-961f-
82ee72b054a4
pinskia [Thu, 4 Aug 2005 18:55:15 +0000 (18:55 +0000)]
2005-08-04 Andrew Pinski <pinskia@physics.uc.edu>
* tree.h (fold_build1): Change to macro and call fold_build1_stat.
(fold_build2): Likewise.
(fold_build3): Likewise.
(fold_build1_stat): New function prototype.
(fold_build2_stat): Likewise.
(fold_build3_stat): Likewise.
* fold-const.c (fold_build1): Rename to ..
(fold_build1_stat): this. Add MEM_STAT_DECL. Pass the mem stats
through to build1_stat.
(fold_build2): Rename to ..
(fold_build2_stat): this. Add MEM_STAT_DECL. Pass the mem stats
through to build2_stat.
(fold_build3): Rename to ..
(fold_build3_stat): this. Add MEM_STAT_DECL. Pass the mem stats
through to build3_stat.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102743
138bc75d-0d04-0410-961f-
82ee72b054a4
dje [Thu, 4 Aug 2005 18:36:26 +0000 (18:36 +0000)]
* function.c (assign_stack_local_1): Do not correct stack slot
address if allocation size is smaller than mode size.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102742
138bc75d-0d04-0410-961f-
82ee72b054a4
dnovillo [Thu, 4 Aug 2005 18:16:41 +0000 (18:16 +0000)]
PR 22037
* tree-cfg.c (replace_uses_by): Call mark_new_vars_to_rename.
(tree_merge_blocks): Propagate anything allowed by
may_propagate_copy.
Clarify documentation.
* passes.c (execute_todo): If cleanup_tree_cfg invalidated the
SSA form, schedule an update if necessary.
testsuite/ChangeLog
PR 22037
* g++.dg/tree-ssa/pr22037.C:
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102740
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Thu, 4 Aug 2005 17:53:51 +0000 (17:53 +0000)]
* gcc.dg/tree-ssa/update-cunroll.c: Fix mistakes in
scan-tree-dump-times directive.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102739
138bc75d-0d04-0410-961f-
82ee72b054a4
gerald [Thu, 4 Aug 2005 09:48:21 +0000 (09:48 +0000)]
* doc/install.texi (Binaries): Remove broken link to
Sinix/Reliant Unix binaries.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102734
138bc75d-0d04-0410-961f-
82ee72b054a4
woepaul [Thu, 4 Aug 2005 09:28:23 +0000 (09:28 +0000)]
* config/crx/crx.h: Inhibit -lm to be linked per default.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102733
138bc75d-0d04-0410-961f-
82ee72b054a4
rth [Thu, 4 Aug 2005 03:57:41 +0000 (03:57 +0000)]
PR 23221
* function.c (stack_protect_epilogue): Export.
* tree.h (stack_protect_epilogue): Declare.
* calls.c (expand_call): Call it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102731
138bc75d-0d04-0410-961f-
82ee72b054a4
pbrook [Thu, 4 Aug 2005 03:06:12 +0000 (03:06 +0000)]
2005-08-04 Paul Brook <paul@codesourcery.com>
* trans-expr.c (gfc_conv_expr, gfc_conv_expr_type): Update comments.
(gfc_conv_expr_lhs): Fix assertion.
(gfc_conv_expr_val): Merge post block. Set se.expr to new value.
* trans.h: Move and update comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102729
138bc75d-0d04-0410-961f-
82ee72b054a4
gccadmin [Thu, 4 Aug 2005 00:16:14 +0000 (00:16 +0000)]
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102722
138bc75d-0d04-0410-961f-
82ee72b054a4
echristo [Wed, 3 Aug 2005 23:35:06 +0000 (23:35 +0000)]
2005-08-03 Eric Christopher <echristo@apple.com>
* gcc.c (LINK_SSP_SPEC): Add fstack-protector-all.
* config/darwin.h (LINK_COMMAND_SPEC): Add link_ssp
spec.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102719
138bc75d-0d04-0410-961f-
82ee72b054a4
geoffk [Wed, 3 Aug 2005 23:17:06 +0000 (23:17 +0000)]
* configure.ac: Don't use GCC_NO_EXECUTABLES or clear
GLIBCXX_IS_NATIVE on Darwin crosses.
* acinclude.m4 (GLIBCXX_CONFIGURE_TESTSUITE): Don't skip configuring
the testsuite just because there's no symbol versioning.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102718
138bc75d-0d04-0410-961f-
82ee72b054a4
hubicka [Wed, 3 Aug 2005 22:10:54 +0000 (22:10 +0000)]
* profile.c (branch_prob): Split edges with goto locus on them
to get proper line counts.
* tree-cfg.c (make_cond_expr_edges): Record user goto locuses, if any.
* gcov-1.C: Fix switch counts.
* gcov-4b.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102717
138bc75d-0d04-0410-961f-
82ee72b054a4
pbrook [Wed, 3 Aug 2005 21:50:13 +0000 (21:50 +0000)]
2005-08-03 Paul Brook <paul@codesourcery.com>
* function.c (assign_parms): Round current_function_args_size
to PARM_BOUNDARY, not STACK_BOUNDARY.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102713
138bc75d-0d04-0410-961f-
82ee72b054a4
law [Wed, 3 Aug 2005 21:15:11 +0000 (21:15 +0000)]
* g++.dg/tree-ssa/pr14814.C: xfail test for &this count.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102712
138bc75d-0d04-0410-961f-
82ee72b054a4
geoffk [Wed, 3 Aug 2005 21:13:12 +0000 (21:13 +0000)]
* config/i386/i386.c (x86_elf_aligned_common)
(x86_output_aligned_bss): Don't try to use symbols that aren't defined.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102711
138bc75d-0d04-0410-961f-
82ee72b054a4
geoffk [Wed, 3 Aug 2005 21:03:29 +0000 (21:03 +0000)]
* acinclude.m4 (GLIBCXX_CHECK_SETRLIMIT_ancilliary): Print
status messages.
(GLIBCXX_CHECK_S_ISREG_OR_S_IFREG): Likewise.
(GLIBCXX_CHECK_POLL): Likewise.
(GLIBCXX_CHECK_WRITEV): Likewise.
(GLIBCXX_CHECK_INT64_T): Likewise.
(GLIBCXX_CHECK_LFS): Likewise.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102710
138bc75d-0d04-0410-961f-
82ee72b054a4
fxcoudert [Wed, 3 Aug 2005 20:00:00 +0000 (20:00 +0000)]
* libgfortran.h: When isfinite is not provided by the system,
define it as a macro, so that it can accept any floating point
type.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102707
138bc75d-0d04-0410-961f-
82ee72b054a4