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


Egcs-1.1.1 canīt compile the current libstdc++-v3 snapshot
(libstdc++-2.90.6pre1).  According to the FAQ, egcs 1.1.1 should not be a
problem.  Perhaps this will affect the libstdc++-Team as well.

The problem is the file bits/std_ostream.h, included by src/misc-inst.cc.

Command line:

g++ -DHAVE_CONFIG_H -I. -I$DIR/src -I.. -nostdinc++ -I$DIR -I$DIR/stl \
-I$DIR/libio -g -D_GNU_SOURCE -fno-implicit-templates -fimplicit-templates -c \
-fPIC -DPIC -$FNAME -o ./libs/misc-inst.lo

with

DIR= ~/listdc++-2.90.6pre1
FNAME= $DIR/src/misc-inst.cc

Happy fixing.

Manuel Fierlbeck



misc-inst.ii.gz

Reading specs from /usr/lib/gcc-lib/i486-linux/egcs-2.91.60/specs
gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release)
 /usr/lib/gcc-lib/i486-linux/egcs-2.91.60/cpp -lang-c++ -nostdinc++ -v -I. -I.. -I/home/manuel/download/libstdc++-2.90.6pre1 -I/home/manuel/download/libstdc++-2.90.6pre1/stl -I/home/manuel/download/libstdc++-2.90.6pre1/libio -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -D__GNUC_MINOR__=91 -D__ELF__ -Dunix -Di386 -D__i386__ -Dlinux -D__ELF__ -D__unix__ -D__i386__ -D__i386__ -D__linux__ -D__unix -D__i386 -D__linux -Asystem(posix) -D__EXCEPTIONS -g -Asystem(unix) -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -Di486 -D__i486 -D__i486__ -D__PIC__ -D__pic__ -DHAVE_CONFIG_H -D_GNU_SOURCE -DPIC -i/home/manuel/download/libstdc++-2.90.6pre1/src /home/manuel/download/libstdc++-2.90.6pre1/src/misc-inst.cc misc-inst.ii
GNU CPP version egcs-2.91.60 19981201 (egcs-1.1.1 release) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 .
 ..
 /home/manuel/download/libstdc++-2.90.6pre1
 /home/manuel/download/libstdc++-2.90.6pre1/stl
 /home/manuel/download/libstdc++-2.90.6pre1/libio
 /usr/local/include
 /usr/i486-linux/include
 /usr/lib/gcc-lib/i486-linux/egcs-2.91.60/include
 /usr/include
End of search list.
 /usr/lib/gcc-lib/i486-linux/egcs-2.91.60/cc1plus misc-inst.ii -quiet -dumpbase misc-inst.cc -g -version -fno-implicit-templates -fimplicit-templates -fPIC -o misc-inst.s
GNU C++ version egcs-2.91.60 19981201 (egcs-1.1.1 release) (i486-linux) compiled by GNU C version egcs-2.91.60 19981201 (egcs-1.1.1 release).
/home/manuel/download/libstdc++-2.90.6pre1/bits/std_ostream.h: In function `class basic_ostream<char,char_traits<char> > & operator <<<char_traits<char>>(class basic_ostream<char,char_traits<char> > &, const char *)':
/home/manuel/download/libstdc++-2.90.6pre1/src/misc-inst.cc:102:   instantiated from here
/home/manuel/download/libstdc++-2.90.6pre1/bits/std_ostream.h:427: Internal compiler error.
/home/manuel/download/libstdc++-2.90.6pre1/bits/std_ostream.h:427: Please submit a full bug report to `egcs-bugs@cygnus.com'.
/home/manuel/download/libstdc++-2.90.6pre1/bits/std_ostream.h:427: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.

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