aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl@gcc.gnu.org>2016-02-02 11:22:04 -0800
committerH.J. Lu <hjl@gcc.gnu.org>2016-02-02 11:22:04 -0800
commitf3baa1d3edb0395a34445aa97f237d5129b68624 (patch)
treeb4fc75302dce21cc16d6b3f20b6cf0b6e5598264
parenteb07751679c5f2c0c823093a2c76e56613007651 (diff)
downloadgcc-f3baa1d3edb0395a34445aa97f237d5129b68624.zip
gcc-f3baa1d3edb0395a34445aa97f237d5129b68624.tar.gz
gcc-f3baa1d3edb0395a34445aa97f237d5129b68624.tar.bz2
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
-rw-r--r--gcc/testsuite/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 8277dff..afe4720 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2016-02-02 H.J. Lu <hongjiu.lu@intel.com>
+
+ * gcc.target/i386/iamcu/test_empty_structs_and_unions.c: New test.
+
2016-02-02 James Norris <jnorris@codesourcery.com>
* c-c++-common/goacc/routine-5.c: Add tests.