<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/96289>96289</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
Clang-19 crashed: Assertion `D && "Cannot get layout of forward declarations!"' failed.
</td>
</tr>
<tr>
<th>Labels</th>
<td>
new issue
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
iamanonymouscs
</td>
</tr>
</table>
<pre>
Compiler explorer(assertion trunck): https://godbolt.org/z/dbE3sr1dh
```
$cat mutant.c
struct S s, t, u;
void a (void)
{
__atomic_exchange (&s, &t, &u, 0);
}
$clang-19 mutant.c
clang: /root/llvm-project/clang/lib/AST/RecordLayoutBuilder.cpp:3347: const clang::ASTRecordLayout& clang::ASTContext::getASTRecordLayout(const clang::RecordDecl*) const: Assertion `D && "Cannot get layout of forward declarations!"' 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 -S --gcc-toolchain=/opt/compiler-explorer/gcc-snapshot -fcolor-diagnostics -fno-crash-diagnostics <source>
1. <source>:5:35: current parser token ')'
2. <source>:4:1: parsing function body 'a'
3. <source>:4:1: in compound statement ('{}')
#0 0x0000000003a15b08 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x3a15b08)
#1 0x0000000003a137ec llvm::sys::CleanupOnSignal(unsigned long) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x3a137ec)
#2 0x00000000039592e8 CrashRecoverySignalHandler(int) CrashRecoveryContext.cpp:0:0
#3 0x00007c6d2ac42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
#4 0x00007c6d2ac969fc pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x969fc)
#5 0x00007c6d2ac42476 gsignal (/lib/x86_64-linux-gnu/libc.so.6+0x42476)
#6 0x00007c6d2ac287f3 abort (/lib/x86_64-linux-gnu/libc.so.6+0x287f3)
#7 0x00007c6d2ac2871b (/lib/x86_64-linux-gnu/libc.so.6+0x2871b)
#8 0x00007c6d2ac39e96 (/lib/x86_64-linux-gnu/libc.so.6+0x39e96)
#9 0x000000000797a928 clang::ASTContext::getASTRecordLayout(clang::RecordDecl const*) const (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x797a928)
#10 0x0000000007480a14 clang::ASTContext::getTypeInfoImpl(clang::Type const*) const (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x7480a14)
#11 0x0000000007468967 clang::ASTContext::getTypeInfo(clang::Type const*) const (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x7468967)
#12 0x000000000747fb7b clang::ASTContext::getTypeInfoImpl(clang::Type const*) const (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x747fb7b)
#13 0x0000000007468967 clang::ASTContext::getTypeInfo(clang::Type const*) const (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x7468967)
#14 0x0000000007480f2b clang::ASTContext::getTypeInfoInChars(clang::Type const*) const (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x7480f2b)
#15 0x0000000007481013 clang::ASTContext::getTypeInfoInChars(clang::QualType) const (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x7481013)
#16 0x00000000065b4784 clang::Sema::BuildAtomicExpr(clang::SourceRange, clang::SourceRange, clang::SourceLocation, llvm::MutableArrayRef<clang::Expr*>, clang::AtomicExpr::AtomicOp, clang::Sema::AtomicArgumentOrder) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x65b4784)
#17 0x00000000065b6118 clang::Sema::AtomicOpsOverloaded(clang::ActionResult<clang::Expr*, true>, clang::AtomicExpr::AtomicOp) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x65b6118)
#18 0x00000000065debe1 clang::Sema::CheckBuiltinFunctionCall(clang::FunctionDecl*, unsigned int, clang::CallExpr*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x65debe1)
#19 0x00000000069765b2 clang::Sema::BuildResolvedCallExpr(clang::Expr*, clang::NamedDecl*, clang::SourceLocation, llvm::ArrayRef<clang::Expr*>, clang::SourceLocation, clang::Expr*, bool, clang::CallExpr::ADLCallKind) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x69765b2)
#20 0x000000000697743d clang::Sema::BuildCallExpr(clang::Scope*, clang::Expr*, clang::SourceLocation, llvm::MutableArrayRef<clang::Expr*>, clang::SourceLocation, clang::Expr*, bool, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x697743d)
#21 0x000000000697a50c clang::Sema::ActOnCallExpr(clang::Scope*, clang::Expr*, clang::SourceLocation, llvm::MutableArrayRef<clang::Expr*>, clang::SourceLocation, clang::Expr*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x697a50c)
#22 0x000000000640823d clang::Parser::ParsePostfixExpressionSuffix(clang::ActionResult<clang::Expr*, true>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x640823d)
#23 0x00000000063ff891 clang::Parser::ParseCastExpression(clang::Parser::CastParseKind, bool, bool&, clang::Parser::TypeCastState, bool, bool*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x63ff891)
#24 0x0000000006402c6a clang::Parser::ParseCastExpression(clang::Parser::CastParseKind, bool, clang::Parser::TypeCastState, bool, bool*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x6402c6a)
#25 0x0000000006402e09 clang::Parser::ParseAssignmentExpression(clang::Parser::TypeCastState) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x6402e09)
#26 0x00000000064077d9 clang::Parser::ParseExpression(clang::Parser::TypeCastState) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x64077d9)
#27 0x0000000006488169 clang::Parser::ParseExprStatement(clang::Parser::ParsedStmtContext) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x6488169)
#28 0x000000000647ed35 clang::Parser::ParseStatementOrDeclarationAfterAttributes(llvm::SmallVector<clang::Stmt*, 32u>&, clang::Parser::ParsedStmtContext, clang::SourceLocation*, clang::ParsedAttributes&, clang::ParsedAttributes&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x647ed35)
#29 0x000000000647fb97 clang::Parser::ParseStatementOrDeclaration(llvm::SmallVector<clang::Stmt*, 32u>&, clang::Parser::ParsedStmtContext, clang::SourceLocation*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x647fb97)
#30 0x00000000064809a5 clang::Parser::ParseCompoundStatementBody(bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x64809a5)
#31 0x000000000648220a clang::Parser::ParseFunctionStatementBody(clang::Decl*, clang::Parser::ParseScope&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x648220a)
#32 0x0000000006397b03 clang::Parser::ParseFunctionDefinition(clang::ParsingDeclarator&, clang::Parser::ParsedTemplateInfo const&, clang::Parser::LateParsedAttrList*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x6397b03)
#33 0x00000000063cd6ec clang::Parser::ParseDeclGroup(clang::ParsingDeclSpec&, clang::DeclaratorContext, clang::ParsedAttributes&, clang::Parser::ParsedTemplateInfo&, clang::SourceLocation*, clang::Parser::ForRangeInit*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x63cd6ec)
#34 0x000000000638b53e clang::Parser::ParseDeclOrFunctionDefInternal(clang::ParsedAttributes&, clang::ParsedAttributes&, clang::ParsingDeclSpec&, clang::AccessSpecifier) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x638b53e)
#35 0x000000000638bd9e clang::Parser::ParseDeclarationOrFunctionDefinition(clang::ParsedAttributes&, clang::ParsedAttributes&, clang::ParsingDeclSpec*, clang::AccessSpecifier) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x638bd9e)
#36 0x00000000063924a7 clang::Parser::ParseExternalDeclaration(clang::ParsedAttributes&, clang::ParsedAttributes&, clang::ParsingDeclSpec*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x63924a7)
#37 0x00000000063933af clang::Parser::ParseTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&, clang::Sema::ModuleImportState&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x63933af)
#38 0x0000000006386baa clang::ParseAST(clang::Sema&, bool, bool) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x6386baa)
#39 0x0000000004300f28 clang::CodeGenAction::ExecuteAction() (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x4300f28)
#40 0x0000000004587299 clang::FrontendAction::Execute() (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x4587299)
#41 0x000000000450cfde clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x450cfde)
#42 0x000000000466f8ae clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x466f8ae)
#43 0x0000000000c6675c cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0xc6675c)
#44 0x0000000000c5faba ExecuteCC1Tool(llvm::SmallVectorImpl<char const*>&, llvm::ToolContext const&) driver.cpp:0:0
#45 0x0000000004344209 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
#46 0x0000000003959794 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x3959794)
#47 0x00000000043447ff 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
#48 0x000000000430a6a5 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&, bool) const (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x430a6a5)
#49 0x000000000430b10d 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+0x430b10d)
#50 0x0000000004312e05 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0x4312e05)
#51 0x0000000000c63c65 clang_main(int, char**, llvm::ToolContext const&) (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0xc63c65)
#52 0x0000000000b3d3d4 main (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0xb3d3d4)
#53 0x00007c6d2ac29d90 (/lib/x86_64-linux-gnu/libc.so.6+0x29d90)
#54 0x00007c6d2ac29e40 __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x29e40)
#55 0x0000000000c5f56e _start (/opt/compiler-explorer/clang-assertions-trunk/bin/clang+0xc5f56e)
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/eJzkW99z46iW_muUF8ouCf1-yIPbac_2bGbT207tqwsBstnIoAso7dy__hYgO0Jx3Mm00nemblc6sSU4fN_H4XBACCnFtpzS6yD9FKQ3V6jTOyGvGdojLvjTXnQKq6tKkKfrpdi3rKES0EPbCEllAAukFJWaCQ607Dh-CGAZxAuw07pVQbwI4CqAq60glWj0XMhtAFf_DOCKVJ9jJSOyC8KbIFwEWdj_uK8wwUiDfacR13PsLiotO6zBGqgALoE2v7og_tTXsL8fBSMAgQAW5pOB4m7mfSkANhukxZ7hDT3gHeJbagoHMLM2A5jp_m9n_oaWzLGF_GbYlIHYIL6dReUIp71sNAjgSgqhA7hqmsf9rJXi_yk2X10JuGpYFcDVYn0fwNU3ioUkt-hJdPpTxxpC5Ry3bRAv4jjJjTksuNLgaD2IF4v1_bBWALPR3aXgmh60-76l-kWF4oVNd_-G4iaAiwCWrlXT_OLU0UEW3hiNTIMBhEvEudBgSzVorF0galAL-R1JAgjFDZLI1FMBjAIIA5iDGrGGkrnT6-vt58X6M1BdtWcaIFB1WyBpK6QGWowdieldV82x2PeqvhSXKdVRFcAVQJwAxnHTEQr0jgIskdqBCuEHLRGmpodbSVspMFWKEqBEJ91lUxMpJTBDmhIgOw4UlqzVPeS1RvgBkG5v-sddCudBWH6VYivRHiC57faUa9W7gWhtt_fDZ_Y8fJwrzE6DSM3MKHoI4Kpi_HgbzLbkO5L1LAGzLZgJYxG1rbHb6bbTcwVme6MCmM0ORTZDaj9TT1yjQxDfMK5pA2ZrMJttMZ5pIRq8Q4wH8c1FYKaw4qhVO6HBrMaiEXJGGNpyoTTDCsxqLmZWUu9yEC97HePPTpnIKONdjhep8evUenUnJeUatEgqKoEWD5SDAOZm6MHcWYBnLCRBvIiMAVOR8S2oO46te5pQZSygU_34Un3GgeEvOk6A0khT03EuKuQmcOQ3PRoXQQIYhyA8hMd_MYrSKiyAdUY7hNSTch--Ssa1dZV752_FcyGJvm-E0pKivR1JS8C4NuPNNvyTDhPAT-GhB-Yhj0bI45zic8iXDUW8a-_4mm05agJYdNzOEgQ0wtifFqeB4eGEHs4yLSEtwNL4molPj1Q-OWD_hThp7DTUq-eV6cNfH0ZD-__URNw3keOMQIQTmMKwJ-XC8qHINlkyaxjvDrMt79wNPFdinlngtooHO_FtlllZY9DqnaSIbB5Y07yvAVvfayAdg07yDGyV1eK94JM882xnvm1Y5HUMUGXC8Lss24qe5fyF5ah6t82o8mwWvs24pGX2Ppu2imezHHpdXuaohMX7Z9Rzc2k_iw5m1OnGTw_0OdmBceRFqDwpQhQlP2By_9TSL7wWX_Zt49Mwdz6UgMPnEYh8AllRZvkbCfxq8BabBx764PO6yqu_sPoWn0cg_jurn4x9v4ZvVp8vd0iqX-_-NfQ7IB1xiMIo_hkO_9uhxhT4GPgGnQc_G8LP0irJCy_8rOkeuU92pbOwK7LPh1b6qNc2XftmVmkmQXrHnVuB7ZLD3HxOb_7oNKoaupASPX2jdRAvBxVd8wuTHPoWB-gG3-_accMnTq7Aol8C3EliBJ0wYeoF9RTPR4pnUVRcQnfXqrtHKhuBCCW-6gubRX-jqmv0eYnM6lt29D1STUvfsPPoFz59Qisanae_3FH8YLxOM77qVwxL1IyC7vHOaR28BKcE2GaaHm1T_6TNpEwtEY-pl6NkZZ6lFbwwtL5RJZpHSp4hFuc7dHD1f9CekgHzN46udw6rl6bOA6uEaF7T27V7c2su_DfjZFr1nbhD9WE4Uj9PYnJB_fOqr7EwkXis7fnOmD6evVd493daYY1unrDRSFiUhviV-IX1Hf8bCzutkEYnT0gv98ySsIC-h3612yyDz1-F0jU7GHxUKSb4uqtrdviZOWFKio6BR9HLTrO4rosyukhxiZR-5uczGxY25ex3F0vGQyAbdemwqkmuTPW1Rpq-rDpxvzvOnijJqN8hztDHivKXUMIR9ZRIx0rQsLyoxMI-ADG52lv0GPGbmAwNS49MNiKT5-QymX87BYPQo-CnpklRRNmPKayPG7Gvs7CfyVrv9XEpNC0TC9Rj4meZSU5JnF5kcmJxJ2-en4Msak3lQmvJqk5T5W0Lr_eoaf6PYi2kH2cNzz7OxrCzYfZSPDojzsW5ajw7uvpDkGdbG5eYtAOsvl4HlKMOqKsy_xMd8FdRfFq1jBhDtfzHFFlShCW67K7L_jHISbVPgjwFsJg-A3RgPLTRCC2E4eUJ7LhGG6Md1Dm_iHnpJS5vnNp_LQWPo5-cxWVehfGbON7QmnGmz0Z1xrdH3xbyLT56T_dtg7TdLTpubF2qdYs0fR7tt-y0ETZhQmOl8LQaZXmYZBRf5GVE-E2Krn1VonVL8Uuqz-KdH7hvDIWvSvyy_JuCb29vJaTd5vrC2QfIblX1ZPfzyLio0pj-UPY7OXDUL1xT6R4a_vyE8qLExa5cYEyVMvdYzabedXNaeGKlY7FI-WOx-knI0-zVwT25ZGNf-2jJSOlLlo1CIEzQ5Sn888G5kz9__wKZpo1vhqcnRD4SIo5RfVGIe9He0kfauEltqMBdi_7R0a96lMCcAqLdwjiTvjxvqvwhSNfQL_tWyOOqYOLZ0BH0FChGoyer0MsZ3x6OKsagHZWP26FyYDy0Xu6ZxGFY-w-Hl4LQ3yh3OyXHvRGKO037S_YR7XQYewhDjImX8SVpkcPSW2qtpJnhODkDcnJ4rnUPXuTDC3FNqC-ha_ALVxpxTM-r-DqfiX22R-hR8DK4JMvqAlF_m8-CfWbyeJrli0tMJw44PTIPupdQhTjL8hQDjKPNHjF_STTc99wh-fzws9_y9K7BJXBnLadl4PB5BBKfQFqjCoGj4Mvo3kaB8ys7-1j9HJvM3_g1NvoscJAZl4BI9ng6jzk4SGRgpX5gSBIYllaSgd3j2bSNtKrau27EucNoQbzAqGkqhB82NffDuGu795tltBT7PeJkPHjP9p7SfTnRmtaR0WCgj5aMb_vJwXXtqcJmgw-HKHJfKqQY3ihbvFfRK2wubLRETKvj7ZE51DRmHLgldn_fFFmMNgaPh03ND8wbtK-IPcV3kgoWx_Nnv4vqfH9k47NjeZkMuuLcCTF351vH16imzZMn5-Wum_QgnMPq-Xw-dq689rKE_zjnMHLPWyT1PLzoBcVoukaZv_nhCWd7Db2YE49qeqF7VNEUeG0RfaHowkthJj-U0RP2XGmcwFRRSN6ryO-iUq_L8buobpnSnhyXwvHJA1rETOe_fLJ-UcHeTT5YRyPTUMfUT7LiCNLwVc-6GXz2UoMzOcFr-v9CHSdNT60wnnLRKAOJcdYrd8xBjshtEFn0IeDH0_OEWYfB5IH2Mr6wiklMEmDgTteqM-q1OjqdDEtSvvN0sq3i2UzGNmkSgs3GVNsojaTeDGi9uRWa-K2k4ywtzShw9ifsJ2v21O7R0wGV0kwjC-dVoO7XBwD3Pu_eOwHfmd4BemDGiwgFUZwYaJ2iYPYItACKUsAGqXvfzOn1J0l1Jzk1o85UHr3CdEWuY1LGJbqi11EeFWUWh3F8tbuu4hzmFcliEtZRlJcwSUuaJyWmSRoTEl6xaxjCJMxgFJZJnMbzAlOMkyTP05TEZUmDJKR7xJq5GRNzIbdX9m2X6zKDRXnVoIo2yr7HBSGn34G9GUAYpDdX8tq-J1N1WxUkYcOUVs9WNNMNvV42_ftM9q0OR-8D3vq56mRz_edf63FcH6_hvwIAAP__a-DbNQ">