c-pragma.c (handle_pragma_scalar_storage_order): Expand on error message for non...
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 15 Sep 2017 17:11:47 +0000 (17:11 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 15 Sep 2017 17:11:47 +0000 (17:11 +0000)
commit4a8ca690b0b73f4e0bae542fd69a1ee0d9e73126
treef5d02f2b4122c66d96510962c0ed533abe820c2d
parentf5e37f2ae57a87f8e661967f431e4bed37aceb2d
c-pragma.c (handle_pragma_scalar_storage_order): Expand on error message for non-uniform endianness and issue a warning in C++.

* c-pragma.c (handle_pragma_scalar_storage_order): Expand on error
message for non-uniform endianness and issue a warning in C++.

From-SVN: r252831
gcc/c-family/ChangeLog
gcc/c-family/c-pragma.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/sso-1.C [new file with mode: 0644]
gcc/testsuite/g++.dg/sso-2.C [new file with mode: 0644]