mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
9e63c3aab1
commit
0d48446ff3
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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 { \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue