[Bug rtl-optimization/52528] combine bug (powerpc testcase)

2012-05-26 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52528

Eric Botcazou  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #7 from Eric Botcazou  2012-05-26 
13:57:00 UTC ---
.


[Bug rtl-optimization/52528] combine bug (powerpc testcase)

2012-05-26 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52528

--- Comment #6 from Eric Botcazou  2012-05-26 
13:55:51 UTC ---
Author: ebotcazou
Date: Sat May 26 13:55:46 2012
New Revision: 187915

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187915
Log:
Backport from mainline
2012-03-10  Chung-Lin Tang  

PR rtl-optimization/52528
* combine.c (can_combine_p): Add setting of subst_low_luid
before call to expand_field_assignment().

Modified:
branches/gcc-4_7-branch/gcc/ChangeLog
branches/gcc-4_7-branch/gcc/combine.c


[Bug rtl-optimization/52528] combine bug (powerpc testcase)

2012-04-23 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52528

Eric Botcazou  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
   Last reconfirmed||2012-04-23
 CC||ebotcazou at gcc dot
   ||gnu.org
 Resolution|FIXED   |
 Ever Confirmed|0   |1

--- Comment #5 from Eric Botcazou  2012-04-23 
19:06:49 UTC ---
Of course not.  Please backport patches in order.


[Bug rtl-optimization/52528] combine bug (powerpc testcase)

2012-04-15 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52528

--- Comment #4 from Mikael Pettersson  2012-04-15 
14:55:13 UTC ---
This patch has now been applied to trunk aka 4.8 and to the 4.6 branch, but not
to the 4.7 branch.  Is the exclusion of 4.7 intentional?


[Bug rtl-optimization/52528] combine bug (powerpc testcase)

2012-03-15 Thread cltang at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52528

--- Comment #3 from Chung-Lin Tang  2012-03-15 
10:04:18 UTC ---
Author: cltang
Date: Thu Mar 15 10:04:12 2012
New Revision: 185425

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185425
Log:
2012-03-15  Chung-Lin Tang  

Backport from mainline
2012-03-10  Chung-Lin Tang  

PR rtl-optimization/52528
* combine.c (can_combine_p): Add setting of subst_low_luid
before call to expand_field_assignment().

Modified:
branches/gcc-4_6-branch/gcc/ChangeLog
branches/gcc-4_6-branch/gcc/combine.c


[Bug rtl-optimization/52528] combine bug (powerpc testcase)

2012-03-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52528

Richard Guenther  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED

--- Comment #2 from Richard Guenther  2012-03-12 
14:14:14 UTC ---
Fixed.


[Bug rtl-optimization/52528] combine bug (powerpc testcase)

2012-03-10 Thread cltang at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52528

--- Comment #1 from Chung-Lin Tang  2012-03-10 
14:57:34 UTC ---
Author: cltang
Date: Sat Mar 10 14:57:30 2012
New Revision: 185175

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185175
Log:
2012-03-10  Chung-Lin Tang  

PR rtl-optimization/52528
* combine.c (can_combine_p): Add setting of subst_low_luid
before call to expand_field_assignment().

Modified:
trunk/gcc/ChangeLog
trunk/gcc/combine.c