projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db4264f
)
My addition of the xfail marker threw off the line #. move it.
author
Chris Lattner
<sabre@nondot.org>
Thu, 13 Apr 2006 21:19:13 +0000
(21:19 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 13 Apr 2006 21:19:13 +0000
(21:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27678
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CFrontend/2005-12-04-DeclarationLineNumbers.c
patch
|
blob
|
history
diff --git
a/test/CFrontend/2005-12-04-DeclarationLineNumbers.c
b/test/CFrontend/2005-12-04-DeclarationLineNumbers.c
index bc841af8054a658c91b36741fd8bf24993d48b8e..1118dfa80d560c42d53886a9cea4e685b16197c3 100644
(file)
--- a/
test/CFrontend/2005-12-04-DeclarationLineNumbers.c
+++ b/
test/CFrontend/2005-12-04-DeclarationLineNumbers.c
@@
-1,7
+1,6
@@
// RUN: %llvmgcc %s -S -g -o - | grep 'llvm.dbg.stoppoint.*uint 14'
// PR664: ensure that line #'s are emitted for declarations
-// XFAIL: llvmgcc4
short test(short br_data_0,
short br_data_1,
@@
-21,3
+20,6
@@
short s1625 = sm16 + sm25;
return s0734 + s1625;
}
+
+// FIXME: PR735
+// XFAIL: llvmgcc4