[Bug c++/47011] ICE when using attribute optimize

2011-09-20 Thread mat at lcs dot mit.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47011 --- Comment #3 from Mat Hostetter 2011-09-20 12:32:47 UTC --- I am seeing the same crash with gcc 4.4.[3456], on x86_64. It works on 4.6.1. I encountered this crash when simply upgrading to the latest boost (1.47.0), which uses attribute optimiz

[Bug c++/47011] ICE when using attribute optimize

2011-09-20 Thread mat at lcs dot mit.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47011 --- Comment #2 from Mat Hostetter 2011-09-20 12:31:56 UTC --- Created attachment 25327 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25327 bug showing ICE with -O, incorrect code without optimization

[Bug c++/47011] ICE when using attribute optimize

2010-12-19 Thread lcastelli at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47011 --- Comment #1 from Lorenzo Castelli 2010-12-19 10:18:34 UTC --- Created attachment 22819 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22819 Code to reproduce the error