From: Senthil Kumar Selvaraj Date: Thu, 20 Apr 2017 05:46:02 +0000 (+0000) Subject: Skip pr80170.c for non-ptr32plus targets X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a4bb5c57c9211c7eda33259af525ce5675889842;p=gcc.git 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 * gcc.dg/pr80170.c: Require ptr32plus. From-SVN: r247011 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7c306a683e9..780adbcbfc1 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2017-04-19 Senthil Kumar Selvaraj + + * gcc.dg/pr80170.c: Require ptr32plus. + 2017-04-19 Eric Botcazou PR tree-optimization/80426 diff --git a/gcc/testsuite/gcc.dg/pr80170.c b/gcc/testsuite/gcc.dg/pr80170.c index 5ffd866c588..def051a59df 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 {