[llvm-commits] CVS: llvm/test/Regression/Assembler/2003-04-15-ConstantInitAssertion.llx
Chris Lattner
lattner at cs.uiuc.edu
Tue Apr 15 11:08:07 PDT 2003
Changes in directory llvm/test/Regression/Assembler:
2003-04-15-ConstantInitAssertion.llx added (r1.1)
---
Log message:
New testcase that triggered assertion failure.
---
Diffs of the changes:
Index: llvm/test/Regression/Assembler/2003-04-15-ConstantInitAssertion.llx
diff -c /dev/null llvm/test/Regression/Assembler/2003-04-15-ConstantInitAssertion.llx:1.1
*** /dev/null Tue Apr 15 11:07:16 2003
--- llvm/test/Regression/Assembler/2003-04-15-ConstantInitAssertion.llx Tue Apr 15 11:07:05 2003
***************
*** 0 ****
--- 1,4 ----
+ ; RUN: (as < %s 2>&1) | grep Expected
+ ; Test the case of a misformed constant initializer
+ ; This should cause an assembler error, not an assertion failure!
+ %X = constant {int} { float 1.0 }
More information about the llvm-commits
mailing list