This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/37630] gcc.dg/20001012-1.c depends on IEEE FP encoding
- From: "joseph at codesourcery dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Sep 2008 22:24:09 -0000
- Subject: [Bug testsuite/37630] gcc.dg/20001012-1.c depends on IEEE FP encoding
- References: <bug-37630-3817@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from joseph at codesourcery dot com 2008-09-23 22:24 -------
Subject: Re: New: gcc.dg/20001012-1.c depends on IEEE
FP encoding
As a maintainer of a non-mainstream target you'll need to submit testsuite
patches to disable tests inapplicable on your target; it's unlikely anyone
else will fix the testsuite bugs you report. For this one, for example,
an ieee_float_format effective-target keyword might be the right way to go
(you could implement that effective-target as allowing all non-VAX targets
if you wish).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37630