http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29834
--- Comment #9 from James Kanze ---
Re using the init list syntax: it won't work if you have to be compatible with
other compilers (like Sun CC). Using something like (Doh (x)), ++x seems to be
the most portable work-around.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53434
Bug #: 53434
Summary: Compiler decides declaration/expression ambiguity too
soon.
Classification: Unclassified
Product: gcc
Version: 4.6.3
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51755
--- Comment #2 from James Kanze 2012-01-05
08:45:22 UTC ---
I'd miss PR 51294. My report is almost certainly a duplicate of this one.
It's a minor bug, in that it only affects warnings, but it does make
-Wconversion unusable in certain contexts
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51755
Bug #: 51755
Summary: -Wconversion generates false warnings when the ternary
operator is used
Classification: Unclassified
Product: gcc
Version: 4.4.2
Status: UNCONFI