mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-18 03:10:26 +08:00
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
This commit is contained in:
parent
1aed1a11ae
commit
a4bb5c57c9
@ -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
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-fgimple -O2 -ftree-slp-vectorize" } */
|
||||
/* { dg-require-effective-target ptr32plus } */
|
||||
|
||||
struct A
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user