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]

Internal compiler error 90


Here is a minimal demonstration of a bug using egcs 102, it is basically
that typedefs are not handled correctly.

> g++ -DDEMO_ERROR_90=0 demo.cc

> g++ -DDEMO_ERROR_90=1 demo.cc
demo.h: In method `void egcs_error<T>::some_method() const':
In file included from demo.cc:1:
demo.h:32: Internal compiler error 90.
demo.h:32: Please submit a full bug report to `egcs-bugs@cygnus.com'.

egcs-bug.tgz


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