[cfe-commits] r39826 - /cfe/trunk/test/Sema/i-c-e2.c

Chris Lattner sabre at nondot.org
Fri Jul 13 13:11:01 PDT 2007


Author: lattner
Date: Fri Jul 13 15:11:01 2007
New Revision: 39826

URL: http://llvm.org/viewvc/llvm-project?rev=39826&view=rev
Log:
new testcase that crashes the cfe due to implicit conversion fun

Added:
    cfe/trunk/test/Sema/i-c-e2.c

Added: cfe/trunk/test/Sema/i-c-e2.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/i-c-e2.c?rev=39826&view=auto

==============================================================================
--- cfe/trunk/test/Sema/i-c-e2.c (added)
+++ cfe/trunk/test/Sema/i-c-e2.c Fri Jul 13 15:11:01 2007
@@ -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))];





More information about the cfe-commits mailing list