Opened 5 years ago
Closed 5 years ago
#59253 closed defect (fixed)
libgcc9/gcc9: build fails with clang-9.0 during build of gencondmd: Undefined symbols for architecture x86_64: "ix86_binary_operator_ok(rtx_code, machine_mode, rtx_def**)"
Reported by: | kencu (Ken) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | cjones051073 (Chris Jones) | |
Port: | libgcc9 gcc9 |
Description (last modified by kencu (Ken))
During the build of gcc9
with clang-9.0
, the build fails with the error(s) as above.
Building gcc9
with clang-8.0
succeeds, but there are many warnings at the same point in the build.
Obviously will need to be reported upstream, but in the meantime, building gcc9
with clang-9.0
is no bueno.
I don't know yet about gcc 8,7,6,5, or 4
Attachments (2)
Change History (7)
comment:1 Changed 5 years ago by kencu (Ken)
Changed 5 years ago by kencu (Ken)
Attachment: | libgcc9-clang-9.0-fail-snowleopard-gencondmd-main.log added |
---|
Changed 5 years ago by kencu (Ken)
Attachment: | libgcc9-clang-8.0-manywarnings-snowleopard-gencondmd-main.log added |
---|
comment:2 Changed 5 years ago by kencu (Ken)
Description: | modified (diff) |
---|
comment:3 Changed 5 years ago by kencu (Ken)
Upstream bug report <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92061>
comment:4 Changed 5 years ago by kencu (Ken)
comment:5 Changed 5 years ago by cjones051073 (Chris Jones)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I discovered this on SnowLeopard, but the same build failure happens on Mojave with
clang-9.0
: