On 01/25/2017 04:53 PM, Jakub Jelinek wrote:
On Wed, Jan 25, 2017 at 10:02:23AM -0700, Martin Sebor wrote:
--- gcc/cp/decl.c       (revision 244844)
+++ gcc/cp/decl.c       (working copy)
@@ -11798,6 +11798,17 @@ grokdeclarator (const cp_declarator *declarator,
              }
            else
              {
+               /* Array is a flexible member.  */
+               if (in_system_header_at (input_location))
+                 /* Do not warn flexible them in system headers because glibc
+                    uses them.  */;

The comment is weird.  Did you mean warn about them, or warn about
flexible array members or something similar?

It sure is.  I must have mangled it while copying the whole block
from the 5 branch.  I just fixed it.  Thanks for pointing it out!

Martin

Reply via email to