[Bug c/36446] unexplained warning in struct initialization

2014-06-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36446 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/36446] unexplained warning in struct initialization

2014-06-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36446 --- Comment #8 from Marek Polacek --- Author: mpolacek Date: Mon Jun 9 20:33:51 2014 New Revision: 211388 URL: http://gcc.gnu.org/viewcvs?rev=211388&root=gcc&view=rev Log: PR c/36446 * c-typeck.c (error_init): Call inform instead of err

[Bug c/36446] unexplained warning in struct initialization

2014-06-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36446 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c/36446] unexplained warning in struct initialization

2012-04-18 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36446 Manuel López-Ibáñez changed: What|Removed |Added CC||darren at kulp dot ch

[Bug c/36446] unexplained warning in struct initialization

2012-04-18 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36446 Manuel López-Ibáñez changed: What|Removed |Added CC||darren at kulp dot ch

[Bug c/36446] unexplained warning in struct initialization

2012-04-18 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36446 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/36446] unexplained warning in struct initialization

2012-04-18 Thread vadmium+gc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36446 Marty changed: What|Removed |Added CC||vadmium+gc at gmail dot com --- Comment #3 from M

[Bug c/36446] unexplained warning in struct initialization

2008-06-05 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-06-05 22:01 --- On the trunk we get: t.c:13: warning: missing initializer t.c:13: warning: (near initialization for ‘m1.h.b’) Which seems wrong as we don't get the warning for m2 and if we add an initializer for m1.h.b we get a dif

[Bug c/36446] unexplained warning in struct initialization

2008-06-05 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-06-05 21:59 --- Also seen on the trunk (4.4.0). -- pinskia at gcc dot gnu dot org changed: What|Removed |Added