re PR tree-optimization/86274 (SEGFAULT when logging std::to_string(NAN))
gcc/testsuite/ChangeLog: PR tree-optimization/86274 * gcc.dg/tree-ssa/builtin-sprintf-9.c: Fix typo. From-SVN: r262419
This commit is contained in:
parent
3adea09eea
commit
86b664c0a9
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-07-04 Martin Sebor <msebor@redhat.com>
|
||||
|
||||
PR tree-optimization/86274
|
||||
* gcc.dg/tree-ssa/builtin-sprintf-9.c: Fix typo.
|
||||
|
||||
2018-07-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
|
||||
PR fortran/82009
|
||||
|
|
|
@ -85,6 +85,5 @@ void test_warn_sprintf_f (double x)
|
|||
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "call_in_true_branch_not_eliminated_" 0 "optimized" } }
|
||||
{ dg-final { scan-tree-dump-times "call_made_in_true_branch_" 6" optimized" } }
|
||||
{ dg-final { scan-tree-dump-times "call_made_in_false_branch_" 6 "optimized" } }
|
||||
*/
|
||||
{ dg-final { scan-tree-dump-times "call_made_in_true_branch_" 6 "optimized" } }
|
||||
{ dg-final { scan-tree-dump-times "call_made_in_false_branch_" 6 "optimized" } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue