Skip to content

Commit

Permalink
[testsuite] Require c99_runtime for pr79800.c
Browse files Browse the repository at this point in the history
2017-04-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246758 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
thopre01 committed Apr 7, 2017
1 parent f02f983 commit 4540266
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/tree-ssa/pr79800.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 4540266

Please sign in to comment.