[Bug c++/14553] ICE on valid code
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Mar 12 14:10:00 GMT 2004
------- 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
More information about the Gcc-bugs
mailing list