https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55681
Segher Boessenkool <segher at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |segher at gcc dot gnu.org --- Comment #4 from Segher Boessenkool <segher at gcc dot gnu.org> --- Yes. In fact, *all* combinations of two or more of {const,volatile,restrict} are disallowed it seems. "goto" is only allowed at the very end. C++ only allows volatile. I'll have a shot at this (for inline as well).