This is the mail archive of the
egcs-bugs@egcs.cygnus.com
mailing list for the EGCS project.
Internal compiler error 754867
- To: egcs-bugs@egcs.cygnus.com
- Subject: Internal compiler error 754867
- From: Tudor Hulubei <tudor.hulubei@ecora.com>
- Date: Thu, 15 Jul 1999 14:13:17 -0400 (EDT)
- Organization: ecora.com
- Reply-To: Tudor Hulubei <tudor.hulubei@ecora.com>
Hello,
I've reported this on July 6th, but it looks like it didn't get
through (at least I haven't got it back through the list). Here it is
again:
The following C++ code triggers an internal compiler error under
RedHat 6.0 with the stock egcs (1.1.2):
#include <iostream>
int
main()
{
(((void) (cout)) ? 1 : 0);
return 0;
}
[tudor@data]:~ $ c++ t.cc
t.cc: In function `int main()':
t.cc:7: Internal compiler error 754867.
t.cc:7: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
t.cc:7: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.
[tudor@data]:~ $ c++ -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
Regards,
Tudor