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-Tag: basepoints/gcc-7~1149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3baa1d3edb0395a34445aa97f237d5129b68624;p=thirdparty%2Fgcc.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 8277dff817e3..afe47207a0f1 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.