[Bug c/57137] spurious "format string is not literal" when the format string is marked with __attribute__((format))

2016-04-22 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57137 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/57137] spurious format string is not literal when the format string is marked with __attribute__((format))

2013-05-01 Thread zbyszek at in dot waw.pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57137 --- Comment #1 from Zbigniew Jędrzejewski-Szmek zbyszek at in dot waw.pl 2013-05-01 16:20:52 UTC --- Created attachment 29988 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29988 preprocessed example

[Bug c/57137] spurious format string is not literal when the format string is marked with __attribute__((format))

2013-05-01 Thread zbyszek at in dot waw.pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57137 --- Comment #2 from Zbigniew Jędrzejewski-Szmek zbyszek at in dot waw.pl 2013-05-01 16:22:08 UTC --- Forgot to specify gcc version: gcc-4.8.0-2.fc19.x86_64

[Bug c/57137] spurious format string is not literal when the format string is marked with __attribute__((format))

2013-05-01 Thread zbyszek at in dot waw.pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57137 --- Comment #3 from Zbigniew Jędrzejewski-Szmek zbyszek at in dot waw.pl 2013-05-01 16:24:32 UTC --- Created attachment 29989 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29989 minimal example

[Bug c/57137] spurious format string is not literal when the format string is marked with __attribute__((format))

2013-05-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57137 --- Comment #4 from Andrew Pinski pinskia at gcc dot gnu.org 2013-05-01 18:00:31 UTC --- What options are you using when calling gcc?

[Bug c/57137] spurious format string is not literal when the format string is marked with __attribute__((format))

2013-05-01 Thread zbyszek at in dot waw.pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57137 --- Comment #5 from Zbigniew Jędrzejewski-Szmek zbyszek at in dot waw.pl 2013-05-02 02:02:18 UTC --- (In reply to comment #4) What options are you using when calling gcc? Ah, I had it copied but forgot to paste... gcc -pipe -Wall -Wextra