[Bug target/36513] -Wlogical-op warns about strchr

2009-11-25 Thread johan dot gill at gmail dot com
--- Comment #6 from johan dot gill at gmail dot com 2009-11-25 10:02 --- I get this error when building swfdec with gcc 4.4.2 on Fedora 12. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36513

[Bug target/36513] -Wlogical-op warns about strchr

2009-11-25 Thread johan dot gill at gmail dot com
--- Comment #7 from johan dot gill at gmail dot com 2009-11-25 10:06 --- Also tried the simple test case described in the bug description, although it needs to add #include at the top. The warning is still there. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36513

[Bug target/36513] -Wlogical-op warns about strchr

2009-11-25 Thread johan dot gill at gmail dot com
--- Comment #8 from johan dot gill at gmail dot com 2009-11-25 10:26 --- Created an attachment (id=19148) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19148&action=view) Preprocessed source file Created a preprocessed source file producing the warning. --