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++/12491] Destructor fails to compile when optimizations (inlining) are enabled


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From harizak at speech dot gr  2003-10-02 12:27 -------

  Oops! Terribly sorry. Forgot the most important I guess ...

  Regards,

  Costas


Compilation output
==================

gluon:../harizak/Error->g++ error.cpp -c -O2 
error.cpp: In destructor `Error::~Error()':
error.cpp:56: internal compiler error: Segmentation Fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL: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]