[Bug c/40564] Invalid -Wc++-compat warning about stringized C++ operator name

2010-06-29 Thread manu at gcc dot gnu dot org
--- Comment #2 from manu at gcc dot gnu dot org 2010-06-29 23:46 --- I have another troublesome testcase: /* { dg-do compile } */ /* { dg-options -Wall -Wextra -Wc++compat } */ #error \ In order for the format checking to accept the C front end diagnostic \ framework extensions, you

[Bug c/40564] Invalid -Wc++-compat warning about stringized C++ operator name

2009-11-22 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug c/40564] Invalid -Wc++-compat warning about stringized C++ operator name

2009-06-26 Thread joseph at codesourcery dot com
--- Comment #1 from joseph at codesourcery dot com 2009-06-26 22:44 --- Subject: Re: New: Invalid -Wc++-compat warning about stringized C++ operator name A closely related case is: #define foo not used There is no important difference in the meaning of this between C and C++ if