Boost logo

Boost :

From: Alain O' Miniussi (alain.miniussi_at_[hidden])
Date: 2024-04-15 19:14:25


---- On Apr 15, 2024, at 6:18 PM, Vinnie Falco <vinnie.falco_at_[hidden]> wrote:

On Mon, Apr 15, 2024 at 4:53 AM Alain O' Miniussi via Boost < [ mailto:boost_at_[hidden] | boost_at_[hidden] ] > wrote:

BQ_BEGIN
FWIW, rc3 triggers a compiler crash with crayCC 17.0.0

I don't have access to this compiler,

BQ_END
Few people do, it's an issue. It's basically a clang++ with more bugs.

BQ_BEGIN

and there is not enough information provided to make any guess on what the problem is. If you know someone with access to the compiler, consider bisecting the file segments_view.cpp

BQ_END

I'll do that

BQ_BEGIN

to determine which line is causing the crash.

Bisecting works like this, you split the cpp file into two pieces, copying the #includes and whatever else is needed to make them compile. Then you note which file causes the crash. Repeat the splitting process on the crashing file until you have determined the smallest cpp file which causes the crash. Then post that to the list.

Thanks

BQ_END


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk