re PR testsuite/52641 (Test cases fail for 16-bit int targets)

PR testsuite/52641
	* gcc.dg/unroll_5.c: Add dg-require-effective-target int32plus.
	* gcc.dg/pr55150-1.c: Same.
	* gcc.dg/torture/pr54894.c: Add size32plus.

From-SVN: r193749
This commit is contained in:
Georg-Johann Lay 2012-11-23 10:08:49 +00:00 committed by Georg-Johann Lay
parent 77bc513213
commit 1076781c1f
4 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2012-11-23 Georg-Johann Lay <avr@gjlay.de>
PR testsuite/52641
* gcc.dg/unroll_5.c: Add dg-require-effective-target int32plus.
* gcc.dg/pr55150-1.c: Same.
* gcc.dg/torture/pr54894.c: Add size32plus.
2012-11-23 Jakub Jelinek <jakub@redhat.com>
PR sanitizer/55435

View File

@ -1,6 +1,7 @@
/* PR middle-end/55150 */
/* { dg-do compile } */
/* { dg-options "-Os -g" } */
/* { dg-require-effective-target int32plus } */
typedef unsigned int KEY_TABLE_TYPE[(272 / 4)];
typedef unsigned int u32;

View File

@ -1,4 +1,5 @@
/* { dg-do compile } */
/* { dg-require-effective-target size32plus } */
typedef unsigned long long uint64_t;

View File

@ -1,5 +1,7 @@
/* { dg-do compile } */
/* { dg-options "-O3 -fdump-rtl-loop2_unroll -funroll-loops" } */
/* { dg-require-effective-target int32plus } */
void abort (void);
int *a;
int t()