llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
29.02k stars 11.96k forks source link

[Clang][Trunk] Crash at clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) #107173

Open yijan4845 opened 2 months ago

yijan4845 commented 2 months ago

Compiler Explorer: https://godbolt.org/z/hMz85a8xz

Clang trunk crashes when compiling the following program:

#define LIM1(x) x##0: x##1: x##2: x##3: x##4: x##5: x##6: x##7: x##8: x##9: 
#define LIM2(x) LIM1(x##0) LIM1(x##1) LIM1(x##2) LIM1(x##3) LIM1(x##4) \
        LIM1(x##5) LIM1(x##6) LIM1(x##7) LIM1(x##8) LIM1(x##9)
#define LIM3(x) LIM2(x##0) LIM2(x##1) LIM2(x##2) LIM2(x##3) LIM2(x##4) \
        LIM2(x##5) LIM2(x##6) LIM2(x##7) LIM2(x##8) LIM2(x##9)
#define LIM4(x) LIM3(x##0) LIM3(x##1) LIM3(x##2) LIM3(x##3) LIM3(x##4) \
        LIM3(x##5) LIM3(x##6) LIM3(x##7) LIM3(x##8) LIM3(x##9)
#define LIM5(x) LIM4(x##0) LIM4(x##1) LIM4(x##2) LIM4(x##3) LIM4(x##4) \
        LIM4(x##5) LIM4(x##6) LIM4(x##7) LIM4(x##8) LIM4(x##9)
#define LIM6(x) LIM5(x##0) LIM5(x##1) LIM5(x##2) LIM5(x##3) LIM5(x##4) \
        LIM5(x##5) LIM5(x##6) LIM5(x##7) LIM5(x##8) LIM5(x##9)
#define LIM7(x) LIM6(x##0) LIM6(x##1) LIM6(x##2) LIM6(x##3) LIM6(x##4) \
        LIM6(x##5) LIM6(x##6) LIM6(x##7) LIM6(x##8) LIM6(x##9)

void q19_func (long i)
{
  while(1) {}; 
  switch (i) {
    LIM5 (case 1)
      break;
  }
}

This is very similar to 2694 but an infinite loop is before cases.

Clang stack dump:

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-20240903/bin/clang-20 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -dumpdir /app/output.s- -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name example.c -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=all -fmath-errno -ffp-contract=on -fno-rounding-math -fno-verbose-asm -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debug-info-kind=constructor -dwarf-version=4 -debugger-tuning=gdb -fdebug-compilation-dir=/app -fcoverage-compilation-dir=/app -resource-dir /opt/compiler-explorer/clang-trunk-20240903/lib/clang/20 -internal-isystem /opt/compiler-explorer/clang-trunk-20240903/lib/clang/20/include -internal-isystem /usr/local/include -internal-isystem /opt/compiler-explorer/gcc-snapshot/lib/gcc/x86_64-linux-gnu/15.0.0/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -O0 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -fcolor-diagnostics -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o /tmp/example-04e93b.o -x c <source>
1.  <eof> parser at end of file
2.  <source>:15:6: LLVM IR generation of declaration 'q19_func'
3.  <source>:15:6: Generating code for declaration 'q19_func'
  #0 0x00000000038a6a48 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x38a6a48)
  #1 0x00000000038a43ec SignalHandler(int) Signals.cpp:0:0
  #2 0x0000769a0da42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
  #3 0x0000000003c4e6fb clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e6fb)
  #4 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
  #5 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
  #6 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
  #7 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
  #8 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
  #9 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #10 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #11 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #12 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #13 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #14 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #15 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #16 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #17 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #18 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #19 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #20 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #21 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #22 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #23 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #24 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #25 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #26 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #27 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #28 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #29 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #30 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #31 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #32 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #33 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #34 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #35 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #36 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #37 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #38 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #39 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #40 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #41 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #42 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #43 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #44 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #45 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #46 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #47 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #48 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #49 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #50 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #51 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #52 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #53 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #54 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #55 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #56 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #57 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #58 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #59 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #60 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #61 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #62 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #63 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #64 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #65 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #66 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #67 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #68 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #69 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #70 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #71 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #72 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #73 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #74 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #75 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #76 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #77 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #78 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #79 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #80 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #81 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #82 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #83 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #84 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #85 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #86 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #87 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #88 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #89 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #90 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #91 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #92 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #93 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #94 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #95 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #96 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #97 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #98 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
 #99 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#100 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#101 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#102 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#103 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#104 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#105 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#106 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#107 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#108 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#109 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#110 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#111 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#112 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#113 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#114 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#115 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#116 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#117 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#118 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#119 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#120 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#121 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#122 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#123 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#124 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#125 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#126 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#127 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#128 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#129 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#130 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#131 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#132 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#133 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#134 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#135 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#136 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#137 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#138 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#139 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#140 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#141 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#142 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#143 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#144 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#145 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#146 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#147 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#148 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#149 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#150 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#151 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#152 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#153 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#154 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#155 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#156 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#157 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#158 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#159 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#160 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#161 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#162 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#163 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#164 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#165 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#166 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#167 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#168 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#169 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#170 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#171 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#172 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#173 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#174 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#175 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#176 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#177 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#178 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#179 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#180 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#181 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#182 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#183 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#184 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#185 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#186 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#187 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#188 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#189 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#190 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#191 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#192 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#193 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#194 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#195 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#196 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#197 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#198 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#199 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#200 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#201 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#202 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#203 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#204 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#205 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#206 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#207 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#208 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#209 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#210 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#211 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#212 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#213 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#214 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#215 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#216 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#217 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#218 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#219 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#220 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#221 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#222 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#223 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#224 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#225 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#226 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#227 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#228 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#229 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#230 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#231 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#232 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#233 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#234 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#235 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#236 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#237 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#238 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#239 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#240 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#241 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#242 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#243 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#244 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#245 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#246 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#247 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#248 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#249 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#250 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#251 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#252 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#253 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#254 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
#255 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7)
clang: error: unable to execute command: Segmentation fault (core dumped)
clang: error: clang frontend command failed due to signal (use -v to see invocation)
llvmbot commented 2 months ago

@llvm/issue-subscribers-clang-codegen

Author: Yihan Yang (yijan4845)

Compiler Explorer: [https://godbolt.org/z/hMz85a8xz](https://godbolt.org/z/hMz85a8xz) Clang trunk crashes when compiling the following program: ```c #define LIM1(x) x##0: x##1: x##2: x##3: x##4: x##5: x##6: x##7: x##8: x##9: #define LIM2(x) LIM1(x##0) LIM1(x##1) LIM1(x##2) LIM1(x##3) LIM1(x##4) \ LIM1(x##5) LIM1(x##6) LIM1(x##7) LIM1(x##8) LIM1(x##9) #define LIM3(x) LIM2(x##0) LIM2(x##1) LIM2(x##2) LIM2(x##3) LIM2(x##4) \ LIM2(x##5) LIM2(x##6) LIM2(x##7) LIM2(x##8) LIM2(x##9) #define LIM4(x) LIM3(x##0) LIM3(x##1) LIM3(x##2) LIM3(x##3) LIM3(x##4) \ LIM3(x##5) LIM3(x##6) LIM3(x##7) LIM3(x##8) LIM3(x##9) #define LIM5(x) LIM4(x##0) LIM4(x##1) LIM4(x##2) LIM4(x##3) LIM4(x##4) \ LIM4(x##5) LIM4(x##6) LIM4(x##7) LIM4(x##8) LIM4(x##9) #define LIM6(x) LIM5(x##0) LIM5(x##1) LIM5(x##2) LIM5(x##3) LIM5(x##4) \ LIM5(x##5) LIM5(x##6) LIM5(x##7) LIM5(x##8) LIM5(x##9) #define LIM7(x) LIM6(x##0) LIM6(x##1) LIM6(x##2) LIM6(x##3) LIM6(x##4) \ LIM6(x##5) LIM6(x##6) LIM6(x##7) LIM6(x##8) LIM6(x##9) void q19_func (long i) { while(1) {}; switch (i) { LIM5 (case 1) break; } } ``` This is very similar to [2694](https://github.com/llvm/llvm-project/issues/2694) but an infinite loop is before cases. Clang stack dump: ``` 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-20240903/bin/clang-20 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -dumpdir /app/output.s- -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name example.c -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=all -fmath-errno -ffp-contract=on -fno-rounding-math -fno-verbose-asm -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debug-info-kind=constructor -dwarf-version=4 -debugger-tuning=gdb -fdebug-compilation-dir=/app -fcoverage-compilation-dir=/app -resource-dir /opt/compiler-explorer/clang-trunk-20240903/lib/clang/20 -internal-isystem /opt/compiler-explorer/clang-trunk-20240903/lib/clang/20/include -internal-isystem /usr/local/include -internal-isystem /opt/compiler-explorer/gcc-snapshot/lib/gcc/x86_64-linux-gnu/15.0.0/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -O0 -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -fcolor-diagnostics -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o /tmp/example-04e93b.o -x c <source> 1. <eof> parser at end of file 2. <source>:15:6: LLVM IR generation of declaration 'q19_func' 3. <source>:15:6: Generating code for declaration 'q19_func' #0 0x00000000038a6a48 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x38a6a48) #1 0x00000000038a43ec SignalHandler(int) Signals.cpp:0:0 #2 0x0000769a0da42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520) #3 0x0000000003c4e6fb clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e6fb) #4 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #5 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #6 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #7 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #8 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #9 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #10 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #11 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #12 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #13 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #14 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #15 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #16 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #17 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #18 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #19 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #20 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #21 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #22 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #23 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #24 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #25 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #26 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #27 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #28 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #29 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #30 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #31 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #32 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #33 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #34 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #35 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #36 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #37 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #38 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #39 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #40 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #41 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #42 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #43 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #44 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #45 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #46 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #47 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #48 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #49 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #50 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #51 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #52 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #53 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #54 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #55 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #56 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #57 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #58 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #59 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #60 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #61 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #62 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #63 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #64 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #65 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #66 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #67 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #68 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #69 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #70 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #71 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #72 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #73 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #74 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #75 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #76 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #77 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #78 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #79 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #80 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #81 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #82 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #83 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #84 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #85 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #86 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #87 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #88 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #89 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #90 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #91 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #92 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #93 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #94 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #95 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #96 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #97 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #98 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #99 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #100 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #101 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #102 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #103 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #104 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #105 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #106 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #107 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #108 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #109 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #110 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #111 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #112 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #113 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #114 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #115 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #116 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #117 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #118 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #119 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #120 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #121 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #122 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #123 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #124 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #125 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #126 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #127 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #128 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #129 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #130 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #131 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #132 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #133 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #134 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #135 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #136 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #137 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #138 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #139 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #140 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #141 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #142 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #143 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #144 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #145 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #146 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #147 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #148 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #149 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #150 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #151 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #152 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #153 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #154 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #155 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #156 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #157 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #158 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #159 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #160 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #161 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #162 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #163 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #164 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #165 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #166 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #167 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #168 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #169 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #170 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #171 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #172 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #173 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #174 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #175 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #176 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #177 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #178 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #179 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #180 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #181 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #182 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #183 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #184 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #185 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #186 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #187 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #188 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #189 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #190 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #191 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #192 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #193 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #194 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #195 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #196 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #197 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #198 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #199 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #200 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #201 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #202 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #203 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #204 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #205 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #206 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #207 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #208 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #209 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #210 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #211 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #212 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #213 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #214 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #215 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #216 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #217 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #218 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #219 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #220 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #221 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #222 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #223 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #224 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #225 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #226 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #227 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #228 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #229 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #230 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #231 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #232 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #233 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #234 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #235 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #236 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #237 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #238 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #239 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #240 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #241 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #242 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #243 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #244 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #245 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #246 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #247 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #248 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #249 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #250 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #251 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #252 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #253 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #254 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) #255 0x0000000003c4e7a7 clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt const*, bool) (/opt/compiler-explorer/clang-trunk-20240903/bin/clang-20+0x3c4e7a7) clang: error: unable to execute command: Segmentation fault (core dumped) clang: error: clang frontend command failed due to signal (use -v to see invocation) ```