]> granicus.if.org Git - clang/commitdiff
new testcase that crashes the cfe due to implicit conversion fun
authorChris Lattner <sabre@nondot.org>
Fri, 13 Jul 2007 20:11:01 +0000 (20:11 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Jul 2007 20:11:01 +0000 (20:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39826 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/i-c-e2.c [new file with mode: 0644]

diff --git a/test/Sema/i-c-e2.c b/test/Sema/i-c-e2.c
new file mode 100644 (file)
index 0000000..281c358
--- /dev/null
@@ -0,0 +1,6 @@
+// RUN: clang %s -fsyntax-only
+
+// FIXME: This fails until conversions are fully explicit in the ast and i-c-e is updated to handle this.
+// XFAIL: *
+
+char array[1024/(sizeof (long))];