[Bug bootstrap/52808] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-04-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52808 Richard Guenther changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug bootstrap/52808] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-04-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52808 --- Comment #13 from Richard Guenther 2012-04-04 12:12:07 UTC --- Author: rguenth Date: Wed Apr 4 12:12:00 2012 New Revision: 186135 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186135 Log: 2012-04-04 Richard Guenther PR tree-o

[Bug bootstrap/52808] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-04-03 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52808 --- Comment #12 from Markus Trippelsdorf 2012-04-03 17:13:27 UTC --- Created attachment 27077 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27077 reduced testcase Reduced with c_reduce (still needs hashtab.gcda) $ gcc -funroll-loops -ftr

[Bug bootstrap/52808] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-04-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52808 Richard Guenther changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug bootstrap/52808] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-04-03 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52808 --- Comment #10 from Markus Trippelsdorf 2012-04-03 14:08:36 UTC --- Created attachment 27073 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27073 unreduced testcase Unfortunately LTO bootstrap with bootstrap-profiled still fails even after

[Bug bootstrap/52808] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-04-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52808 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug bootstrap/52808] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-04-03 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52808 --- Comment #8 from Richard Guenther 2012-04-03 11:38:10 UTC --- Author: rguenth Date: Tue Apr 3 11:38:04 2012 New Revision: 186104 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186104 Log: 2012-04-03 Richard Guenther PR tree-op

[Bug bootstrap/52808] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-04-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52808 Richard Guenther changed: What|Removed |Added Depends on||52756 --- Comment #7 from Richard Guen

[Bug bootstrap/52808] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-04-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52808 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug bootstrap/52808] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-04-01 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52808 --- Comment #5 from Markus Trippelsdorf 2012-04-01 16:14:15 UTC --- *** Bug 52820 has been marked as a duplicate of this bug. ***

[Bug bootstrap/52808] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-04-01 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52808 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot

[Bug bootstrap/52808] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-03-31 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52808 --- Comment #3 from H.J. Lu 2012-03-31 17:07:32 UTC --- It may be caused by revision 185913: http://gcc.gnu.org/ml/gcc-cvs/2012-03/msg01244.html

[Bug bootstrap/52808] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-03-31 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52808 --- Comment #2 from Dominique d'Humieres 2012-03-31 15:16:11 UTC --- The error is the same as in pr52797.

[Bug bootstrap/52808] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-03-31 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52808 --- Comment #1 from H.J. Lu 2012-03-31 14:46:11 UTC --- A small testcase: [hjl@gnu-16 bld]$ cat x.c #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))