[Bug objc/40864] Designated initializers for multi-dimensional arrays fail in Objective-C

2019-07-26 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40864 Eric Gallager changed: What|Removed |Added CC||iains at gcc dot gnu.org,

[Bug objc/40864] Designated initializers for multi-dimensional arrays fail in Objective-C

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40864 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug objc/40864] Designated initializers for multi-dimensional arrays fail in Objective-C

2009-12-29 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement GCC build triplet|i686-apple-darwin9 |

[Bug objc/40864] Designated initializers for multi-dimensional arrays fail in Objective-C

2009-12-29 Thread sergei dot yakovlev at gmail dot com
--- Comment #2 from sergei dot yakovlev at gmail dot com 2009-12-29 22:22 --- @fxcoudert: This is not an enhancement, this is a bug. Objective-C is declared as a strict superset of C. Everything that works in C should work in Objective-C. In this case, it doesn't, which means it's a

[Bug objc/40864] Designated initializers for multi-dimensional arrays fail in Objective-C

2009-07-26 Thread joseph at codesourcery dot com
--- Comment #1 from joseph at codesourcery dot com 2009-07-26 21:43 --- Subject: Re: New: Designated initializers for multi-dimensional arrays fail in Objective-C On Sun, 26 Jul 2009, sergei dot yakovlev at gmail dot com wrote: Designated initializers for multi-dimensional arrays