Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jan 2015 15:49:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 181328] GCC 4.2.1 20070831 may delay initialization of automatic struct variable too much
Message-ID:  <bug-181328-8-MKMrNqOJXh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-181328-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-181328-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181328

Pedro F. Giffuni <pfg@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pfg@FreeBSD.org

--- Comment #1 from Pedro F. Giffuni <pfg@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-181328-8-MKMrNqOJXh>