This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/8889: g++ 3.2.1 (also 3.2 it) miscompile Qt
- From: Felix von Leitner <felix-gcc at fefe dot de>
- To: reichelt at igpm dot rwth-aachen dot de, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
- Date: Thu, 12 Dec 2002 16:05:24 +0100
- Subject: Re: c++/8889: g++ 3.2.1 (also 3.2 it) miscompile Qt
- References: <20021212105056.1203.qmail@sources.redhat.com>
> Synopsis: g++ 3.2.1 (also 3.2 it) miscompile Qt
> State-Changed-From-To: open->feedback
> State-Changed-By: reichelt
> State-Changed-When: Thu Dec 12 02:50:53 2002
> State-Changed-Why:
> Between gcc 3.1.1 and 3.2 the ABI changed.
> You have to recompile all the C++-libraries that you are linking.
> Might that be the cause for your failures?
> http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8889
No. xca does not used any C++ libraries besides libstdc++ and Qt. I
recompiled Qt and libstdc++ comes with gcc.
Felix