Commit 6fc7d1d4 by Paolo Carlini Committed by Paolo Carlini

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
parent 4bb794e2
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" } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment