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, Oct 06, 2009 at 03:40:29PM -0700, Janis Johnson wrote:
> 
> I spoke too soon.  I'm now building a compiler with decimal float
> disabled and will dig into this.
> 
> Janis

Janis,
   Don't you have to include something like gcc/testsuite/lib/target-supports.exp
to be able to use check_effective_target_dfp? I am somewhat surprised that
the dejagnu harness didn't throw an error when trying to process...

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

without having a "load_lib target-supports.exp" in the calling .exp script.

                Jack


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