aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>2016-09-16 11:42:59 +0000
committerSenthil Kumar Selvaraj <saaadhu@gcc.gnu.org>2016-09-16 11:42:59 +0000
commit2c3d35a661a6ac944f23221fc0241436cfaba93d (patch)
tree50952347924b8ab723cb42771c37fe78b56f8edd
parent5b73d2ab5532aef99cd549926981c2f49ec74950 (diff)
downloadgcc-2c3d35a661a6ac944f23221fc0241436cfaba93d.zip
gcc-2c3d35a661a6ac944f23221fc0241436cfaba93d.tar.gz
gcc-2c3d35a661a6ac944f23221fc0241436cfaba93d.tar.bz2
Fix testsuite failure for avr target
The test has integer literals that only fit on a target with int size 32+. gcc/testsuite/ 2016-09-16 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> * gcc.dg/torture/pr70421.c: Require int32plus. From-SVN: r240186
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/torture/pr70421.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 185dc95..2cb0348 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2016-09-16 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
+
+ * gcc.dg/torture/pr70421.c: Require int32plus.
+
2016-09-16 Jakub Jelinek <jakub@redhat.com>
PR middle-end/77475
diff --git a/gcc/testsuite/gcc.dg/torture/pr70421.c b/gcc/testsuite/gcc.dg/torture/pr70421.c
index 8f97acd..1aa4d53 100644
--- a/gcc/testsuite/gcc.dg/torture/pr70421.c
+++ b/gcc/testsuite/gcc.dg/torture/pr70421.c
@@ -1,5 +1,6 @@
/* PR target/70421 */
/* { dg-do run } */
+/* { dg-require-effective-target int32plus } */
/* { dg-additional-options "-Wno-psabi -w" } */
typedef unsigned V __attribute__ ((vector_size (64)));