[Bug 181328] GCC 4.2.1 20070831 may delay initialization of automatic struct variable too much
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jan 22 15:49:30 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181328
Pedro F. Giffuni <pfg at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pfg at FreeBSD.org
--- Comment #1 from Pedro F. Giffuni <pfg at FreeBSD.org> ---
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.
More information about the freebsd-bugs
mailing list