[Patch, testsuite, committed] Fix bogus gcc.dg/torture/ssa-fre-6.c failure for avr

SenthilKumar.Selvaraj@microchip.com SenthilKumar.Selvaraj@microchip.com
Fri Aug 2 05:28:00 GMT 2019


Hi,

This patch fixes gcc.dg/torture/ssa-fre-6.c failing for the avr target, by
requiring effective-target int32.

Committed as obvious to trunk.

Regards
Senthil

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.

diff –git a/gcc/testsuite/gcc.dg/torture/ssa-fre-6.c b/gcc/testsuite/gcc.dg/torture/ssa-fre-6.c
index ecdd8f64e95..2c4235fa4ea 100644
— a/gcc/testsuite/gcc.dg/torture/ssa-fre-6.c
+ b/gcc/testsuite/gcc.dg/torture/ssa-fre-6.c
@@ -1,4 +1,5 @@
* { dg-do compile } *
+/* { dg-require-effective-target int32 } /
/ { dg-skip-if "" { --* } { "-O0" } { "" } } /
/ { dg-additional-options "-fgimple -fdump-tree-fre1" } */



More information about the Gcc-patches mailing list