Fix testcase on 32 bit. Replace 8 * 8 with sizeof(long).regtest/success/2009_10_03_11_52_52
commit06cec2f85dd1778ed149669ab994f6d9b756df3f
authorTobias Grosser <grosser@fim.uni-passau.de>
Sat, 3 Oct 2009 09:19:12 +0000 (3 11:19 +0200)
committerTobias Grosser <grosser@fim.uni-passau.de>
Sat, 3 Oct 2009 09:21:28 +0000 (3 11:21 +0200)
tree74e283189841c9ffda4469be8928822b24ec2797
parent01229d9b7df24d142e48ed013a8f8368cc895a29
Fix testcase on 32 bit. Replace 8 * 8 with sizeof(long).

2009-10-03  Tobias Grosser  <grosser@fim.uni-passau.de>

* testsuite/gcc.dg/graphite/id-15.c: Replace "(8 * 8)" with "sizeof
(unsigned long)".
gcc/ChangeLog.graphite
gcc/testsuite/gcc.dg/graphite/id-15.c