new testcase for PR2797
authorChris Lattner <sabre@nondot.org>
Tue, 14 Oct 2008 06:56:04 +0000 (06:56 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 14 Oct 2008 06:56:04 +0000 (06:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57481 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC/2008-10-13-FrontendCrash.c [new file with mode: 0644]

diff --git a/test/FrontendC/2008-10-13-FrontendCrash.c b/test/FrontendC/2008-10-13-FrontendCrash.c
new file mode 100644 (file)
index 0000000..c9731e3
--- /dev/null
@@ -0,0 +1,9 @@
+// RUN: %llvmgcc %s -S -o -
+// PR2797
+
+unsigned int
+func_48 (signed char p_49)
+{
+  signed char l_340;
+  func_44 (1&((1 ^ 1 == (lshift_u_s (1)) != (l_340 < 1)) & 1L));
+}