This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Re: 3 new fails with builtin patch
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: Roger Sayle <roger at eyesopen dot com>, Mark Mitchell <mark at codesourcery dot com>, gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Sat, 30 Mar 2002 08:17:22 -0800 (PST)
- Subject: Re: [PATCH] Re: 3 new fails with builtin patch
> If I try to build it "by hand" -O0, the link fails. Please try yourself.
Right. The failures are in the libstdc++ testsuite. Seems like every platform
that used to have no failures now has 3 or 4...
> I'm really puzzled...
...the libstdc++ testsuite is run at -00, not -O2. Perhaps this should
change.
-benjamin