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


Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.57/specs
gcc version egcs-2.91.57 19980901 (egcs-1.1 release)



The following program generates the following internal compiler error.



uzi.atdesk.com:jody> cat a.cpp
typedef std::list<int> Readers;

main()
{
}
uzi.atdesk.com:jody> g++ -c a.cpp
a.cpp:1: Internal compiler error 980711.
a.cpp:1: Please submit a full bug report to `egcs-bugs@cygnus.com'.



Note that adding the following line allows the compilation to succeed.

#include <list>



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