This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/71147] [6 Regression] Flexible array member wrongly rejected in template


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71147

--- Comment #9 from Martin Sebor <msebor at gcc dot gnu.org> ---
The test case from comment 4 on bug 70932 fails due to this bug.  But looking
at the error in comment 3 more closely I see "unbekannte Feldgröße in »delete«"
which with some help from Google Translate does look like the same error as in
bug 70932.  Sorry for the confusion!

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]