]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
This commit was manufactured by cvs2svn to create branch
authorNo Author <no-author@gcc.gnu.org>
Thu, 28 Jul 2005 08:08:25 +0000 (08:08 +0000)
committerNo Author <no-author@gcc.gnu.org>
Thu, 28 Jul 2005 08:08:25 +0000 (08:08 +0000)
'gcc-3_4-branch'.

From-SVN: r102470

gcc/testsuite/gcc.c-torture/compile/pr22589-1.c [new file with mode: 0644]

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 (file)
index 0000000..d9cc0cf
--- /dev/null
@@ -0,0 +1,4 @@
+int bar (char *foo)
+{
+  return (long long) ((int) foo + 0) < 0;
+}