pr69102.c: Require scheduling support.
2016-04-06 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> * gcc.c-torture/compile/pr69102.c: Require scheduling support. * gcc.c-torture/compile/pr37669.c: Require >=32 bit integers. * gcc.c-torture/execute/bitfld-6.c: Likewise. * gcc.c-torture/execute/bitfld-7.c: Likewise. * gcc.c-torture/execute/pr38151.c: Likewise. * gcc.c-torture/execute/pr66556.c: Likewise. * gcc.c-torture/execute/pr67781.c: Likewise. * gcc.c-torture/execute/pr68648.c: Likewise. From-SVN: r235454
This commit is contained in:
parent
a24c4267fb
commit
3866f82f58
9 changed files with 19 additions and 0 deletions
|
@ -1,3 +1,14 @@
|
|||
2016-04-06 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
|
||||
|
||||
* gcc.c-torture/compile/pr69102.c: Require scheduling support.
|
||||
* gcc.c-torture/compile/pr37669.c: Require >=32 bit integers.
|
||||
* gcc.c-torture/execute/bitfld-6.c: Likewise.
|
||||
* gcc.c-torture/execute/bitfld-7.c: Likewise.
|
||||
* gcc.c-torture/execute/pr38151.c: Likewise.
|
||||
* gcc.c-torture/execute/pr66556.c: Likewise.
|
||||
* gcc.c-torture/execute/pr67781.c: Likewise.
|
||||
* gcc.c-torture/execute/pr68648.c: Likewise.
|
||||
|
||||
2016-04-26 Marc Glisse <marc.glisse@inria.fr>
|
||||
|
||||
* gcc.dg/tree-ssa/overflow-1.c: New testcase.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* This testcase used to fail because a miscompiled execute_fold_all_builtins. */
|
||||
/* { dg-options "-fgnu89-inline" } */
|
||||
/* { dg-require-effective-target int32plus } */
|
||||
|
||||
typedef __SIZE_TYPE__ size_t;
|
||||
extern __inline __attribute__ ((__always_inline__)) int __attribute__
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* { dg-options "-Og -fPIC -fschedule-insns2 -fselective-scheduling2 -fno-tree-fre --param=max-sched-extend-regions-iters=10" } */
|
||||
/* { dg-require-effective-target scheduling } */
|
||||
void bar (unsigned int);
|
||||
|
||||
void
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* { dg-require-effective-target int32plus } */
|
||||
union U
|
||||
{
|
||||
const int a;
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* { dg-require-effective-target int32plus } */
|
||||
union U
|
||||
{
|
||||
const int a;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* { dg-options "-Wno-psabi" } */
|
||||
/* { dg-require-effective-target int32plus } */
|
||||
void abort (void);
|
||||
|
||||
struct S2848
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-require-effective-target int32plus } */
|
||||
|
||||
extern void abort (void);
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* { dg-require-effective-target int32plus } */
|
||||
#ifdef __UINT32_TYPE__
|
||||
typedef __UINT32_TYPE__ uint32_t;
|
||||
#else
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* { dg-require-effective-target int32plus } */
|
||||
int __attribute__ ((noinline))
|
||||
foo (void)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue