This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
RE: [PATCH MIPS RFA] Regression cleanup for nan2008 toolchain
- From: Robert Suchanek <Robert dot Suchanek at imgtec dot com>
- To: "Moore, Catherine" <Catherine_Moore at mentor dot com>, Richard Sandiford <richard dot sandiford at arm dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, Matthew Fortune <Matthew dot Fortune at imgtec dot com>
- Date: Wed, 4 Feb 2015 11:36:09 +0000
- Subject: RE: [PATCH MIPS RFA] Regression cleanup for nan2008 toolchain
- Authentication-results: sourceware.org; auth=none
- References: <B5E67142681B53468FAF6B7C313565624411910F at hhmail02 dot hh dot imgtec dot org> <87vbjnnp8n dot fsf at e105548-lin dot cambridge dot arm dot com> <B5E67142681B53468FAF6B7C31356562441195CD at hhmail02 dot hh dot imgtec dot org> <FD3DCEAC5B03E9408544A1E416F11242018914C0ED at NA-MBX-04 dot mgc dot mentorg dot com>
> > 2015-02-02 Robert Suchanek <robert.suchanek@imgtec.com>
> >
> > * gcc.target/mips/loongson-simd.c: Update comment to clarify the
> need
> > for mips_nanlegacy target.
> >
> > diff --git a/gcc/testsuite/gcc.target/mips/loongson-simd.c
> > b/gcc/testsuite/gcc.target/mips/loongson-simd.c
> > index 949632e..9c3ebce 100644
> > --- a/gcc/testsuite/gcc.target/mips/loongson-simd.c
> > +++ b/gcc/testsuite/gcc.target/mips/loongson-simd.c
> > @@ -21,7 +21,10 @@ along with GCC; see the file COPYING3. If not see
> > /* { dg-do run } */
> > /* loongson.h does not handle or check for MIPS16ness or
> > microMIPSness. There doesn't seem any good reason for it to, given
> > - that the Loongson processors do not support either. */
> > + that the Loongson processors do not support either. The effective
> target
> > + mips_nanlegacy is required for a toolchain without the legacy NaN
> support
> > + because inclusion of some system headers e.g. stdint.h will fail due to
> not
> > + finding stubs-o32_hard.h. */
> > /* { dg-require-effective-target mips_nanlegacy } */
> > /* { dg-options "isa=loongson -mhard-float -mno-micromips -mno-mips16 -
> > flax-vector-conversions" } */
> >
>
> Thanks for the update. This is OK.
> Catherine
Committed as r220393.
Thanks and regards,
Robert