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