This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/42790] ICE on building libgcc.c __muldi3.



------- Comment #3 from monaka at monami-software dot com  2010-01-29 03:21 -------
We can reproduce same ICE with Attachment #19745.

I got ICE in case like this.
$ cc1 -msx -g -O1 regex.i

but I didn't get any errors in case like this.
$ cc1 -msx -g -O0 regex.i -fipa-pure-const

So it's possible this issue is caused by static-var optimization.


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]