* Eric Botcazou: >> By the way, what happened to the C++ bits? I think the c-family patch >> which went in assumes that the C++ bits are there as well. > > I don't really understand what you mean by "assume" here,
handle_pragma_scalar_storage_order does not check c_dialect_cxx, so it will not issue a warning for C++ even though the pragma is effectively ignored.