================
@@ -127,6 +127,12 @@ undefined t; // expected-error {{unknown type name 
'undefined'}}
 // expected-error@-1{{MAIN2}}
 
 #line 129 L"wide" // expected-error {{invalid filename for #line directive}}
-#line 130 "\x12" // expected-error {{invalid escape sequence '\x12' in an 
unevaluated string literal}}
+#line 130 "\x12"
 # 131 U"hello" // expected-error {{invalid filename for line marker directive}}
-# 132 "\x13" // expected-error {{invalid escape sequence '\x13' in an 
unevaluated string literal}}
+# 132 "\x13" // expected-warning {{this style of line directive is a GNU 
extension}}
+
+#line 0 // expected-warning {{#line directive with zero argument is a GNU 
extension}}
+// #UNTERMINATED
+#line 1 "foo\""
+// expected-warning@#UNTERMINATED {{missing terminating '"' character}}
+// expected-warning@#UNTERMINATED {{extra tokens at end of #line directive}}
----------------
cor3ntin wrote:

Yes, that test is deeply weird.
https://github.com/llvm/llvm-project/issues/211535

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

Reply via email to