This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Patch to xfail c99_classification_macros_c.cc on *-*-linux*
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: "Joseph S. Myers" <joseph at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: 10 Sep 2005 03:12:03 +0200
- Subject: Re: Patch to xfail c99_classification_macros_c.cc on *-*-linux*
- References: <Pine.LNX.4.61.0509100055490.24415@digraph.polyomino.org.uk>
"Joseph S. Myers" <joseph@codesourcery.com> writes:
| The libstdc++ test c99_classification_macros_c.cc is XFAILed on
| *-*-linux-gnu. This misses suffixed target triplets such as
| arm-none-linux-gnueabi or powerpc-none-linux-gnuspe. This patch XFAILs
| this test on the more widely used pattern *-*-linux*. OK to commit to
| mainline, and corresponding patches to 4.0 and 3.4 branches?
Yes.
Thanks,