From 2c2769f10033182d0d687a1c7309a510b1020ace Mon Sep 17 00:00:00 2001 From: No Author Date: Thu, 28 Jul 2005 08:08:25 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'gcc-3_4-branch'. From-SVN: r102470 --- gcc/testsuite/gcc.c-torture/compile/pr22589-1.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr22589-1.c diff --git a/gcc/testsuite/gcc.c-torture/compile/pr22589-1.c b/gcc/testsuite/gcc.c-torture/compile/pr22589-1.c new file mode 100644 index 000000000000..d9cc0cfb5b48 --- /dev/null +++ b/gcc/testsuite/gcc.c-torture/compile/pr22589-1.c @@ -0,0 +1,4 @@ +int bar (char *foo) +{ + return (long long) ((int) foo + 0) < 0; +} -- 2.47.2