[PATCH]: Proof-of-concept for dynamic format checking
Branko Čibej
brane@xbc.nu
Thu Aug 18 19:54:00 GMT 2005
Mike Stump wrote:
> Imagine the following program:
>
> {
> int i = 234234;
> printf ("%d", i);
> }
>
> imagine the folder collapsing this to puts ("234234");
Now imagine that the output of the original program depends on the
locale that's in force at execution time, which defines numberic output
to be in arabic numerals (real ones, not the sort we see in ASCII).
-- Brane
More information about the Gcc
mailing list