================
@@ -346,6 +346,12 @@ int elsecondnoret(void) {
   return 0;
 }
 
+// CHECK-LABEL: _Z18statementexprnoretb
+int statementexprnoret(bool crash) {
+  int rc = ({ if (crash) abort(); 0; }); // CHECK-NOT: Gap,File 0, 
[[@LINE]]:41 -> [[@LINE+1]]:3 = 0
----------------
justincady wrote:

Thanks, I pushed a commit to fix this.

https://github.com/llvm/llvm-project/pull/130976
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to