[PATCH] add sync_int_long target selector to gcc.dg/pr65345-2.c

gcc/testsuite/

2015-05-01  Renlin Li  <renlin.li@arm.com>

	* gcc.dg/pr65345-2.c: Add sync_int_long target selector.

From-SVN: r222687
This commit is contained in:
Renlin Li 2015-05-01 15:28:22 +00:00 committed by Renlin Li
parent ff0164b48b
commit f40694b312
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2015-05-01 Renlin Li <renlin.li@arm.com>
* gcc.dg/pr65345-2.c: Add sync_int_long target selector.
2015-05-01 Mikael Morin <mikael@gcc.gnu.org>
* gfortran.dg/bound_simplification_4.f90: New.

View file

@ -1,5 +1,6 @@
/* PR c/65345 */
/* { dg-do run } */
/* { dg-require-effective-target sync_int_long } */
/* { dg-options "" } */
#define CHECK(X) if (!(X)) __builtin_abort ()