From f378ebf14df0952eae870c9865bab8326aa8f137 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 17 Jun 2015 11:09:54 -0700 Subject: Delete old versions of GCC. Change-Id: I710f125d905290e1024cbd67f48299861790c66c --- .../testsuite/gcc.c-torture/compile/pr31345-1.c | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 gcc-4.4.3/gcc/testsuite/gcc.c-torture/compile/pr31345-1.c (limited to 'gcc-4.4.3/gcc/testsuite/gcc.c-torture/compile/pr31345-1.c') diff --git a/gcc-4.4.3/gcc/testsuite/gcc.c-torture/compile/pr31345-1.c b/gcc-4.4.3/gcc/testsuite/gcc.c-torture/compile/pr31345-1.c deleted file mode 100644 index fb4d8034c..000000000 --- a/gcc-4.4.3/gcc/testsuite/gcc.c-torture/compile/pr31345-1.c +++ /dev/null @@ -1,24 +0,0 @@ -/* PR tree-optimization/31345 - This caused a crash in VRP when dealing with overflow infinities. */ - -void -dpsnaffle (const char *kbuf) -{ - int hash, thash, head[2], off; - { - int _DP_i; - (hash) = 19780211; - { - (hash) = (hash) + (kbuf)[_DP_i]; - } - (hash) = ((hash) * 43321879) & 0x7FFFFFFF; - } - while (off != 0) - { - if (hash > thash) {} - else if (hash < thash) - { - off = head[2]; - } - } -} -- cgit v1.2.3