c-tree.h (c_build_va_arg): Adjust prototype.
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 4 Dec 2015 08:52:24 +0000 (08:52 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 4 Dec 2015 08:52:24 +0000 (08:52 +0000)
commitf187980b5e132d0b5d36b5ade6a42ef8cfdb5560
treeb16a2c27bac9f26c0ff11a13cad8c6b616765564
parente315eea9d086ffef705ae96a04ef1b15cfec7745
c-tree.h (c_build_va_arg): Adjust prototype.

* c-tree.h (c_build_va_arg): Adjust prototype.
* c-parser.c (c_parser_postfix_expression): Adjust call to above.
* c-typeck.c (c_build_va_arg): Rename LOC parameter to LOC2, add LOC1
parameter, adjust throughout and issue an error if EXPR is a component
with reverse storage order.

From-SVN: r231250
gcc/c/ChangeLog
gcc/c/c-parser.c
gcc/c/c-tree.h
gcc/c/c-typeck.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/sso-9.c [new file with mode: 0644]