]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
This commit was manufactured by cvs2svn to create branch
authorNo Author <no-author@gcc.gnu.org>
Wed, 5 Jan 2005 23:47:02 +0000 (23:47 +0000)
committerNo Author <no-author@gcc.gnu.org>
Wed, 5 Jan 2005 23:47:02 +0000 (23:47 +0000)
'gcc-3_4-branch'.

From-SVN: r92976

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

diff --git a/gcc/testsuite/gcc.c-torture/compile/20050105-1.c b/gcc/testsuite/gcc.c-torture/compile/20050105-1.c
new file mode 100644 (file)
index 0000000..16d18f3
--- /dev/null
@@ -0,0 +1,5 @@
+void bar (struct S *);
+void foo (void *x)
+{
+  bar ((struct S *) x);
+}