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++/14553] ICE on valid code


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-03-12 14:10 -------
Here's something smaller to trigger the segfault - just compile with "-O3":

===================================================
#include<vector>

std::vector<int> v(1);
===================================================


-- 


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


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