On Tue, 2009-10-06 at 18:56 -0400, Jack Howarth wrote: > On Tue, Oct 06, 2009 at 03:34:30PM -0700, Benjamin Kosnik wrote: > > > > Why do we have a libstdc++ list? For questions like this... > > > Because this is a flaw in the libstdc++-v3 testsuite harness > which obviously the core gcc testsuite handles properly. The > other gcc developers might have an insight on the best way > to fix this for libstdc++-v3 (since it appears you need some > of the procs from gcc/testsuite/lib/target-supports.exp).
Actually it's a flaw in my new tests, a missing space in // { dg-require-effective-target dfp } Patch will be checked in momentarily; sorry about that. By the way, gcc/testsuite/lib/target-supports-dg.exp is included indirectly, and the check doesn't look for any specific error message. Janis