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:
Paolo Carlini 2015-06-04 21:18:46 +00:00 committed by Paolo Carlini
parent 4bb794e25d
commit 6fc7d1d4ca
2 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -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" } */