We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 783e146 commit a3752fcCopy full SHA for a3752fc
llvm/test/Regression/CFrontend/2005-12-04-DeclarationLineNumbers.c
@@ -1,7 +1,6 @@
1
// RUN: %llvmgcc %s -S -g -o - | grep 'llvm.dbg.stoppoint.*uint 14'
2
// PR664: ensure that line #'s are emitted for declarations
3
4
-// XFAIL: llvmgcc4
5
6
short test(short br_data_0,
7
short br_data_1,
@@ -21,3 +20,6 @@ short s1625 = sm16 + sm25;
21
20
22
return s0734 + s1625;
23
}
+
24
+// FIXME: PR735
25
+// XFAIL: llvmgcc4
0 commit comments