From 4dbaba49996795af29dffd169412c0fc3646ae9d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 12 May 2003 15:34:39 +0000 Subject: New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6127 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CBackend/2003-05-12-IntegerSizeWarning.ll | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/CBackend/2003-05-12-IntegerSizeWarning.ll (limited to 'test/CBackend') diff --git a/test/CBackend/2003-05-12-IntegerSizeWarning.ll b/test/CBackend/2003-05-12-IntegerSizeWarning.ll new file mode 100644 index 0000000000..f709dfdfe4 --- /dev/null +++ b/test/CBackend/2003-05-12-IntegerSizeWarning.ll @@ -0,0 +1,5 @@ +; Apparently this constant was unsigned in ISO C 90, but not in C 99. + +int %foo() { + ret int -2147483648 +} -- cgit v1.2.3