On Mai 01 2017, Martin Sebor wrote:
> + /* The range here happens to be a property of the compiler, not
> + one of the target. */
> + T ("%9223372036854775808i", 0);/* { dg-warning "width out of range"
> } */
> + /* { dg-warning "result to exceed .INT_MAX." "" { target *-*-* } .-1 } *
I committed r247444 as an obvious fix for the ILP32 failures
in gcc.dg/tree-ssa/builtin-sprintf-warn-18.c. The committed
change is below for reference.
Martin
diff --git a/gcc/gimple-ssa-sprintf.c b/gcc/gimple-ssa-sprintf.c
index c3c717d..a3153c1 100644
--- a/gcc/gimple-ssa-sprintf.c
+++ b/gcc/