[Bug c/36708] syntatic warning

2008-07-22 Thread manu at gcc dot gnu dot org
--- Comment #4 from manu at gcc dot gnu dot org 2008-07-22 07:20 --- Closing as invalid then. -- manu at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/36708] syntatic warning

2008-07-21 Thread manu at gcc dot gnu dot org
--- Comment #2 from manu at gcc dot gnu dot org 2008-07-21 16:16 --- We need a complete testcase. I tried to reproduce this but GCC 4.4 with -Wall -Wextra -Wunused always says: src/pr36708.c:5: warning: left-hand operand of comma expression has no effect src/pr36708.c:5: warning:

[Bug c/36708] syntatic warning

2008-07-21 Thread robert dot lore at opensyscon dot com dot au
] Sent: Tuesday, 22 July 2008 2:17 AM To: [EMAIL PROTECTED] Subject: [Bug c/36708] syntatic warning --- Comment #2 from manu at gcc dot gnu dot org 2008-07-21 16:16 --- We need a complete testcase. I tried to reproduce this but GCC 4.4 with -Wall -Wextra -Wunused always says: src/pr36708.c

[Bug c/36708] syntatic warning

2008-07-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-07-03 02:50 --- -Wunused-value should warn about this ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36708