<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/115664>115664</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
[clang] Assertion `CGF.getContext().hasSameUnqualifiedType(E->getSubExpr()->getType(), E->getType()) && "Implicit cast types must be compatible"' failed.
</td>
</tr>
<tr>
<th>Labels</th>
<td>
clang:codegen,
crash-on-valid,
clang:frontend:fuzzer,
regression:17
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
yijan4845
</td>
</tr>
</table>
<pre>
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/nv6EjfqYa](https://godbolt.org/z/nv6EjfqYa)
This valid code will crash on clang assertion trunk:
```cpp
struct s3 {
char a;
};
_Atomic struct s3 a;
void foo() {
a = static_cast<_Atomic(struct s3)>(s3{1});
}
```
This goes back to clang-17.
Stack dump:
```
clang++: /root/llvm-project/clang/lib/CodeGen/CGExprAgg.cpp:897: void {anonymous}::AggExprEmitter::VisitCastExpr(clang::CastExpr*): Assertion `CGF.getContext().hasSameUnqualifiedType(E->getSubExpr()->getType(), E->getType()) && "Implicit cast types must be compatible"' failed.
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0. Program arguments: /opt/compiler-explorer/clang-assertions-trunk/bin/clang++ -gdwarf-4 -g -o /app/output.s -mllvm --x86-asm-syntax=intel -fno-verbose-asm -S --gcc-toolchain=/opt/compiler-explorer/gcc-snapshot -fcolor-diagnostics -fno-crash-diagnostics <source>
1. <eof> parser at end of file
2. <source>:5:6: LLVM IR generation of declaration 'foo'
3. <source>:5:6: Generating code for declaration 'foo'
#0 0x0000000003bfc118 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x3bfc118)
#1 0x0000000003bf9e1c llvm::sys::CleanupOnSignal(unsigned long) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x3bf9e1c)
#2 0x0000000003b47418 CrashRecoverySignalHandler(int) CrashRecoveryContext.cpp:0:0
#3 0x00007bb3ba842520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
#4 0x00007bb3ba8969fc pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x969fc)
#5 0x00007bb3ba842476 gsignal (/lib/x86_64-linux-gnu/libc.so.6+0x42476)
#6 0x00007bb3ba8287f3 abort (/lib/x86_64-linux-gnu/libc.so.6+0x287f3)
#7 0x00007bb3ba82871b (/lib/x86_64-linux-gnu/libc.so.6+0x2871b)
#8 0x00007bb3ba839e96 (/lib/x86_64-linux-gnu/libc.so.6+0x39e96)
#9 0x000000000441131c (anonymous namespace)::AggExprEmitter::VisitCastExpr(clang::CastExpr*) CGExprAgg.cpp:0:0
#10 0x000000000440d111 (anonymous namespace)::AggExprEmitter::Visit(clang::Expr*) CGExprAgg.cpp:0:0
#11 0x000000000440e182 (anonymous namespace)::AggExprEmitter::VisitBinAssign(clang::BinaryOperator const*) CGExprAgg.cpp:0:0
#12 0x000000000440d7ab (anonymous namespace)::AggExprEmitter::Visit(clang::Expr*) CGExprAgg.cpp:0:0
#13 0x000000000440dd9c clang::CodeGen::CodeGenFunction::EmitAggExpr(clang::Expr const*, clang::CodeGen::AggValueSlot) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x440dd9c)
#14 0x000000000440eabe clang::CodeGen::CodeGenFunction::EmitAggExprToLValue(clang::Expr const*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x440eabe)
#15 0x00000000043fba8e clang::CodeGen::CodeGenFunction::EmitBinaryOperatorLValue(clang::BinaryOperator const*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x43fba8e)
#16 0x00000000043fff58 clang::CodeGen::CodeGenFunction::EmitLValueHelper(clang::Expr const*, clang::CodeGen::KnownNonNull_t) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x43fff58)
#17 0x00000000044002e7 void llvm::function_ref<void ()>::callback_fn<clang::CodeGen::CodeGenFunction::EmitLValue(clang::Expr const*, clang::CodeGen::KnownNonNull_t)::'lambda'()>(long) CGExpr.cpp:0:0
#18 0x000000000821ff71 clang::StackExhaustionHandler::runWithSufficientStackSpace(clang::SourceLocation, llvm::function_ref<void ()>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x821ff71)
#19 0x00000000043cf9aa clang::CodeGen::CodeGenFunction::EmitLValue(clang::Expr const*, clang::CodeGen::KnownNonNull_t) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x43cf9aa)
#20 0x00000000043f96a8 clang::CodeGen::CodeGenFunction::EmitIgnoredExpr(clang::Expr const*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x43f96a8)
#21 0x0000000003f60ad5 clang::CodeGen::CodeGenFunction::EmitStmt(clang::Stmt const*, llvm::ArrayRef<clang::Attr const*>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x3f60ad5)
#22 0x0000000003f68814 clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope(clang::CompoundStmt const&, bool, clang::CodeGen::AggValueSlot) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x3f68814)
#23 0x0000000003fd1a04 clang::CodeGen::CodeGenFunction::EmitFunctionBody(clang::Stmt const*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x3fd1a04)
#24 0x0000000003fe39cc clang::CodeGen::CodeGenFunction::GenerateCode(clang::GlobalDecl, llvm::Function*, clang::CodeGen::CGFunctionInfo const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x3fe39cc)
#25 0x000000000404c5ba clang::CodeGen::CodeGenModule::EmitGlobalFunctionDefinition(clang::GlobalDecl, llvm::GlobalValue*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x404c5ba)
#26 0x00000000040474f5 clang::CodeGen::CodeGenModule::EmitGlobalDefinition(clang::GlobalDecl, llvm::GlobalValue*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x40474f5)
#27 0x00000000040478db clang::CodeGen::CodeGenModule::EmitGlobal(clang::GlobalDecl) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x40478db)
#28 0x0000000004051cc3 clang::CodeGen::CodeGenModule::EmitTopLevelDecl(clang::Decl*) (.part.0) CodeGenModule.cpp:0:0
#29 0x000000000457a806 (anonymous namespace)::CodeGeneratorImpl::HandleTopLevelDecl(clang::DeclGroupRef) ModuleBuilder.cpp:0:0
#30 0x000000000456b538 clang::BackendConsumer::HandleTopLevelDecl(clang::DeclGroupRef) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x456b538)
#31 0x0000000006724404 clang::ParseAST(clang::Sema&, bool, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x6724404)
#32 0x00000000045783b8 clang::CodeGenAction::ExecuteAction() (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x45783b8)
#33 0x0000000004833519 clang::FrontendAction::Execute() (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x4833519)
#34 0x00000000047b278e clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x47b278e)
#35 0x000000000491931e clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x491931e)
#36 0x0000000000cea5af cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0xcea5af)
#37 0x0000000000ce226a ExecuteCC1Tool(llvm::SmallVectorImpl<char const*>&, llvm::ToolContext const&) driver.cpp:0:0
#38 0x00000000045bb5b9 void llvm::function_ref<void ()>::callback_fn<clang::driver::CC1Command::Execute(llvm::ArrayRef<std::optional<llvm::StringRef>>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, bool*) const::'lambda'()>(long) Job.cpp:0:0
#39 0x0000000003b478c4 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x3b478c4)
#40 0x00000000045bbbaf clang::driver::CC1Command::Execute(llvm::ArrayRef<std::optional<llvm::StringRef>>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, bool*) const (.part.0) Job.cpp:0:0
#41 0x0000000004581e9d clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&, bool) const (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x4581e9d)
#42 0x0000000004582f8d clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&, bool) const (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x4582f8d)
#43 0x000000000458a345 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0x458a345)
#44 0x0000000000ce7449 clang_main(int, char**, llvm::ToolContext const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0xce7449)
#45 0x0000000000bb3b54 main (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0xbb3b54)
#46 0x00007bb3ba829d90 (/lib/x86_64-linux-gnu/libc.so.6+0x29d90)
#47 0x00007bb3ba829e40 __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x29e40)
#48 0x0000000000ce1d1e _start (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+++0xce1d1e)
clang++: error: clang frontend command failed with exit code 134 (use -v to see invocation)
Compiler returned: 134
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJzkWl1z4ygW_TXkhbJLQt8PeXCcpKdne2a62r29tU8uhJDMtAQaQOmkf_0WIMdCcdJJKu6drZ3KzNgILuece7lcYbBSrOGUnoPkAiSXZ3jQOyHP79ifmMd5nJyVoro7B2gF0OrzjimoqdIEKwqZgg3lVGJNK1jeQQzr4ft3KpeuMwguQTD-dy26nrVUwqvbvhWSShCtIEgudlr3CkQrgK4Bum5EVYpWL4VsALr-DtA1v0mv_qz_-jcGySVA-fO7o2I6vcV9g1tWQSIqCr-xtoVEYrWDgkPSYt5ArBSVmgkOtRz4VzOLs5AG7o_0vWtRWg5EQxVBkF24Jkh2WEIMovE7yC7vP29XWnSMwMOwQ78bwSpYCwFQDlAxsQcxBNElVBprRrYEKw2i9WgJoPzeliEaXZmWCGQXoZnXtExg-CQeqNIIqmCJyVeohVNiEWbLabeNNk-roesfauK-2mEAXZg_41d0LYXQAF237U236KX4kxLzdex33bISoOu1qOg7ys2nd1e3vVw1zdJoHK3yIjN2rDggu8Bc8LtODMqqugLRatU0ZsRVx7S2sQSi1RemmF5jpc0TgHI3mX10aF1ZdVZwde9skAbrd9fLhuq14JreaueK5Q6rDe7oP_lfA25ZzWj1-a6nAOVXCxBdNVRvhnKcCaBibBu7mEnQGl4daS0gQClAKQQIve_6lhGmoXEv1Hc9VbAblIYlhUR0PdasbClACKAM1pi1tBod8_HD1WpzBdVQdkxDDMuhgZL2QmrjxdkqYXo3lEsiutEhD_3ClBqoAugaYl5Bxkk7VBTqHR3XiAkPLTGhhlUvaS8FoUrRCioxSNdsRmKlBGE2HciBQ0Uk6_Xy0SgKliAoPkrRSNxBLJuho1yrMYJEbyNmzBsLus8bYxQt7perWrj1iq5Lxg9BZoIRLprqG5b1IoaLBi6EsYv73lgfdD_opYKLzmgBF4vbPF1g1S3UHdf4FkSXjGvawkXNxeKGylIoap7DxQYuFg0hCy1ES3aYcRBdPonXdFYc92onNFzURLRCLiqGGy6UZkS5OazSXjOI1qO80ZUTLDSCgWhNRQ2iK9hjqaiEWEPKKyhqWLOWup5o7HkwEK0SEK1So-6HD19-g-8_7ZO3WQWihhUlLR6_ApTZpJQ5a9FT1t6NVnjjcmst5FO2IEBRAIPbYP9PVNYkDHNoQ9MuV3Wn3IePknFtA-ezi7780Enib1uhtKS4sytqDRnXbn3lbxQ-AF0EtyO8-w3F4A9n-AsakmP41y3FfOj_4BvWcNwClA_cbrYVbIWZ5RRoDRgPLfLRxlkc5nBtwu0TJeKGyjsH7xfMq9ZMmo9Ken3G7Dhm6MD-ez9FNE6RlWVU4jxGCQpGai7X3-bpNo0XLePD7aLhg3tAlkosUwvcDvFgx77NIi1qAnu9kxRX269mA3_RBHa8N0EyBx1nKWyU1eKl4OMs9Wynvm2UZ3UEcWkS9Iss24Ge5eyB5bB8sc2w9Gzmvs2ooEX6Mpt2iGezmEZdHIdhFBJj834zhxx3VPV2XRdvsK3DeRUxiVGzZgMfUFCFYfhqQD6Q54MIZyBomKNXg7hgfGWLdx_NBeNY3v3Rm6wsJCSCK_08dGguUYbLny5RNAdRFQROvT6WjdMv1wMnJj2Oc3VMj7AegpjosX7U7KppvuB2oJtWnGJPGVkdXlJQFMbzyMCmCnwl7c_ig8X_JP1T0DKoPVqJRyuqS5y_gpYf0se4PRH0b83SkfBYpjOWdZ3kL2fpeP1C256-NnD_wcU3_rvgvw9tuz1J6DpyHvtsFroBopl7eTvURPXIditpDaK1e7Vz70S2nATRiuC2NW8a25qDaP1K9d5KN9cMUNbirqywKV_v0aJ8X725VHY8j-VTVXIU1nUWTue3de3V7Q4PyhDZV1-uuB34v5jebYa6ZoTRsQjeuMQ7JbixFfkHQWytbRg-V_K3D42RoxcafhUQkbrA-LUL4--7JCytKW8UzBJCkeJXJIT3DReSVj_cyE6xyg1ij5L_0lOnAa6Sl1Pa6G5WGZgWz5GHCF5Jie8-2eidDFhpPSF_klAe6Xn80Yx_nofxy_mvRdeLgVeGtVniYtAbIvpZcE977anad9xSiPa_WLiMtD1dIl-XKsTBK3TZt1yI6u7J-DgBJwvZ4xT7nGhUkBfWoOOpCDUPfT7vWlHi9pKS1g_2-_FPp7P1u33H97wWk-A4gTCWtyeMX84FMUnKH-bz30Q1tPTgaifAnsUlrRlnjvhzZHLt44ZwktznWHm00xntLK5_mPuO0_470jVsPLrZnG5ela-j-zjJkxDJq9IjkvtEkpCQ6KVEPov-A72hI-wpHdeyd8qyx1IvA1sWTi0drQ6RXxglGc6D9Eev2qNZ94rzvutb1-wqx6dhvpNi6M1OigroYF0MrK3o8drVP6CNk7RMIq98ucDkK-XVWnA1dPui9aU43tr_DubU__5BbZqhOPb3po9YKrrafJ7tOLTDs_3W_f_NMY-QPMxoFhl5VB4rHVfTDfSWkkHTsWn8KfGt1bVAPKT-SU0eRUlYTJFeS8E15dURqCcC6TB4IP1zlaxE2fwAwk37niuNOaHHFX2c1Um23hGnR8TfeouwiEKPyAj5wOfm_q1wXlp6fE-zqzh8HgFvEw0IxQmuISHhtsPGRn687t_hWbG_hn4bWtuzhtPwcCg9GtmMBkIphnvx1-FnmykmZDYdbtsvlNzn7COcUn_TNzbG31u8Aq-S7OaxlO1vdUlZJmXxlocwbu4xhtbhWnQd5tV8UR_1odJjP9Gb2bHRYKKPlow3tufV6OD7Adstub0NQ_elxIqRrbLdRxW9zqZhqyVmWu0fz8zhtjVrQsjJc9NldUjxNoic5s86AfpVlMf9Ucx_dctJPHHFsd_W3JNPA9_gmrZ3npw_-zBnRDyN_DiYh1hpFvD_cYjMyr7HYiH2f_VJ8pAW1aPCWd_hBzvmXk0vmc8Gmg7eccHzuq68YmfC7W0LCEvbC6hZqZOjOn-xLr-KUj0uyq-i_MCUf4byVGq-j4MeMxMC9pfw5-s4BstPUdOI5akZzdTEUZw8hvxy8tkrHI5UDI954SeqeYJy1srj6RfPNvYsjsdydl-h7PHbtLJ6cFz52Lb95jWJQeZB92rDoCyjMomhAf3WczvT3tzzqw5FVbzw7ocd4tmcX3IoaBzA7dYM2yqNpd5OyD17Fhr7s-Qzh4dVSKGz__Y-M8bvZ58-jlaQSinsjVjbDuvxDQOScUW4u3_wG9M7SG-Zdhetwig2MAdF4eIGagEVpZBNyv5idvdWUj1ITs2aNINnVznPqvOoKqICn9HzMItClCRBGp_tzjHGNapImuE4znCWozCLizjOqrRK6pKQM3aOAhSHYRiEaRgG8ZLgsiJRGBQ5RkEZ1yAOaIdZuzRrZSlkc2ZvHJ6HYZKm8VmLS9oqe_8YoX1yMBQbyu3tx7Vpt_fjBF_Ya7yH5rH7XjNbKn3_bnw09pC0kVQpt2-EmWlPLs_kub0DWQ6NAnHQMqXVAZ1murX3oZ315PJ_977o2SDb89dfCB09dHOO_hMAAP__G1gILg">