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:
Senthil Kumar Selvaraj 2019-08-02 05:27:15 +00:00 committed by Senthil Kumar Selvaraj
parent 930dd62797
commit 5bae71d1aa
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -1,4 +1,5 @@
/* { dg-do compile } */
/* { dg-require-effective-target int32 } */
/* { dg-skip-if "" { *-*-* } { "-O0" } { "" } } */
/* { dg-additional-options "-fgimple -fdump-tree-fre1" } */