diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8f2cfffd9996..a6c392e64839 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2017-04-19 Senthil Kumar Selvaraj + + * gcc.dg/torture/pr80341.c: Require int32plus. + 2017-04-19 Eric Botcazou Jeff Law diff --git a/gcc/testsuite/gcc.dg/torture/pr80341.c b/gcc/testsuite/gcc.dg/torture/pr80341.c index 40cf660dff91..c9e12396d077 100644 --- a/gcc/testsuite/gcc.dg/torture/pr80341.c +++ b/gcc/testsuite/gcc.dg/torture/pr80341.c @@ -1,5 +1,6 @@ /* { dg-do run } */ /* { dg-additional-options "-Wno-overflow" } */ +/* { dg-require-effective-target int32plus } */ const signed char c = -84; signed char s;