Mark some more tests as UNSUPPORTED for avr
* c-c++-common/pr68657-1.c: Require ptr32plus support. * c-c++-common/pr68657-2.c: Likewise. * c-c++-common/pr68657-3.c: Likewise. * gcc.dg/torture/pr69714.c: Require int32plus support. * gcc.dg/torture/pr70025.c: Likewise. * gcc.dg/torture/pr70083.c: Likewise. * gcc.dg/torture/pr70542.c: Likewise. * gcc.dg/torture/pr70935.c: Require ptr32plus support. From-SVN: r237627
This commit is contained in:
parent
486540e28b
commit
e71e8d944f
9 changed files with 19 additions and 0 deletions
|
@ -1,3 +1,14 @@
|
|||
2016-06-21 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
|
||||
|
||||
* c-c++-common/pr68657-1.c: Require ptr32plus support.
|
||||
* c-c++-common/pr68657-2.c: Likewise.
|
||||
* c-c++-common/pr68657-3.c: Likewise.
|
||||
* gcc.dg/torture/pr69714.c: Require int32plus support.
|
||||
* gcc.dg/torture/pr70025.c: Likewise.
|
||||
* gcc.dg/torture/pr70083.c: Likewise.
|
||||
* gcc.dg/torture/pr70542.c: Likewise.
|
||||
* gcc.dg/torture/pr70935.c: Require ptr32plus support.
|
||||
|
||||
2016-06-20 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
PR c/71601
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* PR c/68657 */
|
||||
/* { dg-options "-Werror=sign-conversion -Werror=float-conversion -Werror=frame-larger-than=65536" } */
|
||||
/* { dg-require-effective-target ptr32plus } */
|
||||
|
||||
void
|
||||
f1 (void)
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/* PR c/68657 */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-Werror=larger-than=65536" } */
|
||||
/* { dg-require-effective-target ptr32plus } */
|
||||
|
||||
int a[131072]; /* { dg-error "size of 'a' is \[1-9]\[0-9]* bytes" } */
|
||||
int b[1024]; /* { dg-bogus "size of 'b' is \[1-9]\[0-9]* bytes" } */
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* PR c/68657 */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target ptr32plus } */
|
||||
|
||||
#pragma GCC diagnostic error "-Wlarger-than=65536"
|
||||
int a[131072]; /* { dg-error "size of 'a' is \[1-9]\[0-9]* bytes" } */
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-options "-fno-strict-aliasing" } */
|
||||
/* { dg-require-effective-target int32plus } */
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/* PR middle-end/70025 */
|
||||
/* { dg-do run } */
|
||||
/* { dg-additional-options "-mtune=z10" { target s390*-*-* } } */
|
||||
/* { dg-require-effective-target int32plus } */
|
||||
|
||||
typedef char (*F) (unsigned long, void *);
|
||||
typedef union { struct A { char a1, a2, a3, a4; unsigned long a5; F a6; void *a7; } b; char c[1]; } B;
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-Wno-psabi" } */
|
||||
/* { dg-require-effective-target int32plus } */
|
||||
|
||||
typedef short v16hi __attribute__ ((vector_size (32)));
|
||||
typedef int v8si __attribute__ ((vector_size (32)));
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* PR rtl-optimization/70542 */
|
||||
/* { dg-do run } */
|
||||
/* { dg-require-effective-target int32plus } */
|
||||
|
||||
int a[113], d[113];
|
||||
short b[113], c[113], e[113];
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-O3 -g" } */
|
||||
/* { dg-require-effective-target ptr32plus } */
|
||||
|
||||
int d0, sj, v0, rp, zi;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue