From: hjl Date: Tue, 2 Feb 2016 19:22:04 +0000 (+0000) Subject: Add IA MCU tests for passing/returning of empty structures/unions X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4eef8df76dfeacfb8c7cc29633bb4dc0626168a1;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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233090 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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.