This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


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

Re: libstdc++-2.90.4 and egcs-19990314 on i586-pc-linux-gnu


>>>>> «MG», Marc Girod <girod@stybba.ntc.nokia.com> wrote:

MG> This is a good point. Er... There is no copy of the docs in the full
MG> snapshots? I couldn't find it. Nightmare: there is a copy of the full
MG> texinfo system!? I'll look again.

	g++ -v --help

is a good start.

[...]

MG> Bingo :-/ The correct include directive was:

MG>   -I/home/marc/H-libstdc++/include/g++-v3
MG>                                    ^^^^^^

[...]

MG> % c++ -I/home/marc/H-libstdc++/include/g++-v3 -L/home/marc/H-libstdc++/lib -fnew-abi -fno-honor-std -o 27hello 27hello.cc
MG> In file included from /home/marc/H-libstdc++/include/g++-v3/bits/std_iterator.h:34,
MG>                  from /home/marc/H-libstdc++/include/g++-v3/bits/std_ios.h:53,
MG>                  from /home/marc/H-libstdc++/include/g++-v3/bits/std_ostream.h:38,
MG>                  from /home/marc/H-libstdc++/include/g++-v3/bits/std_iostream.h:38,
MG>                  from /home/marc/H-libstdc++/include/g++-v3/iostream:2,
MG>                  from 27hello.cc:21:
MG> /home/marc/H-libstdc++/include/g++-v3/bits/stl_iterator_base.h:42: Internal compiler error 981117.
MG> /home/marc/H-libstdc++/include/g++-v3/bits/stl_iterator_base.h:42: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
MG> /home/marc/H-libstdc++/include/g++-v3/bits/stl_iterator_base.h:42: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.


I get the same odd behaviour on solaris-2.[56] with a simple program:

	#include <iostream>

	int main() { return 0; }

-- Gaby


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