[Bug go/61246] gccgo: ICE in do_determine_types [GoSmith]
cmang at google dot com
gcc-bugzilla@gcc.gnu.org
Wed Dec 10 21:12:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61246
Chris Manghane <cmang at google dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2014-12-10
CC| |cmang at google dot com
Assignee|ian at airs dot com |cmang at google dot com
Ever confirmed|0 |1
--- Comment #2 from Chris Manghane <cmang at google dot com> ---
This ICE can reproduced by a smaller program:
package main
func main() {
switch 1 != 1 {
default:
}
}
More information about the Gcc-bugs
mailing list