2015-06-04 Paolo Carlini <paolo.carlini@oracle.com>
* obj-c++.dg/tls/diag-5.mm: Adjust per r224097.
From-SVN: r224139
+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.
/* __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" } */