[llvm-commits] [llvm] r57481 - /llvm/trunk/test/FrontendC/2008-10-13-FrontendCrash.c

Chris Lattner sabre at nondot.org
Mon Oct 13 23:56:04 PDT 2008


Author: lattner
Date: Tue Oct 14 01:56:04 2008
New Revision: 57481

URL: http://llvm.org/viewvc/llvm-project?rev=57481&view=rev
Log:
new testcase for PR2797

Added:
    llvm/trunk/test/FrontendC/2008-10-13-FrontendCrash.c

Added: llvm/trunk/test/FrontendC/2008-10-13-FrontendCrash.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2008-10-13-FrontendCrash.c?rev=57481&view=auto

==============================================================================
--- llvm/trunk/test/FrontendC/2008-10-13-FrontendCrash.c (added)
+++ llvm/trunk/test/FrontendC/2008-10-13-FrontendCrash.c Tue Oct 14 01:56:04 2008
@@ -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));
+}





More information about the llvm-commits mailing list