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:
parent
77bc513213
commit
1076781c1f
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target size32plus } */
|
||||
|
||||
typedef unsigned long long uint64_t;
|
||||
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue