diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/20020219-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/20020219-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/20020219-1.c b/gcc/testsuite/gcc.dg/20020219-1.c index d2ba755f50f..e3d22a76af1 100644 --- a/gcc/testsuite/gcc.dg/20020219-1.c +++ b/gcc/testsuite/gcc.dg/20020219-1.c @@ -1,5 +1,5 @@ /* PR c/4389 - This testcase failed because host_integerp (x, 0) was returning + This testcase failed because tree_fits_shwi_p (x) was returning 1 even for constants bigger than 2^31. It fails under under hppa hpux without -mdisable-indexing because the pointer x - 1 is used as the base address of an indexed load. Because the struct A is not |