[Bug c/64480] New: List designated initializer triggers -Wmissing-field-initializers

2015-01-03 Thread petr.pisar at atlas dot cz
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

2013-12-15 Thread petr.pisar at atlas dot cz
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