mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 16:40:04 +08:00
Fix explanation to match the post patch behaviour
From-SVN: r32704
This commit is contained in:
parent
c9bb76b92c
commit
e77a2b027d
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user