[Bug go/60288] gccgo crashes compiling '*func_ptr(0)'

ian at airs dot com gcc-bugzilla@gcc.gnu.org
Thu Feb 20 14:48:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60288

--- Comment #2 from Ian Lance Taylor <ian at airs dot com> ---
I don't think there is any parsing issue with the omitted error on line 5. 
It's just that gccgo converts *&x to x for any x, and forgets to test that x
must be addressable.



More information about the Gcc-bugs mailing list