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++/53893] segfault with invalid c++ code


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.


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