https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61265
Chris Manghane <cmang at google dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2014-12-17 CC| |cmang at google dot com Assignee|ian at airs dot com |cmang at google dot com Ever confirmed|0 |1 --- Comment #1 from Chris Manghane <cmang at google dot com> --- This can be reproduced with a smaller program: package main var a = [1][0]int{B}[0] var B = [][0]int{}[0] func main() {}