[testsuite] Require c99_runtime for pr79800.c

2017-04-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>

    gcc/testsuite/
    * gcc.dg/tree-ssa/pr79800.c: Require c99_runtime.

From-SVN: r246758
This commit is contained in:
Thomas Preud'homme 2017-04-07 09:44:33 +00:00 committed by Thomas Preud'homme
parent bf7b869abb
commit fe6bb25f9e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2017-04-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
* gcc.dg/tree-ssa/pr79800.c: Require c99_runtime.
2017-04-07 Richard Biener <rguenther@suse.de>
PR tree-optimization/80334

View File

@ -1,6 +1,6 @@
/* PR 79800 - wrong snprintf result range with precision in a narrow
negative-positive range
{ dg-do "run" }
{ dg-do "run" { target c99_runtime } }
{ dg-options "-O2 -Wall" } */
#define FMT "%.*a"