https://sourceware.org/bugzilla/show_bug.cgi?id=23411
--- Comment #4 from zenith432 at users dot sourceforge.net ---
There's an ambiguity in ANSI C about this. From C11
Section 6.9.2 External object definitions
1 If the declaration of an identifier for an object has file scope and an
initializer
https://sourceware.org/bugzilla/show_bug.cgi?id=23411
Cary Coutant changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
https://sourceware.org/bugzilla/show_bug.cgi?id=23411
zenith432 at users dot sourceforge.net changed:
What|Removed |Added
CC||zenith432 at u
https://sourceware.org/bugzilla/show_bug.cgi?id=23411
zenith432 at users dot sourceforge.net changed:
What|Removed |Added
CC|zenith432 at users dot sourceforge |
https://sourceware.org/bugzilla/show_bug.cgi?id=23409
--- Comment #1 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Cary Coutant :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1b115e8e0e051d65d0747f0a8a84eb6453866729
commit 1b115e8e0e051d65d0747f0a8a8
https://sourceware.org/bugzilla/show_bug.cgi?id=23409
Cary Coutant changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=23397
--- Comment #1 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Cary Coutant :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1074bc6d41f480e9e7b8f2e68f778225da2559b7
commit 1074bc6d41f480e9e7b8f2e68f7
https://sourceware.org/bugzilla/show_bug.cgi?id=23397
Cary Coutant changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=23413
Bug ID: 23413
Summary: Builing gcc --with-build-config=bootstrap-lto\
bootstrap-O3 and gold fails
Product: binutils
Version: 2.32 (HEAD)
Status: UNCONFIRMED
https://sourceware.org/bugzilla/show_bug.cgi?id=23413
--- Comment #1 from dilyan.palauzov at aegee dot org ---
binutils is linked with
export CONFIG_SITE="a"
export CFLAGS="-O3 -pipe"
export CXXFLAGS="-O3 -pipe"
export LDFLAGS="-Wl,-O1,-s -fuse-ld=gold"
/git/binutils-gdb/configure --enable-threa
https://sourceware.org/bugzilla/show_bug.cgi?id=23413
--- Comment #2 from dilyan.palauzov at aegee dot org ---
In fact I have libisl, libmpc
--
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mailing list
bug-
https://sourceware.org/bugzilla/show_bug.cgi?id=23413
--- Comment #3 from dilyan.palauzov at aegee dot org ---
I have libisl and libmpc only in /usr/local/lib,
libgmp in /usr/local/lib and /usr/lib/x86_64-linux-gnu , and
libz in /usr/local/lib and /lib/x86_64-linux-gnu.
--
You are receiving t
https://sourceware.org/bugzilla/show_bug.cgi?id=23413
--- Comment #4 from Cary Coutant ---
Gold is not configured by default to search /usr/local/lib.
To configure gold to search /usr/local/lib, use
configure ... --with-lib-path=/lib:/usr/lib:/usr/local/lib
Or you can configure GCC to add "-
https://sourceware.org/bugzilla/show_bug.cgi?id=23413
--- Comment #5 from dilyan.palauzov at aegee dot org ---
Please align the default settings of ld.gold to match those of ld.bfd.
The defaults of ld.gold and ld.bdf in this regard (defaults for -L) shall be
the same, except there are complellin
14 matches
Mail list logo