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]
Other format: [Raw text]

Re: RFA: Testsuite caching fixes


On 11/26/07, Richard Sandiford <rsandifo@nildram.co.uk> wrote:
> The TLS tests fail on mipsisa64-elfoabi if the first subtarget uses
> the default flags and the second uses -mips16.  We cache the results
> for the first run and then (wrongly) reuse them for the second.

I think this caused a few failures on i686-darwin (with non "native"
TLS support):
FAIL: gcc.dg/tls/opt-4.c scan-assembler tcc1@
FAIL: gcc.dg/tls/opt-4.c scan-assembler tcc2@
FAIL: gcc.dg/tls/opt-4.c scan-assembler-not tcc1[^@]
FAIL: gcc.dg/tls/opt-4.c scan-assembler-not tcc2[^@]
FAIL: gcc.dg/tls/section-1.c conflict with user-defined section (test
for errors, line 12)

They all have:
/* { dg-require-effective-target tls_native } */

But i386-darwin does not have native TLS support so they should not be
tested there.

Thanks,
Andrew Pinski


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