Re: Suppressing GCC's "uninitialised" warnings
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2006-01-19 17:20:35 CET
Branko Čibej <brane@xbc.nu> writes:
> and b) surely a future version of GCC will do better in this
"Do better" probably requires GCC to do whole program optimisation.
$ gcc -Wall -O2 -c z.c
$ gcc -Wall -O2 -c -DVISIBLE z.c
$ cat z.c
I'm not exactly sure what constitues the GCC "bug" beyond the fact
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Jan 19 21:40:53 2006 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.