This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH: XFAIL c99-float-1.c for Irix


On Tue, 30 Jan 2001, Jeffrey Oldham wrote:

> This test case checks that the system header files are C99 compliant.
> Irix6.5 system files are not compliant for FLT_EVAL_METHOD and
> DECIMAL_DIG, but the operating system, not the compiler, is
> responsible for compliance.

Why isn't the testsuite getting GCC's <float.h> included instead of the
system one?  That seems to me to be a bug - where GCC provides a header
required of freestanding implementations, testcases should be able to
include it.  The point of this testcase is to remind target maintainers
that they need to update their <float.h>, by failing until they do so.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]