summaryrefslogtreecommitdiff
path: root/gcc_arm/testsuite/gcc.wendy/gnu14.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc_arm/testsuite/gcc.wendy/gnu14.c')
-rwxr-xr-xgcc_arm/testsuite/gcc.wendy/gnu14.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/gcc_arm/testsuite/gcc.wendy/gnu14.c b/gcc_arm/testsuite/gcc.wendy/gnu14.c
deleted file mode 100755
index 9b241c3..0000000
--- a/gcc_arm/testsuite/gcc.wendy/gnu14.c
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
-Return-Path: <ucsfcgl!TOR.NTA.NO!H_Eidnes%vax.runit.unit.uninett>
-Date: Tue, 23 Jun 87 17:17:38 +0200
-From: H}vard Eidnes <ucsfcgl!TOR.NTA.NO!H_Eidnes%vax.runit.unit.uninett>
-To: <bug-gcc@prep.ai.mit.edu>
-Message-Id: <2178:H_Eidnes@vax.runit.unit.uninett>
-Subject: Spurious error-message (?) from GCC
-
-The following is an exerpt from a header file from the X Window
-System, version 10r3.
-
-GCC (version 1.5) says:
-/usr/include/X/Xlib.h:108: declaration of table invalidly omits array size
-*/
-
-typedef struct _x_assoc_table {
- struct _x_assoc (*table)[]; /* Array of association queues. */
- int size; /* Table size. */
-} XAssocTable;
-
-main() {
- printf("Test passed\n");
-}