gcc-4.8/6.8 on Ubuntu 14.04 has a bug in link-time optimization
Bug #1365748 reported by
A. Gordon
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gcc-4.8 (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
On Ubuntu 14.04 LTS with GCC 4.6.4 and 4.8.2,
"gnulib" tests fail.
Deatails here:
http://
Possible work-around here:
http://
To post a comment you must log in.
To clarify:
The specific "gnulib" tests fail due to "pthread"-related issue of the link-time optimization used with gcc-4.6 and 4.8.
same tests on same machine do not fail with gcc-4.4 or clang-3.3.
The workaround provided by Paul Eggert is to use "-pthread" instead of "-lpthread" as command-line parameter.