mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-04 09:14:04 +08:00
Fix gcc.dg/torture/ssa-fre-6.c failure for avr
The test assumes 32 bit integers (and pointers), and therefore fails for the avr target, which has 16 bit integers. Fix failure for avr by adding dg-require-effective-target int32. gcc/testsuite/ChangeLog 2019-08-02 Senthil Kumar Selvaraj <senthilkumar.selvaraj@microchip.com> * gcc.dg/torture/ssa-fre-6.c: Add dg-require-effective-target int32. From-SVN: r273995
This commit is contained in:
parent
930dd62797
commit
5bae71d1aa
@ -1,3 +1,7 @@
|
||||
2019-08-02 Senthil Kumar Selvaraj <senthilkumar.selvaraj@microchip.com>
|
||||
|
||||
* gcc.dg/torture/ssa-fre-6.c: Add dg-require-effective-target int32.
|
||||
|
||||
2019-08-02 Kito Cheng <kito.cheng@sifive.com>
|
||||
|
||||
* g++.dg/lto/pr87906_0.C: Add dg-require-effective-target shared check.
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target int32 } */
|
||||
/* { dg-skip-if "" { *-*-* } { "-O0" } { "" } } */
|
||||
/* { dg-additional-options "-fgimple -fdump-tree-fre1" } */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user