mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-10 23:55:50 +08:00
diag-5.mm: Adjust per r224097.
2015-06-04 Paolo Carlini <paolo.carlini@oracle.com> * obj-c++.dg/tls/diag-5.mm: Adjust per r224097. From-SVN: r224139
This commit is contained in:
parent
4bb794e25d
commit
6fc7d1d4ca
@ -1,5 +1,9 @@
|
||||
2015-06-04 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* obj-c++.dg/tls/diag-5.mm: Adjust per r224097.
|
||||
|
||||
2015-06-04 Sriraman Tallam <tmsriram@google.com>
|
||||
|
||||
|
||||
* testsuite/gcc.target/i386/noplt-1.c: New test.
|
||||
* testsuite/gcc.target/i386/noplt-2.c: New test.
|
||||
* testsuite/gcc.target/i386/noplt-3.c: New test.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* __thread specifiers on empty declarations. */
|
||||
/* { dg-require-effective-target tls } */
|
||||
|
||||
__thread struct foo; /* { dg-error "qualifiers can only be specified for objects and functions" } */
|
||||
__thread struct foo; /* { dg-error "'__thread' can only be specified for objects and functions" } */
|
||||
|
Loading…
Reference in New Issue
Block a user