Commit 0d48446f by Martin Sebor Committed by Martin Sebor

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
parent 9e63c3aa
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>
PR tree-optimization/18046
......
/* PR c++/71675 - __atomic_compare_exchange_n returns wrong type for typed enum
*/
/* { dg-do compile { target c11 } } */
/* PR c++/71675 - __atomic_compare_exchange_n returns wrong type for typed
enum */
/* { dg-do compile } */
/* { dg-options "-std=c11" } */
#define Test(T) \
do { \
......
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