This is the mail archive of the egcs-bugs@egcs.cygnus.com mailing list for the EGCS project.


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

Internal compiler error 754867



Hello,

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


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