[Bug c/64480] New: List designated initializer triggers -Wmissing-field-initializers
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: petr.pisar at atlas dot cz This code: struct lower { char *foo; char *bar; }; struct upper { struct lower inner; }; int main (void) { struct upper u = { /* This
[Bug target/58158] [4.8/4.9 Regression] ICE with conditional moves on GPRs with a floating point conditional on mipsel with loongson2f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58158 Petr Pisar changed: What|Removed |Added CC||petr.pisar at atlas dot cz --- Comment #9