[Bug lto/51280] ICE when lto1 does not have -fgnu-tm and object file uses TM

2012-01-19 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51280 Aldy Hernandez changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug lto/51280] ICE when lto1 does not have -fgnu-tm and object file uses TM

2012-01-19 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51280 --- Comment #6 from Aldy Hernandez 2012-01-19 13:57:12 UTC --- Author: aldyh Date: Thu Jan 19 13:57:04 2012 New Revision: 183303 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183303 Log: PR lto/51280 * lto-wrapper.c (run_

[Bug lto/51280] ICE when lto1 does not have -fgnu-tm and object file uses TM

2012-01-16 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51280 --- Comment #5 from Aldy Hernandez 2012-01-16 13:20:56 UTC --- Ok, reproduced as below. -flto was missing from the link line. houston:/build/t2/gcc$ ./xgcc -B./ -c -fgnu-tm -flto -c a.c -o a.ohouston:/build/t2/gcc$ ./xgcc -B./ a.o -flto -L ..

[Bug lto/51280] ICE when lto1 does not have -fgnu-tm and object file uses TM

2011-12-31 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51280 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug lto/51280] ICE when lto1 does not have -fgnu-tm and object file uses TM

2011-12-10 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51280 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4 f

[Bug lto/51280] ICE when lto1 does not have -fgnu-tm and object file uses TM

2011-12-09 Thread patrick.marlier at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51280 --- Comment #3 from Patrick Marlier 2011-12-10 03:35:38 UTC --- Created attachment 26040 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26040 testcase for gnu-tm Well, I don't know why I can't reproduce it for openmp. I will try to have a l

[Bug lto/51280] ICE when lto1 does not have -fgnu-tm and object file uses TM

2011-12-09 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51280 --- Comment #2 from Aldy Hernandez 2011-12-09 18:13:47 UTC --- I can't reproduce this: houston:/build/t/gcc$ cat b.c int main() { return __builtin_omp_get_thread_num(); } houston:/build/t/gcc$ ./xgcc -B./ -c -fgnu-tm -flto b.c -o b.o housto

[Bug lto/51280] ICE when lto1 does not have -fgnu-tm and object file uses TM

2011-11-23 Thread patrick.marlier at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51280 --- Comment #1 from Patrick Marlier 2011-11-23 18:53:04 UTC --- Created attachment 25904 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25904 testcase Of course this bug also affect openMP. (see testcase)