[Bug c/39044] -Wformat warns on printf() with stringpointer as sole argument

2012-05-06 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39044 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c/39044] -Wformat warns on printf() with stringpointer as sole argument

2012-05-05 Thread bugdal at aerifal dot cx
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39044 Rich Felker bugdal at aerifal dot cx changed: What|Removed |Added CC||bugdal at aerifal

[Bug c/39044] -Wformat warns on printf() with stringpointer as sole argument

2011-03-18 Thread p4bgtech at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39044 p4bgtech at gmail dot com changed: What|Removed |Added CC||p4bgtech at gmail dot com ---

[Bug c/39044] -Wformat warns on printf() with stringpointer as sole argument

2009-02-25 Thread vapier at gentoo dot org
--- Comment #3 from vapier at gentoo dot org 2009-02-25 23:58 --- i'd reconstruct this report as gcc not properly handling constant strings with printf() when the string is readily available to it and clearly does not change as for the kernel and this warning flag, that's a different

[Bug c/39044] -Wformat warns on printf() with stringpointer as sole argument

2009-01-30 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-01-31 01:10 --- [dhcp-10-98-10-23:~] apinski% ~/gcc4.3-gcc/bin/gcc -Wformat t.c -W -Wall [dhcp-10-98-10-23:~] apinski% ~/gcc4.3-gcc/bin/gcc -Wformat t.c -W -Wall -Wformat-security t.c: In function 'main': t.c:5: warning: format not

[Bug c/39044] -Wformat warns on printf() with stringpointer as sole argument

2009-01-30 Thread mano at roarinelk dot homelinux dot net
--- Comment #2 from mano at roarinelk dot homelinux dot net 2009-01-31 06:14 --- (In reply to comment #1) GNU C (GCC) version 4.3.3 20081218 (prerelease) [gcc-4_3-branch revision 142804] (i386-apple-darwin8.11.1) Did you modify GCC at all? Ah, you're right. Gentoo enables