<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/133632>133632</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            ICE on goto into statement expression in typeof
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          pfusik
      </td>
    </tr>
</table>

<pre>
    ```c
int main() {
    goto x;
    typeof( ({x: 42;}) ) nope;
}
```

```
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-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.      Code generation
3.      Running pass 'Function Pass Manager' on module '<source>'.
4.      Running pass 'X86 DAG->DAG Instruction Selection' on function '@main'
 #0 0x0000000003b91218 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/compiler-explorer/clang-trunk/bin/clang+0x3b91218)
 #1 0x0000000003b8f35c llvm::sys::CleanupOnSignal(unsigned long) (/opt/compiler-explorer/clang-trunk/bin/clang+0x3b8f35c)
 #2 0x0000000003ae00d8 CrashRecoverySignalHandler(int) CrashRecoveryContext.cpp:0:0
 #3 0x00007c4d45242520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
 #4 0x0000000004d7711f llvm::FastISel::selectOperator(llvm::User const*, unsigned int) (/opt/compiler-explorer/clang-trunk/bin/clang+0x4d7711f)
 #5 0x0000000004d7c111 llvm::FastISel::selectInstruction(llvm::Instruction const*) (/opt/compiler-explorer/clang-trunk/bin/clang+0x4d7c111)
 #6 0x0000000004e95662 llvm::SelectionDAGISel::SelectAllBasicBlocks(llvm::Function const&) (/opt/compiler-explorer/clang-trunk/bin/clang+0x4e95662)
 #7 0x0000000004e96f86 llvm::SelectionDAGISel::runOnMachineFunction(llvm::MachineFunction&) (/opt/compiler-explorer/clang-trunk/bin/clang+0x4e96f86)
 #8 0x0000000004e82e91 llvm::SelectionDAGISelLegacy::runOnMachineFunction(llvm::MachineFunction&) (/opt/compiler-explorer/clang-trunk/bin/clang+0x4e82e91)
 #9 0x0000000002f8e4c8 llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (.part.0) MachineFunctionPass.cpp:0:0
#10 0x00000000034fd022 llvm::FPPassManager::runOnFunction(llvm::Function&) (/opt/compiler-explorer/clang-trunk/bin/clang+0x34fd022)
#11 0x00000000034fd2b1 llvm::FPPassManager::runOnModule(llvm::Module&) (/opt/compiler-explorer/clang-trunk/bin/clang+0x34fd2b1)
#12 0x00000000034fec19 llvm::legacy::PassManagerImpl::run(llvm::Module&) (/opt/compiler-explorer/clang-trunk/bin/clang+0x34fec19)
#13 0x0000000003e3ae1d clang::emitBackendOutput(clang::CompilerInstance&, clang::CodeGenOptions&, llvm::StringRef, llvm::Module*, clang::BackendAction, llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem>, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream>>, clang::BackendConsumer*) (/opt/compiler-explorer/clang-trunk/bin/clang+0x3e3ae1d)
#14 0x00000000044c4c05 clang::BackendConsumer::HandleTranslationUnit(clang::ASTContext&) (/opt/compiler-explorer/clang-trunk/bin/clang+0x44c4c05)
#15 0x00000000060d294c clang::ParseAST(clang::Sema&, bool, bool) (/opt/compiler-explorer/clang-trunk/bin/clang+0x60d294c)
#16 0x00000000044c52dd clang::CodeGenAction::ExecuteAction() (/opt/compiler-explorer/clang-trunk/bin/clang+0x44c52dd)
#17 0x00000000047cf081 clang::FrontendAction::Execute() (/opt/compiler-explorer/clang-trunk/bin/clang+0x47cf081)
#18 0x000000000474d5ab clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/opt/compiler-explorer/clang-trunk/bin/clang+0x474d5ab)
#19 0x00000000048bf443 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/opt/compiler-explorer/clang-trunk/bin/clang+0x48bf443)
#20 0x0000000000d717d1 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/opt/compiler-explorer/clang-trunk/bin/clang+0xd717d1)
#21 0x0000000000d69fcd ExecuteCC1Tool(llvm::SmallVectorImpl<char const*>&, llvm::ToolContext const&) driver.cpp:0:0
#22 0x0000000004536f79 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
#23 0x0000000003ae04f3 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/opt/compiler-explorer/clang-trunk/bin/clang+0x3ae04f3)
#24 0x0000000004537199 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
#25 0x00000000044fa8ad clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&, bool) const (/opt/compiler-explorer/clang-trunk/bin/clang+0x44fa8ad)
#26 0x00000000044fb871 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&, bool) const (/opt/compiler-explorer/clang-trunk/bin/clang+0x44fb871)
#27 0x0000000004505bbc clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&) (/opt/compiler-explorer/clang-trunk/bin/clang+0x4505bbc)
#28 0x0000000000d6e5a1 clang_main(int, char**, llvm::ToolContext const&) (/opt/compiler-explorer/clang-trunk/bin/clang+0xd6e5a1)
#29 0x0000000000c2e084 main (/opt/compiler-explorer/clang-trunk/bin/clang+0xc2e084)
#30 0x00007c4d45229d90 (/lib/x86_64-linux-gnu/libc.so.6+0x29d90)
#31 0x00007c4d45229e40 __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x29e40)
#32 0x0000000000d69a65 _start (/opt/compiler-explorer/clang-trunk/bin/clang+0xd69a65)
clang: error: clang frontend command failed with exit code 139 (use -v to see invocation)
Compiler returned: 139
```

[Compiler Explorer](https://godbolt.org/z/z8xsbxvW3)

Found by @lcamtuf

Possibly related to #133604, but with a different stack trace.
</pre>
<img width="1" height="1" alt="" src="http://email.email.llvm.org/o/eJzkmc9y2zjSwJ8GvqCoIkFSog460LKVL1OTiivKfLs3FQg0ZaxBgAuAjrxPvwWSEklZcZKxZvewqbgk4U_jh-5Gd5Og1oq9Alih9Baldze0cY_arOqyseLpptD8ZYXmYfefoTAXyuGKCoVIhsgSo8UtCnOMMd5rp_EBxcff7qUGXSKSYT90cXtAcY4T4gcs7tqpZImVrqGb4hvD_LSU_z79-fD7fb69x7YpKuEwxUWzxwZqbRx2Gj86V1sU54hsENnshXtsihnTFSIbKZ-PH0Ft9D-AOUQ2wtoGLCIbTBXHQjHZcMDuETAz1D7igrInZygDRNa4NlAbzcBa4NjqxnTNfia1VjNBHXBsGoUtM6J2MxTmW0fZE-ZNVXusMA9nKFw-GL03tMLU7JsKlPPIGJGNrj0T01UtJJgADrXUBoxvk1TtA2ca9YTIpvCK79pwsOffqCmDBAd7HGgvhta1F9a4unEzi4PKbxoHwSGbB9RWgX1Rjh5QfCeUA4mDUungGUyhLfh-HGxxEOwZC5zWkj16M8d3b-L5wVbR2j5qh4OSaalNwAXdK22dYLZbo1XppBnF616P8T0K88grB8Vr7zHxPa6psWAwdRgUx7rEpZCAwpz4YWvNAe9BgaFOaIXCPPbNXxqlhNrjmlqLEVlsGsV8P37wDZ-oontPvMBa4UrzRoIfNeEgC2-45JK0v2dzfJd_CFB8f5d_wB-Vdabp5G9BQvutF14eF_bik7A7LAt_KhCJQxwewuO_uFhGJMpw66FxjuLcvtjuy4MRyrUu9LVzwmwYZOi3nbbOAK0QmXtHFMp1Jyr7c76EyG146GkQWfas0ZQ1K-OUXWJdS6CqqT-rrdgrKhHJGtUGFY6l9sLfT9auPZCRCRmFMOQZXnsn-wJMP4N56VD-jyou_QJZr6HJmLVWDg5uxmp_RMP2r5Mf9_IXLOFJShKSkrDfgxQFIptDNt_Nk0AK1RyCvWq6DjazejZvkdspA3AyBk74YhFF5UiVG2rdxy3IXrGtQ32uvYNrMzH9H_5YMK2sQyT3lj9p-iou0JMN3OkZN4ui6Afco6MxQR8fmWEHVyD2TAPxfEIMy3Q-JyPi02G9yz8M5F1rLuUttYLdSs2e7AT-FEx68vkVyDu2gXxxRj4vs_kPyU2jPqtPlD0KBUfICfmrvuuge7gBPZuiZwSW0Rvov8Oespf_6gZaxGEDy_EGSJlBwsZh-YzBZ5QR_UXs17yzmho380EBX5B3FoV8-J3miqTkIRm78ubBzzsmtl_GeU887lg69XnS6JyUFNFPkH5q0_DU2n3TlShJEQ2U5IwSWLQcUcqRV454P1b1cNb-QlZPM7DGE1aIKUQcd-PbtaES7payJ1D8c1vuIZKNutc9gQ-6VDHo64TJCA4fQH2uvVfYvn90ZJ0Rav8Fymnzccv5mbQeJe99bDzlo3KmseIZvkC5Vu7BGRSvh-7nsj9KGyFh-2IdVG0ptsbW8a6nUeKfDezqs5m-DKq_GeFgdyyGRpM4lLSRbsdBgoMfTIzv-zVfb2mtlW0qb8IrZKvekIOZp3VBwhIWpm9BtI1dVfPVUGVlWwL_ocSZ_fPt1766uU687MgG7kldMA85WSZszP3gC_h8-3VKtYWK9p5WaC2Hz_fy9QQD3_xMrynh_IL39_7aNt0fgDUOji6cXUVrft2BaprhF6wMs2hMtTHeZqdjNMa6DlC35AA0zduLhKe0wG-FkYua-v4OruJ7HdYAPcnVSVaUSRKPoXu8gf1ZM_oa9XWIvEY52uGcYMkkh4d8ES14hBmLdv07lCEq5cbQFx9w4zV7pKMqv49Mkzayxs9a8Kswd1ADcjRFni9LxvFRqevoa3tiR-Dbikr5_8Cc7nPlBf6z7OJl9PFpUlFzI57BvC6FyCR1J2k8LxfLVgMjocfn7p1pldj2dsemje9-CKNSFpQ97UrlMQdn6BbuHWMdrXVVUcXPT-BFY50yjm5TKZWTXDPk0VOOOU3Y7djhEEXdj8I_efh8JDxTq8LJYN-wc4YKZ4_dZ-KolN7RtRn1-yH5EGdbb-kU3k5BZCFpVXCKyGJQFcmOj-2_6eKCMeLzp--kjEd2uPSM3fV8adSWliBfJrp8227vz7kd4ODfyZkvLaLlEv8v-8LZw8llo0_fBCQlzSj_rtZaI9FXSeyoykkcPpvoB4xiwvqNNcZD80ldMdrYu_J3u8vBc86qirLIFtGv6uA3XdjvK-A3XfwurJso4K1IezJ4TYW3dfsW6Od11nvFX6E5r5tBc9PKJw3TomDfo7wbfZ_k8gtJ_Hsa_w9q7t0lQ6eNQVfZWf6FlPZediwajqxtXMj7U_3j7PrOMqEFGTAnZVjICIRZ0t4MvXOdTtJpndMb8_5dLFny5S--i22nDAKjc4GQhHi383N21lHjdqNd_PQSkIyWIOclFJ2nuBP-bit4Wd1KR1_FYIyP9HnnJbjsi3DMeq8tqZDA8TfhHjEchPcKDjiKW5doLODgGTuNLQAWo2rZr3GskrEB1xgF_tD4mRfu6tLb0-D743bSO0Sys7s5zQst3UybPSKbf_m_7GCLw_Pfjjk6zDe6URwXLxgloWS0ck3ZdTxoa0UhX7AB2d65Od3eVMTxPEzaKNa4bp8Uc1GWYEA5bNuruPY2b3bDVzFfxkt6A6tokcQxSUmc3jyueFbEYRICLUiWZTwlKYc04cvY98dleCNWJCRpGMdhuAzDOJ2VURmH4SLKgMyXy5ihJISKCjnzR9Hv76a9ZFx5upjcSFqAtO09KyEKvuG2FxGC0rsbs2rvJ4tmb_2ehXV2EOOEk7D6uL7HWnX3rEJ5eznqoPIbhENtwFqhFRaqv3m9aYxc_flr0R76eUX-HQAA__8uRj5d">