]>
git.ipfire.org Git - thirdparty/gcc.git/log
GCC Administrator [Fri, 8 Jul 2011 00:17:05 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r176023
Eric Botcazou [Thu, 7 Jul 2011 20:43:43 +0000 (20:43 +0000)]
re PR target/49660 (64-bit gcc doesn't enable -mv8plus with -m32 on Solaris/SPARC)
PR target/49660
* config/sparc/sol2.h [TARGET_64BIT_DEFAULT] (TARGET_DEFAULT): Add
MASK_V8PLUS, remove commented out flag and reorder.
Backport from mainline
2011-06-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config/sparc/sol2-64.h (TARGET_DEFAULT): Remove.
(TARGET_64BIT_DEFAULT): Define.
* config.gcc (sparc*-*-solaris2*): Move sparc/sol2-64.h to front
of tm_file.
* config/sparc/sol2.h [TARGET_64BIT_DEFAULT] (TARGET_DEFAULT): Define.
From-SVN: r176010
GCC Administrator [Thu, 7 Jul 2011 00:17:23 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r175951
GCC Administrator [Wed, 6 Jul 2011 00:17:51 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r175898
Rainer Orth [Tue, 5 Jul 2011 10:24:59 +0000 (10:24 +0000)]
run_acats (which): Extract last field from type -p, type output only if command succeeded.
* ada/acats/run_acats (which): Extract last field from type -p,
type output only if command succeeded.
From-SVN: r175845
GCC Administrator [Tue, 5 Jul 2011 00:17:18 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r175838
Richard Guenther [Mon, 4 Jul 2011 14:24:10 +0000 (14:24 +0000)]
backport: re PR tree-optimization/48822 (G++ gets stucks and never finishes compilation when enabling -O2/3 optimization options.)
2011-07-04 Richard Guenther <rguenther@suse.de>
Backport from mainline
2011-05-02 Richard Guenther <rguenther@suse.de>
PR tree-optimization/48822
* tree-ssa-sccvn.c (set_ssa_val_to): Never go up the lattice.
* gcc.dg/torture/pr48822.c: New testcase.
From-SVN: r175813
Richard Guenther [Mon, 4 Jul 2011 13:25:21 +0000 (13:25 +0000)]
backport: re PR tree-optimization/49115 (invalid return value optimization (?) when exception is thrown and caught)
2011-07-04 Richard Guenther <rguenther@suse.de>
Backport from mainline
2011-05-23 Richard Guenther <rguenther@suse.de>
PR tree-optimization/49115
* tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1): Likewise.
* g++.dg/torture/pr49115.C: New testcase.
From-SVN: r175812
Richard Guenther [Mon, 4 Jul 2011 12:18:22 +0000 (12:18 +0000)]
re PR tree-optimization/49615 (internal compiler error: verify_stmts failed / LHS in noreturn call with pointer-to-never-returning-member)
2011-07-04 Richard Guenther <rguenther@suse.de>
PR tree-optimization/49615
* tree-cfgcleanup.c (split_bbs_on_noreturn_calls): Fix
basic-block index check.
* g++.dg/torture/pr49615.C: New testcase.
From-SVN: r175805
GCC Administrator [Mon, 4 Jul 2011 00:18:10 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r175791
GCC Administrator [Sun, 3 Jul 2011 00:17:15 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r175783
GCC Administrator [Sat, 2 Jul 2011 00:17:16 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r175773
GCC Administrator [Fri, 1 Jul 2011 00:17:03 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r175740
Eric Botcazou [Thu, 30 Jun 2011 19:37:41 +0000 (19:37 +0000)]
re PR tree-optimization/49572 (gcc.dg/tree-ssa/
20030709 -2.c scan-tree-dump-times cddce2 ".rtmem" 0)
PR tree-optimization/49572
* tree-ssa-dom.c (initialize_hash_element) <GIMPLE_SINGLE_RHS>: Use the
type of the RHS instead of that of the LHS for the expression type.
From-SVN: r175723
Jack Howarth [Thu, 30 Jun 2011 16:31:23 +0000 (16:31 +0000)]
backport: re PR other/42333 (complex division failure on darwin10 with -lm)
2011-06-30 Jack Howarth <howarth@bromo.med.uc.edu>
Backport from mainline
2011-02-07 Mike Stump <mikestump@comcast.net>
PR target/42333
Add __ieee_divdc3 entry point.
* config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Retain ___divdc3
entry point.
(SUBTARGET_INIT_BUILTINS): Call darwin_rename_builtins.
* config/i386/i386.c (TARGET_INIT_LIBFUNCS): Likewise.
* config/darwin.c (darwin_rename_builtins): Add.
* config/darwin-protos.h (darwin_rename_builtins): Add.
From-SVN: r175711
Jack Howarth [Thu, 30 Jun 2011 16:14:30 +0000 (16:14 +0000)]
re PR target/49461 (boehm-gc and gcj incompatible with pie)
2011-06-30 Jack Howarth <howarth@bromo.med.uc.edu>
PR target/49461
* libjava/configure.ac (SYSTEMSPEC): Pass -no_pie for darwin11.
* libjava/configure: Regenerate.
From-SVN: r175710
Rainer Orth [Thu, 30 Jun 2011 10:06:44 +0000 (10:06 +0000)]
re PR ada/49511 (acats test setup fails on HP-UX using posix shell)
PR ada/49511
* ada/acats/run_acats (which): Use last field of type -p output.
From-SVN: r175692
Richard Guenther [Thu, 30 Jun 2011 08:51:23 +0000 (08:51 +0000)]
re PR tree-optimization/38752 (ICE in set_uids_in_ptset, at tree-ssa-structalias.c:4817)
2011-06-30 Richard Guenther <rguenther@suse.de>
PR tree-optimization/38752
* gcc.c-torture/compile/pr38752.c: New testcase.
From-SVN: r175686
GCC Administrator [Thu, 30 Jun 2011 00:17:21 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r175676
GCC Administrator [Wed, 29 Jun 2011 00:17:55 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r175614
Eric Botcazou [Tue, 28 Jun 2011 21:56:48 +0000 (21:56 +0000)]
* tree-ssa-dom.c (initialize_hash_element): Fix oversight.
From-SVN: r175602
GCC Administrator [Tue, 28 Jun 2011 00:17:47 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r175570
Hans-Peter Nilsson [Mon, 27 Jun 2011 21:02:53 +0000 (21:02 +0000)]
re PR regression/47836 (Some Cross Compiler can't build target-libiberty or target-zlib)
PR regression/47836
PR bootstrap/23656
PR other/47733
PR bootstrap/49247
PR c/48825
* configure.ac (target_libraries): Remove target-libiberty.
Remove all target-specific settings adding target-libiberty to
skipdirs and noconfigdirs. Remove checking target_configdirs
and removing target-libiberty but keeping target-libgcc if
otherwise empty.
* Makefile.def (target_modules): Don't add libiberty.
(dependencies): Remove all traces of target-libiberty.
* configure, Makefile.in: Regenerate.
From-SVN: r175564
Jason Merrill [Mon, 27 Jun 2011 01:13:33 +0000 (21:13 -0400)]
re PR c++/49440 (Invalid dynamic_cast for unnamed namespace)
PR c++/49440
* class.c (set_linkage_according_to_type): Hand off to
determine_visibility.
From-SVN: r175418
GCC Administrator [Mon, 27 Jun 2011 00:18:27 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r175414
GCC Administrator [Sun, 26 Jun 2011 00:17:33 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r175402
GCC Administrator [Sat, 25 Jun 2011 00:17:37 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r175392
GCC Administrator [Fri, 24 Jun 2011 00:18:28 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r175360
GCC Administrator [Thu, 23 Jun 2011 00:17:56 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r175325
GCC Administrator [Wed, 22 Jun 2011 00:17:37 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r175281
GCC Administrator [Tue, 21 Jun 2011 00:17:53 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r175233
GCC Administrator [Mon, 20 Jun 2011 00:17:50 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r175197
Mike Stump [Sun, 19 Jun 2011 17:51:02 +0000 (17:51 +0000)]
re PR target/49461 (boehm-gc and gcj incompatible with pie)
2011-06-19 Jack Howarth <howarth@bromo.med.uc.edu>
PR target/49461
* configure.ac: Use mh-x86-darwin.
* configure: Regenerate.
config:
2011-06-19 Jack Howarth <howarth@bromo.med.uc.edu>
PR target/49461
* mh-x86-darwin: Add file and pass -no_pie on BOOT_LDFLAGS for
darwin11.
From-SVN: r175191
Jack Howarth [Sun, 19 Jun 2011 17:39:19 +0000 (17:39 +0000)]
re PR target/49461 (boehm-gc and gcj incompatible with pie)
2011-06-18 Jack Howarth <howarth@bromo.med.uc.edu>
PR target/49461
* configure.ac: Use mh-x86-darwin.
* configure: Regenerate.
* config/mh-x86-darwin: Add file and pass -no_pie on BOOT_LDFLAGS
for darwin11.
From-SVN: r175189
GCC Administrator [Sun, 19 Jun 2011 00:17:23 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r175186
GCC Administrator [Sat, 18 Jun 2011 00:18:16 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r175161
Hans-Peter Nilsson [Fri, 17 Jun 2011 11:18:37 +0000 (11:18 +0000)]
re PR rtl-optimization/48542 (unchanged variables in code which calls setjmp may be clobbered (including the return-address))
PR rtl-optimization/48542
* gcc.dg/torture/pr48542.c: New test.
From-SVN: r175142
Hans-Peter Nilsson [Fri, 17 Jun 2011 11:17:34 +0000 (11:17 +0000)]
re PR rtl-optimization/48542 (unchanged variables in code which calls setjmp may be clobbered (including the return-address))
PR rtl-optimization/48542
* reload.c (find_equiv_reg): Stop looking when finding a
setjmp-type call.
* reload1.c (reload_as_needed): Invalidate all reload
registers when crossing a setjmp-type call.
From-SVN: r175141
GCC Administrator [Fri, 17 Jun 2011 00:18:45 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r175127
Kaz Kojima [Thu, 16 Jun 2011 22:08:20 +0000 (22:08 +0000)]
re PR target/49307 (ICE in spill_failure, at reload1.c:2113)
PR target/49307
* config/sh/sh.md (UNSPEC_CHKADD): New.
(chk_guard_add): New define_insn_and_split.
(symGOT_load): Use chk_guard_add instead of blockage.
From-SVN: r175118
GCC Administrator [Thu, 16 Jun 2011 00:17:47 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r175086
GCC Administrator [Wed, 15 Jun 2011 00:18:03 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r175068
GCC Administrator [Tue, 14 Jun 2011 00:18:33 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r175004
GCC Administrator [Mon, 13 Jun 2011 00:18:18 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r174977
GCC Administrator [Sun, 12 Jun 2011 00:17:44 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r174962
Uros Bizjak [Sat, 11 Jun 2011 12:08:53 +0000 (14:08 +0200)]
sse.md (vec_dupv4sf): Correct mode of forced register.
* config/i386/sse.md (vec_dupv4sf): Correct mode of forced register.
(*vec_dupv2df): Rename from vec_dupv2df.
(vec_dupv2df): New expander.
From-SVN: r174951
GCC Administrator [Sat, 11 Jun 2011 00:17:11 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r174936
GCC Administrator [Fri, 10 Jun 2011 00:17:31 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r174874
Eric Botcazou [Thu, 9 Jun 2011 19:51:03 +0000 (19:51 +0000)]
* config/sparc/sparc.md (return_internal): Adjust 'length' attribute.
From-SVN: r174857
GCC Administrator [Thu, 9 Jun 2011 00:17:49 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r174827
Kaz Kojima [Wed, 8 Jun 2011 04:10:26 +0000 (04:10 +0000)]
re PR target/49238 ([SH] ICE in extract_insn, at recog.c:2113)
PR target/49238
* config/sh/sh.c (expand_cbranchdi4): Use a scratch register if
needed when original operands are used for msw_skip comparison.
* gcc.c-torture/compile/pr49238.c: New.
From-SVN: r174794
GCC Administrator [Wed, 8 Jun 2011 00:17:59 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r174786
GCC Administrator [Tue, 7 Jun 2011 00:17:45 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r174731
GCC Administrator [Mon, 6 Jun 2011 00:17:43 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r174676
Eric Botcazou [Sun, 5 Jun 2011 23:20:41 +0000 (23:20 +0000)]
sparc.c (output_return): Fix thinko in the output of an EH return when delayed branches are disabled.
* config/sparc/sparc.c (output_return): Fix thinko in the output of an
EH return when delayed branches are disabled.
From-SVN: r174672
Kaz Kojima [Sun, 5 Jun 2011 21:50:29 +0000 (21:50 +0000)]
re PR target/49186 (optimize problem with unsigned long long value.)
PR target/49186
* config/sh/sh.c (expand_cbranchdi4): Set msw_skip when the high
part of the second operand is 0.
* gcc.c-torture/execute/pr49186.c: New.
From-SVN: r174666
GCC Administrator [Sun, 5 Jun 2011 00:17:41 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r174653
Ira Rosen [Sat, 4 Jun 2011 09:12:55 +0000 (09:12 +0000)]
re PR tree-optimization/49038 (-ftree-vectorise introduces reads past end of array)
PR tree-optimization/49038
* tree-vect-loop-manip.c (vect_generate_tmps_on_preheader):
Ensure at least one epilogue iteration if required by data
accesses with gaps.
* tree-vectorizer.h (struct _loop_vec_info): Add new field
to mark loops that require peeling for gaps.
* tree-vect-loop.c (new_loop_vec_info): Initialize new field.
(vect_estimate_min_profitable_iters): Take peeling for gaps into
account.
(vect_transform_loop): Generate epilogue if required by data
access with gaps.
* tree-vect-data-refs.c (vect_analyze_group_access): Mark the
loop as requiring an epilogue if there are gaps in the end of
the strided group.
From-SVN: r174634
GCC Administrator [Sat, 4 Jun 2011 00:17:24 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r174628
GCC Administrator [Fri, 3 Jun 2011 00:17:40 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r174590
Thomas Koenig [Thu, 2 Jun 2011 09:09:53 +0000 (09:09 +0000)]
backport: re PR fortran/45786 (Relational operators .eq. and == are not recognized as equivalent)
2011-06-02 Thomas Koenig <tkoenig@gcc.gnu.org>
Backport from trunk
PR fortran/45786
* interface.c (gfc_equivalent_op): New function.
(gfc_check_interface): Use gfc_equivalent_op instead
of switch statement.
* decl.c (access_attr_decl): Also set access to an
equivalent operator.
2011-06-02 Thomas Koenig <tkoenig@gcc.gnu.org>
Backport from trunk
PR fortran/45786
* gfortran.dg/operator_7.f90: New test case.
From-SVN: r174560
GCC Administrator [Thu, 2 Jun 2011 00:17:33 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r174555
GCC Administrator [Wed, 1 Jun 2011 00:17:35 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r174516
Duncan Sands [Tue, 31 May 2011 07:03:53 +0000 (09:03 +0200)]
Backport the fix for PR47714 from the 4.6 branch.
From-SVN: r174467
GCC Administrator [Tue, 31 May 2011 00:18:33 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r174461
GCC Administrator [Mon, 30 May 2011 00:18:10 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r174420
Richard Sandiford [Sun, 29 May 2011 17:51:03 +0000 (17:51 +0000)]
re PR target/43700 (global register variables defect)
gcc/
PR target/43700
* config/mips/mips.c (mips_cfun_call_saved_reg_p): Handle global
registers.
gcc/testsuite/
* gcc.target/mips/reg-var-1.c: New test.
From-SVN: r174408
Richard Sandiford [Sun, 29 May 2011 17:50:53 +0000 (17:50 +0000)]
re PR target/43995 (internal compiler error: Segmentation fault on Mips64 crossbuild of ext2progs)
gcc/
PR target/43995
* config/mips/mips.c (mips_pic_call_symbol_from_set): Add a
recurse_p argument. Only follow register copies if it is set,
and prevent mips_find_pic_call_symbol from recursing.
(mips_find_pic_call_symbol): Add a recurse_p argument.
Pass it to mips_pic_call_symbol_from_set.
(mips_annotate_pic_calls): Update accordingly.
From-SVN: r174407
GCC Administrator [Sun, 29 May 2011 00:17:48 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r174389
GCC Administrator [Sat, 28 May 2011 00:17:40 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r174371
GCC Administrator [Fri, 27 May 2011 00:17:08 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r174313
Eric Botcazou [Thu, 26 May 2011 12:46:47 +0000 (12:46 +0000)]
sparc-protos.h (sparc_optimization_options): Declare.
* config/sparc/sparc-protos.h (sparc_optimization_options): Declare.
* config/sparc/sparc.h (OPTIMIZATION_OPTIONS): Define.
* config/sparc/sparc.c (sparc_optimization_options): New function.
Set flag_ira_share_save_slots to 0.
From-SVN: r174280
Eric Botcazou [Thu, 26 May 2011 12:43:06 +0000 (12:43 +0000)]
backport: re PR rtl-optimization/41619 (ICE in insert_save (caller-save.c) for SPEC CPU2000's 252.eon)
Backport from mainline
2011-01-21 Jeff Law <law@redhat.com>
PR rtl-optimization/41619
* caller-save.c (setup_save_areas): Break out code to determine
which hard regs are live across calls by examining the reload chains
so that it is always used.
Eliminate code which checked REG_N_CALLS_CROSSED.
From-SVN: r174278
GCC Administrator [Thu, 26 May 2011 00:18:28 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r174250
Uros Bizjak [Wed, 25 May 2011 16:22:16 +0000 (18:22 +0200)]
* g++.dg/other/pr49133.C: Require effective target sse2.
From-SVN: r174212
Uros Bizjak [Wed, 25 May 2011 13:26:42 +0000 (15:26 +0200)]
re PR target/49133 (modification of aliased __m128d miscompiles)
PR target/49133
* config/i386/sse.md (sse2_loadhpd): Remove shufpd alternative.
testsuite/ChangeLog:
PR target/49133
* g++.dg/other/pr49133.C: New test.
From-SVN: r174195
GCC Administrator [Wed, 25 May 2011 00:17:57 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r174155
GCC Administrator [Tue, 24 May 2011 00:17:51 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r174097
GCC Administrator [Mon, 23 May 2011 00:18:30 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r174052
GCC Administrator [Sun, 22 May 2011 00:17:50 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r174019
Eric Botcazou [Sat, 21 May 2011 22:50:20 +0000 (22:50 +0000)]
sparc.md (setjmp): Handle PIC mode and use the hard frame pointer.
* config/sparc/sparc.md (setjmp): Handle PIC mode and use the hard
frame pointer.
From-SVN: r174015
Eric Botcazou [Sat, 21 May 2011 22:04:35 +0000 (22:04 +0000)]
sparc.c (eligible_for_return_delay): Do not return false if there are call-saved registers here...
* config/sparc/sparc.c (eligible_for_return_delay): Do not return
false if there are call-saved registers here...
(sparc_can_use_return_insn_p): ...but here instead.
(save_or_restore_regs): Fix thinko.
(sparc_expand_prologue): Use current_function_is_leaf.
(sparc_frame_pointer_required): Likewise.
From-SVN: r174011
GCC Administrator [Sat, 21 May 2011 00:17:46 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r173989
Jason Merrill [Fri, 20 May 2011 18:53:27 +0000 (14:53 -0400)]
re PR c++/48873 ([C++0x][noexcept] Placement-new problem with deleted destructors)
PR c++/48873
* tree.c (stabilize_expr): Don't make gratuitous copies of classes.
From-SVN: r173969
Nick Clifton [Fri, 20 May 2011 11:21:13 +0000 (11:21 +0000)]
* config/rx/rx.h (HAVE_PRE_DECREMENT): Fix typo in macro name.
From-SVN: r173940
GCC Administrator [Fri, 20 May 2011 00:18:45 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r173933
Rainer Orth [Thu, 19 May 2011 08:04:05 +0000 (08:04 +0000)]
* gcc.c-torture/execute/960321-1.x: Remove.
From-SVN: r173892
GCC Administrator [Thu, 19 May 2011 00:18:26 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r173885
GCC Administrator [Wed, 18 May 2011 00:17:37 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r173841
GCC Administrator [Tue, 17 May 2011 00:18:52 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r173812
Uros Bizjak [Mon, 16 May 2011 21:19:58 +0000 (23:19 +0200)]
i386.md (*movxf_internal): Disable CONST_DOUBLE optimization for CM_MEDIUM and CM_LARGE code models.
* config/i386/i386.md (*movxf_internal): Disable CONST_DOUBLE
optimization for CM_MEDIUM and CM_LARGE code models. Fix usage
of standard_80387_constant_p.
(*movxf_internal_nointeger): Ditto.
(*movdf_internal): Remove dead code-size optimization.
(*movdf_internal_rex64): Fix usage of standard_80387_constant_p.
(*movdf_internal_nointeger): Ditto.
(*movsf_internal): Ditto.
(floating point move splitters): Ditto.
* config/i386/constraints.md (G): Ditto.
* config/i386/i386.c (ix86_preferred_reload_class): Ditto.
From-SVN: r173807
GCC Administrator [Mon, 16 May 2011 00:18:26 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r173783
GCC Administrator [Sun, 15 May 2011 00:17:35 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r173766
GCC Administrator [Sat, 14 May 2011 00:18:16 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r173745
GCC Administrator [Fri, 13 May 2011 00:18:39 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r173720
GCC Administrator [Thu, 12 May 2011 00:18:06 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r173689
Michael Meissner [Wed, 11 May 2011 16:19:16 +0000 (16:19 +0000)]
Fix PRs 48857, 48495
From-SVN: r173665
GCC Administrator [Wed, 11 May 2011 00:17:44 +0000 (00:17 +0000)]
Daily bump.
From-SVN: r173639
Jakub Jelinek [Tue, 10 May 2011 08:45:50 +0000 (10:45 +0200)]
backport: re PR tree-optimization/48837 (Wrong optimization of recursive function calls)
Backported from mainline
2011-05-07 Zdenek Dvorak <ook@ucw.cz>
PR tree-optimization/48837
* tree-tailcall.c (tree_optimize_tail_calls_1): Do not mark tailcalls
when accumulator transformation is performed.
* gcc.dg/pr48837.c: New testcase.
From-SVN: r173610
GCC Administrator [Tue, 10 May 2011 00:18:23 +0000 (00:18 +0000)]
Daily bump.
From-SVN: r173602