Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2024 10:36:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 276104] [exp-run] Against llvm-18-update branch on GitHub
Message-ID:  <bug-276104-7788-NNFfiv9NCo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276104-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-276104-7788@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=3D276104

--- Comment #107 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D5b763c0e1f30583f8447a0818e2a72498=
d2e2bc3

commit 5b763c0e1f30583f8447a0818e2a72498d2e2bc3
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-04-15 16:24:39 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-04-20 10:29:10 +0000

    Merge commit 37b7207651b4 from llvm-project (by zhongyunde@huawei.com):

      [SimplifyCFG] Fix crash when there is unreachable large index (#88616)

      The large case index out of scope is dead code, but it is still be
      created for TableContents in SwitchLookupTable::SwitchLookupTable,
      so make sure the table size after growing should not get smaller.

      Fix https://github.com/llvm/llvm-project/issues/88607

    This should fix "Assertion failed: (idx < size()), function operator[]"
    when building the science/dynare port.

    PR:             276104, 278320
    Reported by:    yuri
    MFC after:      1 month

    (cherry picked from commit 514c98ba14a0f590891844d1a6bec0ac4de54489)

 contrib/llvm-project/llvm/lib/Transforms/Utils/SimplifyCFG.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276104-7788-NNFfiv9NCo>