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++/8046] ICE on illegal code involving destructor being treated as bit-not expression


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

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



------- Additional Comments From pinskia at physics dot uc dot edu  2003-06-25 16:21 -------
It also fails on 2.95.3 and 2.91.66.

On the mainline (20030624) it looks like it is going to print an error message but it does 
not:

tin:~/src/gnu/gcctest>gcc pr8046.cc
pr8046.cc: In function `void foo()':
pr8046.cc:9: error: `
Internal compiler error: Error reporting routines re-entered.
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]