Open nwf opened 3 years ago
Hm, I can reproduce it but it produces a bunch of (legitimate) errors first, could you please reduce the original source to something that is valid C++ to make it easier to work with?
Seems to be an upstream bug though that's still there https://godbolt.org/z/rjnhMYnzf (sadly all the other Clang targets have assertions disabled...)
I haven't yet tickled this assertion with something that doesn't also throw errors for one reason or another, but yes, if I do, I'll update.
Oh, interesting
creduce
minimized example:Despite
creduce
's claimed command line, it reproduces with as little aswith the following crash:
FWIW, this does not reproduce against my host's
clang
,11.0.1-2
from Debian. I don't happen to have an upstreamclang
laying around, but I can get one if it'd be useful.