https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65404
Stéphane Graber changed:
What|Removed |Added
CC||stgraber at stgraber dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65404
--- Comment #7 from Stéphane Graber ---
So with the cherry-picked fix, I get:
(vivid-powerpc-sbuild)root@winton-06:~# cat test.go
package main
/*
#include
now
void hello() {
printf("Hello world!\n");
}
*/
import "C"
func main() {
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65404
--- Comment #8 from Stéphane Graber ---
Mathias suggested this may be #65417 but I'm not familiar enough with gccgo and
cgo to know whether that's the case or not.