Clang crash when trying to evaluate a constexpr with auto
type, variadic template before type is fully defined
#123296
Labels
clang:codegen
IR generation bugs: mangling, exceptions, etc.
crash
Prefer [crash-on-valid] or [crash-on-invalid]
Example:
We get a "Unexpected undeduced type!" crash
Compiler Explorer: https://godbolt.org/z/5PKP885K7
I believe this should be an error that says the function
foo()
isn't defined yet because the class isn't fully defined, but not a crash.The text was updated successfully, but these errors were encountered: