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]

[PATCH][Revised] Expand tls testsuite


  Currently in gcc trunk, a large number of testcases are
not configured to run against emutls. The attached patch changes
these instances of...

 dg-require-effective-target tls_native

...to...

 dg-require-effective-target tls

With these changes, all of the testcases pass on
x86_64-apple-darwin10/i386-apple-darwin10 
with the exception of...

FAIL: gcc.dg/tls/section-1.c conflict with user-defined section (test for errors, line 12)

Okay for gcc trunk now that Iain's emutls patch is
committed?
          Jack 

Attachment: tls_native-changelog.txt
Description: Text document

Attachment: tls_native.diff
Description: Text document


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