diff options
author | Nathan Sidwell <nathan@gcc.gnu.org> | 2000-03-23 09:33:43 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2000-03-23 09:33:43 +0000 |
commit | e77a2b027dce64c01152a744a65f785108e53939 (patch) | |
tree | d686216e361c1a49e23c6aed964109db5accf997 /gcc | |
parent | c9bb76b92cf89e690700b3edb9d6a84a66e556c0 (diff) | |
download | gcc-e77a2b027dce64c01152a744a65f785108e53939.zip gcc-e77a2b027dce64c01152a744a65f785108e53939.tar.gz gcc-e77a2b027dce64c01152a744a65f785108e53939.tar.bz2 |
Fix explanation to match the post patch behaviour
From-SVN: r32704
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.ext/array4.C | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.ext/array4.C b/gcc/testsuite/g++.old-deja/g++.ext/array4.C index 0d42951..2b53c6c 100644 --- a/gcc/testsuite/g++.old-deja/g++.ext/array4.C +++ b/gcc/testsuite/g++.old-deja/g++.ext/array4.C @@ -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 { |