[Bug tree-optimization/50213] [4.6 Regression] Regression in space-optimized code relative to 4.5.x

2013-04-12 Thread jakub at gcc dot gnu.org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50213



Jakub Jelinek jakub at gcc dot gnu.org changed:



   What|Removed |Added



 Status|ASSIGNED|RESOLVED

 Resolution||FIXED

   Target Milestone|4.6.4   |4.7.0



--- Comment #15 from Jakub Jelinek jakub at gcc dot gnu.org 2013-04-12 
16:18:01 UTC ---

The 4.6 branch has been closed, fixed in GCC 4.7.0.


[Bug tree-optimization/50213] [4.6 Regression] Regression in space-optimized code relative to 4.5.x

2012-03-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50213

Jakub Jelinek jakub at gcc dot gnu.org changed:

   What|Removed |Added

   Target Milestone|4.6.3   |4.6.4

--- Comment #14 from Jakub Jelinek jakub at gcc dot gnu.org 2012-03-01 
14:39:19 UTC ---
GCC 4.6.3 is being released.


[Bug tree-optimization/50213] [4.6 Regression] Regression in space-optimized code relative to 4.5.x

2011-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50213

--- Comment #13 from Andrew Pinski pinskia at gcc dot gnu.org 2011-11-11 
00:47:50 UTC ---
(In reply to comment #10)
 We don't backport this kind of patches generally, they may expose
 more serious bugs on release branches.

I do get one failure with this patch applied in pr48335-2.c .


[Bug tree-optimization/50213] [4.6 Regression] Regression in space-optimized code relative to 4.5.x

2011-10-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50213

Jakub Jelinek jakub at gcc dot gnu.org changed:

   What|Removed |Added

   Target Milestone|4.6.2   |4.6.3

--- Comment #12 from Jakub Jelinek jakub at gcc dot gnu.org 2011-10-26 
17:13:59 UTC ---
GCC 4.6.2 is being released.


[Bug tree-optimization/50213] [4.6 Regression] Regression in space-optimized code relative to 4.5.x

2011-10-17 Thread propolice at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50213

Eduardo Tongson propolice at gmail dot com changed:

   What|Removed |Added

 CC||propolice at gmail dot com

--- Comment #9 from Eduardo Tongson propolice at gmail dot com 2011-10-17 
06:47:31 UTC ---
Seems trivial to backport to 4.6.1 (at least) or it is not?


[Bug tree-optimization/50213] [4.6 Regression] Regression in space-optimized code relative to 4.5.x

2011-10-17 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50213

--- Comment #10 from rguenther at suse dot de rguenther at suse dot de 
2011-10-17 09:33:49 UTC ---
On Mon, 17 Oct 2011, propolice at gmail dot com wrote:

 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50213
 
 Eduardo Tongson propolice at gmail dot com changed:
 
What|Removed |Added
 
  CC||propolice at gmail dot com
 
 --- Comment #9 from Eduardo Tongson propolice at gmail dot com 2011-10-17 
 06:47:31 UTC ---
 Seems trivial to backport to 4.6.1 (at least) or it is not?

We don't backport this kind of patches generally, they may expose
more serious bugs on release branches.


[Bug tree-optimization/50213] [4.6 Regression] Regression in space-optimized code relative to 4.5.x

2011-10-17 Thread bigotp at acm dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50213

--- Comment #11 from Peter A. Bigot bigotp at acm dot org 2011-10-17 11:16:16 
UTC ---
Richard: Thanks for the fix.

For my non-integrated target I don't need it backported to 4.6 since I have a
separate way to provide the patch.  As I recall, the original patch didn't
apply to 4.6 cleanly due to subsequent changes to tree-ssa-forwprop.c; a patch
at the fork of gcc-4_6-branch from trunk is available at:

http://mspgcc.git.sourceforge.net/git/gitweb.cgi?p=mspgcc/gcc;a=commit;h=21a41ea517c2e60d3a910aca8012a2c0d57b1005


[Bug tree-optimization/50213] [4.6 Regression] Regression in space-optimized code relative to 4.5.x

2011-09-07 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50213

Richard Guenther rguenth at gcc dot gnu.org changed:

   What|Removed |Added

  Known to work||4.7.0
Summary|[4.6/4.7 Regression]|[4.6 Regression] Regression
   |Regression in   |in space-optimized code
   |space-optimized code|relative to 4.5.x
   |relative to 4.5.x   |

--- Comment #8 from Richard Guenther rguenth at gcc dot gnu.org 2011-09-07 
11:50:26 UTC ---
Fixed on trunk sofar.