Fix explanation to match the post patch behaviour
authorNathan Sidwell <nathan@gcc.gnu.org>
Thu, 23 Mar 2000 09:33:43 +0000 (09:33 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Thu, 23 Mar 2000 09:33:43 +0000 (09:33 +0000)
From-SVN: r32704

gcc/testsuite/g++.old-deja/g++.ext/array4.C

index 0d42951539dac011782c04ed145ed70b5ff0d5f3..2b53c6cbf34ec91edb1e24b9a80f3d0e58d9f250 100644 (file)
@@ -9,8 +9,7 @@
 // [nathan] We have a zero sized array extension, and (unfortunately) allow it
 // to be the sole member of a struct (rather than the trailing member of a
 // non-empty struct as C99 is/will allow). Such a type will have a size of
-// zero. Internally, we also use a TYPE_SIZE of zero to indicate an
-// incompletable type. We must keep the two zeroes distinct -- arrgh!
+// zero, but is not incomplete.
 
 struct A
 {