Manuel López-Ibáñez <lopeziba...@gmail.com> writes: > 2009/4/29 Sebastian Redl <sebastian.r...@getdesigned.at>: >> So MSC will warn about this construct, but GCC will not, due to its >> whitespace rule: > > I think we should just remove the whitespace rule and implement the > warning in C.
Actually it appears that the whitespace rule was already removed from the C++ frontend in PR 36478. So this may be a non-issue for gcc-in-cxx. Ian