Bug 224866 - graphics/xpx: clang 6 crashes during build
Summary: graphics/xpx: clang 6 crashes during build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dimitry Andric
URL:
Keywords: toolchain
Depends on:
Blocks: 224669
  Show dependency treegraph
 
Reported: 2018-01-03 15:54 UTC by Jan Beich
Modified: 2018-01-15 18:29 UTC (History)
1 user (show)

See Also:


Attachments
colset.c (preprocessed, compressed) (81.99 KB, application/x-xz)
2018-01-03 15:55 UTC, Jan Beich
no flags Details
command line args (for clang 6.0) (1.77 KB, text/plain)
2018-01-03 15:55 UTC, Jan Beich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2018-01-03 15:54:41 UTC
cc  -O2 -pipe  -fstack-protector -fno-strict-aliasing       -I/usr/local/include    -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO     -c colset.c -o colset.o
Assertion failed: (ScaledReg == nullptr), function SetCombinedField, file /poudriere/jails/projects/clang600-import-amd64/usr/src/contrib/llvm/lib/CodeGen/CodeGenPrepare.cpp, line 1973.
cc: error: unable to execute command: Abort trap
cc: error: clang frontend command failed due to signal (use -v to see invocation)
FreeBSD clang version 6.0.0 (trunk 321545) (based on LLVM 6.0.0svn)
Target: x86_64-unknown-freebsd12.0
Thread model: posix
InstalledDir: /usr/bin

http://package18.nyi.freebsd.org/data/headamd64PR224669-default/2018-01-02_08h32m49s/logs/errors/xpx-1.41_2.log
Comment 1 Jan Beich freebsd_committer freebsd_triage 2018-01-03 15:55:04 UTC
Created attachment 189366 [details]
colset.c (preprocessed, compressed)
Comment 2 Jan Beich freebsd_committer freebsd_triage 2018-01-03 15:55:23 UTC
Created attachment 189367 [details]
command line args (for clang 6.0)
Comment 3 Dimitry Andric freebsd_committer freebsd_triage 2018-01-03 18:54:09 UTC
Reported upstream: https://bugs.llvm.org/show_bug.cgi?id=35805
Comment 4 commit-hook freebsd_committer freebsd_triage 2018-01-09 17:42:12 UTC
A commit references this bug:

Author: dim
Date: Tue Jan  9 17:41:35 UTC 2018
New revision: 327734
URL: https://svnweb.freebsd.org/changeset/base/327734

Log:
  Pull in r322056 from upstream llvm trunk (by Serguei Katkov):

    [CGP] Fix Complex addressing mode for offset

    If the offset is differ in two addressing mode we can continue only
    if ScaleReg is not set due to we will use it as merge of different
    offsets.

    It should fix PR35799 and PR35805.

    Reviewers: john.brawn, reames
    Reviewed By: reames
    Subscribers: llvm-commits
    Differential Revision: https://reviews.llvm.org/D41227

  This should fix "ScaledReg == nullptr" assertions when building the
  graphics/xpx, mail/alpine and editors/pico-alpine ports.

  Reported by:	jbeich
  PR:		224866, 224995

Changes:
  projects/clang600-import/contrib/llvm/lib/CodeGen/CodeGenPrepare.cpp
Comment 5 Dimitry Andric freebsd_committer freebsd_triage 2018-01-15 18:18:57 UTC
Assuming this is fixed now.
Comment 6 Jan Beich freebsd_committer freebsd_triage 2018-01-15 18:29:01 UTC
I confirm, the port built fine at least on amd64.

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p458948_s327953/logs/xpx-1.41_2.log