This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Lots of new failures in objc testsuite
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: aj at suse dot de (Andreas Jaeger)
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 12 Dec 2005 15:27:53 -0500 (EST)
- Subject: Re: Lots of new failures in objc testsuite
>
> --=-=-=
> Content-Type: text/plain; charset=iso-8859-1
> Content-Transfer-Encoding: quoted-printable
>
>
> : Floating point exception
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
>
> FAIL: objc.dg-struct-layout-encoding-1/t001_main.m (test for excess errors)
This is PR 25348 which I posted a patch
at http://gcc.gnu.org/ml/gcc-patches/2005-12/msg00822.html
I applied the testsuite part before the patch was approved because
it passes on most target currently. It just fails on targets where
dividing by zero is an signal.
-- pinski