Manuel López-Ibáñez <[email protected]> writes: > 2009/4/29 Sebastian Redl <[email protected]>: >> 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
