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]

bug report


Hi gcc'ers, here's an internal compiler error in gcc 2.96.

I've attached the .ii file, the version information, and the compiler
command line, etc.  Please let me know if you require any additional
information.  I found the gnats-web interface awkward since I think
the attachments are the most useful thing here, and it doesn't seem to
support them.

This is proprietary code for us, so I would be grateful if you'd treat
it as such.

This is from a RedHat 7.0 system, freshly installed.  This code has been
building successfully on many prior g++ compilers (lastest was gcc 2.95.3,
on a RH 6.2 system, but also on gcc 2.7.2.3 on a RH 5.2 system).  I'm very
distressed about the busted build, as this is a crucial development effort
for us.  I am about to try upgrade my gcc rpm to 2.96-69 (this is 2.96-54,
but I doubt that'll help; I expect I'll be rolling back to 2.95-3 shortly.

Thanks for any help, and thanks also for all the great work you gcc
workers perform!

- Alan

--
Alan S. Rojer, Ph.D.
Director of R&D
rojer@on2.com
ON2.COM, Inc.

tan.ii.gz

g++ -DLINUX=1 -DX86_CPU -DLINUX_OS -D_UNIX_ -DMEMBER_TEMPLATES=0 -DSTDSTL=1 -DINLINE_TEMPLATE_INSTANTIATIONS=1 -I../include -DDEBUG -c -Wall -g -I/usr/X11R6/include -o tan.o tan.cxx
In file included from ../include/dymTiling.h:495,
                 from ../include/dymTilingMap.h:12,
                 from tan.h:18,
                 from tan.cxx:8:
/usr/include/g++-3/stl_deque.h: In instantiation of `deque<dymTilingNode *, allocator<dymTilingNode *>, 0>':
../include/dymTilingIterator.h:113:   instantiated from here
/usr/include/g++-3/stl_deque.h:721: Internal compiler error in 
tsubst_decl, at ../gcc/cp/pt.c:5679
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[3]: *** [tan.o] Error 1
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.0)

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