Commit 1076781c by Georg-Johann Lay Committed by Georg-Johann Lay

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
parent 77bc5132
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> 2012-11-23 Jakub Jelinek <jakub@redhat.com>
PR sanitizer/55435 PR sanitizer/55435
......
/* PR middle-end/55150 */ /* PR middle-end/55150 */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-Os -g" } */ /* { dg-options "-Os -g" } */
/* { dg-require-effective-target int32plus } */
typedef unsigned int KEY_TABLE_TYPE[(272 / 4)]; typedef unsigned int KEY_TABLE_TYPE[(272 / 4)];
typedef unsigned int u32; typedef unsigned int u32;
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-require-effective-target size32plus } */
typedef unsigned long long uint64_t; typedef unsigned long long uint64_t;
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O3 -fdump-rtl-loop2_unroll -funroll-loops" } */ /* { dg-options "-O3 -fdump-rtl-loop2_unroll -funroll-loops" } */
/* { dg-require-effective-target int32plus } */
void abort (void); void abort (void);
int *a; int *a;
int t() int t()
......
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