pr71675.c: Replace the unsupported c11 target selector with dg-options.

gcc/testsuite/ChangeLog:
	* gcc.dg/atomic/pr71675.c: Replace the unsupported c11 target
	selector with dg-options.

From-SVN: r238766
This commit is contained in:
Martin Sebor 2016-07-26 20:48:20 +00:00 committed by Martin Sebor
parent 9e63c3aab1
commit 0d48446ff3
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2016-07-26 Martin Sebor <msebor@redhat.com>
* gcc.dg/atomic/pr71675.c: Replace the unsupported c11 target
selector with dg-options.
2016-07-26 Patrick Palka <ppalka@gcc.gnu.org> 2016-07-26 Patrick Palka <ppalka@gcc.gnu.org>
PR tree-optimization/18046 PR tree-optimization/18046

View File

@ -1,6 +1,8 @@
/* PR c++/71675 - __atomic_compare_exchange_n returns wrong type for typed enum /* PR c++/71675 - __atomic_compare_exchange_n returns wrong type for typed
*/ enum */
/* { dg-do compile { target c11 } } */ /* { dg-do compile } */
/* { dg-options "-std=c11" } */
#define Test(T) \ #define Test(T) \
do { \ do { \