[Bug go/78763] go1: internal compiler error: in do_get_backend, at go/gofrontend/expressions.cc:8352

ian at airs dot com gcc-bugzilla@gcc.gnu.org
Thu Dec 15 16:55:00 GMT 2016


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

--- Comment #8 from Ian Lance Taylor <ian at airs dot com> ---
Here is a test case that recreates the problem.

package p

import (
        "unsafe"
)

func F() int {
        if unsafe.Sizeof(0) == 8 {
                return 8
        }
        return 0
}


More information about the Gcc-bugs mailing list