[Bug c++/41864] New: GCC optimization error

2009-10-28 Thread chuongdo at cs dot stanford dot edu
tion error Product: gcc Version: 4.3.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: chuongdo at cs dot stanford dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41864

[Bug c++/34021] Segmentation fault in G++ 4.1.3 with -O2

2007-11-07 Thread chuongdo at cs dot stanford dot edu
--- Comment #3 from chuongdo at cs dot stanford dot edu 2007-11-08 00:35 --- The C++ code crashes with g++ -o a a.cc -O2 but not g++ -o a a.cc -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34021

[Bug c++/34021] Segmentation fault in G++ 4.1.3 with -O2

2007-11-07 Thread chuongdo at cs dot stanford dot edu
--- Comment #2 from chuongdo at cs dot stanford dot edu 2007-11-08 00:34 --- Created an attachment (id=14505) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14505&action=view) File created when compiling with -save-temps -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34021

[Bug c++/34021] Segmentation fault in G++ 4.1.3 with -O2

2007-11-07 Thread chuongdo at cs dot stanford dot edu
--- Comment #1 from chuongdo at cs dot stanford dot edu 2007-11-08 00:33 --- Created an attachment (id=14504) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14504&action=view) C++ code which crashes when compiled with -O2. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34021

[Bug c++/34021] New: Segmentation fault in G++ 4.1.3 with -O2

2007-11-07 Thread chuongdo at cs dot stanford dot edu
t main (){ A a; return 0; } -- Summary: Segmentation fault in G++ 4.1.3 with -O2 Product: gcc Version: 4.1.3 Status: UNCONFIRMED Severity: critical Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org Re