aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/ChangeLog
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2015-12-04 08:52:24 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2015-12-04 08:52:24 +0000
commita4ab54acd9b7a3f9a9227bf2c671e10bf8ac18be (patch)
treeb16a2c27bac9f26c0ff11a13cad8c6b616765564 /gcc/testsuite/ChangeLog
parentfafc6bcacdaf7fd37e17dc63f11ed23b05d0723e (diff)
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231250 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/ChangeLog')
-rw-r--r--gcc/testsuite/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 2e93d1ade2b..ca604d26b4c 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2015-12-04 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gcc.dg/sso-9.c: New test.
+
2015-12-04 Jakub Jelinek <jakub@redhat.com>
PR target/68655