[Bug c++/71290] [6 Regression] Flexible array member is not diagnosed with -pedantic

2018-10-12 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71290

Eric Gallager  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
   Target Milestone|6.5 |7.0

--- Comment #13 from Eric Gallager  ---
(In reply to Jakub Jelinek from comment #12)
> I don't think we want to backport this.

Closing then.

[Bug c++/71290] [6 Regression] Flexible array member is not diagnosed with -pedantic

2018-10-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71290

--- Comment #12 from Jakub Jelinek  ---
I don't think we want to backport this.

[Bug c++/71290] [6 Regression] Flexible array member is not diagnosed with -pedantic

2018-10-12 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71290

Eric Gallager  changed:

   What|Removed |Added

 CC||egallager at gcc dot gnu.org

--- Comment #11 from Eric Gallager  ---
(In reply to Martin Sebor from comment #8)
> Patch committed in r244910.  Fixed for 7.0.

Last chance to fix for 6, too

[Bug c++/71290] [6 Regression] Flexible array member is not diagnosed with -pedantic

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71290

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

--- Comment #10 from Richard Biener  ---
GCC 6.4 is being released, adjusting target milestone.

[Bug c++/71290] [6 Regression] Flexible array member is not diagnosed with -pedantic

2017-01-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71290

--- Comment #9 from Martin Sebor  ---
Author: msebor
Date: Fri Jan 27 16:51:54 2017
New Revision: 244990

URL: https://gcc.gnu.org/viewcvs?rev=244990=gcc=rev
Log:
PR c++/71290

gcc/testsuite/ChangeLog:
* obj-c++.dg/property/at-property-23.mm: Remove an escaped newline from
a dg-error directive.

Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/obj-c++.dg/property/at-property-23.mm

[Bug c++/71290] [6 Regression] Flexible array member is not diagnosed with -pedantic

2017-01-25 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71290

Martin Sebor  changed:

   What|Removed |Added

Summary|[6/7 Regression] Flexible   |[6 Regression] Flexible
   |array member is not |array member is not
   |diagnosed with -pedantic|diagnosed with -pedantic

--- Comment #8 from Martin Sebor  ---
Patch committed in r244910.  Fixed for 7.0.