[Bug c/88584] [7/8/9 Regression] GCC thinks that the type is complete despite shadowing

2019-02-05 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88584 Joseph S. Myers changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/88584] [7/8/9 Regression] GCC thinks that the type is complete despite shadowing

2019-02-05 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88584 --- Comment #9 from Joseph S. Myers --- Author: jsm28 Date: Wed Feb 6 01:51:29 2019 New Revision: 268571 URL: https://gcc.gnu.org/viewcvs?rev=268571=gcc=rev Log: Fix type of extern array declared in inner scope with outer initialization

[Bug c/88584] [7/8/9 Regression] GCC thinks that the type is complete despite shadowing

2019-02-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88584 Richard Biener changed: What|Removed |Added Priority|P3 |P2