[Bug go/61244] gccgo: ICE in write_specific_type_functions [GoSmith]

cmang at google dot com gcc-bugzilla@gcc.gnu.org
Fri Dec 12 19:15:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61244

Chris Manghane <cmang at google dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2014-12-12
                 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 reproduced with a smaller program:

package main
function main() {
        switch i := (interface{})(0); i.(type) {
        case [0]string:
        }
}



More information about the Gcc-bugs mailing list