This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: new libstdc++-v3 decimal failures


On Tue, 2009-10-06 at 09:04 -0400, Jack Howarth wrote:
> Janis,
>    We are seeing failures of the new decimal testcases on x86_64-apple-darwin10
> which you committed into the libstdc++-v3 testsuite...
> 
> FAIL: decimal/binary-arith.cc (test for excess errors)
> WARNING: decimal/binary-arith.cc compilation failed to produce executable
<lots more failures>
> 
> Are these tests entirely glibc-centric and shouldn't they be disabled for
> darwin?

Each test contains

  // { dg-require-effective-target-dfp }

which checks that the compiler supports modes SD, DD, and TD, which
in turn are supported if ENABLE_DECIMAL_FLOAT is defined within the
compiler.  That should not be defined for darwin; I'll take a look.

Janis


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