Commit fe6bb25f by Thomas Preud'homme Committed by Thomas Preud'homme

[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
parent bf7b869a
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> 2017-04-07 Richard Biener <rguenther@suse.de>
PR tree-optimization/80334 PR tree-optimization/80334
......
/* PR 79800 - wrong snprintf result range with precision in a narrow /* PR 79800 - wrong snprintf result range with precision in a narrow
negative-positive range negative-positive range
{ dg-do "run" } { dg-do "run" { target c99_runtime } }
{ dg-options "-O2 -Wall" } */ { dg-options "-O2 -Wall" } */
#define FMT "%.*a" #define FMT "%.*a"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment