[Bug c++/53893] segfault with invalid c++ code
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Jul 8 12:01:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53893
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-invalid-code
Status|UNCONFIRMED |NEW
Last reconfirmed| |2012-07-08
Ever Confirmed|0 |1
--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-07-08 12:01:08 UTC ---
Confirmed, trunk gives this instead of a segfault:
inv.cc: In member function ‘double std::DenseVector::infinity_norm() const’:
inv.cc:8:80: internal compiler error: tree check: expected tree that contains
‘decl minimal’ structure, have ‘nop_expr’ in decl_linkage, at cp/tree.c:3198
return infinity_norm_TEMPLATE<( double (*)( double)) std::abs< double>
>();
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
More information about the Gcc-bugs
mailing list