]> gcc.gnu.org Git - gcc.git/commitdiff
Rearrange so the problem is not obscured by warnings
authorZack Weinberg <zack@gcc.gnu.org>
Mon, 3 May 1999 15:29:58 +0000 (15:29 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Mon, 3 May 1999 15:29:58 +0000 (15:29 +0000)
From-SVN: r26755

gcc/testsuite/gcc.failure/940409-1.c

index 3c945dab7fbc2155ed80c53948aebaf3e3193de2..3d5b58864e89c7782119e7a6cceccf449aedf28c 100644 (file)
@@ -1,2 +1,3 @@
-int f (register struct S {volatile int field;} arg);
-int g (register struct S { int volatile member; });
+struct S { volatile int field; };
+int f (register struct S arg);
+int g (register struct S);
This page took 0.059913 seconds and 5 git commands to generate.