From: H.J. Lu Date: Tue, 2 Feb 2016 19:22:04 +0000 (-0800) Subject: Add IA MCU tests for passing/returning of empty structures/unions X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f3baa1d3edb0395a34445aa97f237d5129b68624;p=gcc.git Add IA MCU tests for passing/returning of empty structures/unions * gcc.target/i386/iamcu/test_empty_structs_and_unions.c: New test. From-SVN: r233090 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8277dff817e..afe47207a0f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-02-02 H.J. Lu + + * gcc.target/i386/iamcu/test_empty_structs_and_unions.c: New test. + 2016-02-02 James Norris * c-c++-common/goacc/routine-5.c: Add tests.