diff options
author | Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> | 2017-04-20 05:46:02 +0000 |
---|---|---|
committer | Senthil Kumar Selvaraj <saaadhu@gcc.gnu.org> | 2017-04-20 05:46:02 +0000 |
commit | a4bb5c57c9211c7eda33259af525ce5675889842 (patch) | |
tree | 6731fc97fa96da5005598951af5b49d9b6b5797d | |
parent | 1aed1a11ae689b04c9750457023885084c1b3cda (diff) | |
download | gcc-a4bb5c57c9211c7eda33259af525ce5675889842.zip gcc-a4bb5c57c9211c7eda33259af525ce5675889842.tar.gz gcc-a4bb5c57c9211c7eda33259af525ce5675889842.tar.bz2 |
Skip pr80170.c for non-ptr32plus targets
The testcase uses 32 bit or bigger pointer offsets, and
that triggers an ptrofftype_p assert in tree.c.
gcc/testsuite
2017-04-19 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
* gcc.dg/pr80170.c: Require ptr32plus.
From-SVN: r247011
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/pr80170.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7c306a6..780adbc 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2017-04-19 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> + + * gcc.dg/pr80170.c: Require ptr32plus. + 2017-04-19 Eric Botcazou <ebotcazou@adacore.com> PR tree-optimization/80426 diff --git a/gcc/testsuite/gcc.dg/pr80170.c b/gcc/testsuite/gcc.dg/pr80170.c index 5ffd866..def051a 100644 --- a/gcc/testsuite/gcc.dg/pr80170.c +++ b/gcc/testsuite/gcc.dg/pr80170.c @@ -1,5 +1,6 @@ /* { dg-do run } */ /* { dg-options "-fgimple -O2 -ftree-slp-vectorize" } */ +/* { dg-require-effective-target ptr32plus } */ struct A { |