From 1e811a999f48a33953db0fd7c46207ec00c901ad Mon Sep 17 00:00:00 2001 From: No Author Date: Sun, 2 Jan 2005 16:46:45 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'gcc-3_4-branch'. From-SVN: r92806 --- gcc/testsuite/gcc.dg/pr12092-1.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 gcc/testsuite/gcc.dg/pr12092-1.c diff --git a/gcc/testsuite/gcc.dg/pr12092-1.c b/gcc/testsuite/gcc.dg/pr12092-1.c new file mode 100644 index 000000000000..3b13c56452ce --- /dev/null +++ b/gcc/testsuite/gcc.dg/pr12092-1.c @@ -0,0 +1,12 @@ +/* PR rtl-optimization/12092 */ +/* Test case reduced by Andrew Pinski */ +/* { dg-do compile { target i?86-*-* x86_64-*-* } } */ +/* { dg-options "-O2 -mtune=i486 -march=pentium4 -fprefetch-loop-arrays" } */ + +void DecodeAC(int index,int *matrix) +{ + int *mptr; + + for(mptr=matrix+index;mptr