https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181328
Pedro F. Giffuni <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Pedro F. Giffuni <[email protected]> --- Thank you for taking the time to report this. As of FreeBSD 10.x we are not shipping the old gcc 4.2.1 by default and the old gcc in base for the 9.x series will not be receiving major updates. FWIW, On FreeBSD 10.1, using clang, I got this: $ make cc -Werror=return-type -g -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -o t a.c b.c -lpthread a.c:3249:8: error: unsupported inline asm: input with type 'ethr_sint_t' (aka 'long') matching output with type 'char' "3"(new[1]), ^~~~~~ 1 error generated. b.c:3252:8: error: unsupported inline asm: input with type 'ethr_sint_t' (aka 'long') matching output with type 'char' "3"(new[1]), ^~~~~~ 1 error generated. *** Error code 1 Stop. Perhaps you could try newer gcc or clang for ports? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
