* gcc.c-torture/compile/20000523-1.c: New test.
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 May 2000 02:15:55 +0000 (02:15 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 May 2000 02:15:55 +0000 (02:15 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34185 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20000523-1.c [new file with mode: 0644]

index d71a66e..fc1cbf9 100644 (file)
@@ -1,3 +1,7 @@
+2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
+
+       * gcc.c-torture/compile/20000523-1.c: New test.
+
 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
 
        * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
diff --git a/gcc/testsuite/gcc.c-torture/compile/20000523-1.c b/gcc/testsuite/gcc.c-torture/compile/20000523-1.c
new file mode 100644 (file)
index 0000000..eab4a9c
--- /dev/null
@@ -0,0 +1,5 @@
+/* Copyright (C) 2000  Free Software Foundation  */
+/* Contributed by Alexandre Oliva <aoliva@cygnus.com> */
+
+enum { foo = sizeof(void *) };
+int i = sizeof(void *);