Re: [PATCH] Fix out-of-bound array accesses in testcases

2012-04-20 Thread Uros Bizjak
Hello! > So, a patch of mine runs into the following testsuite issues. Fixed > with the following patch, tested on x86_64-unknown-linux-gnu and > committed. > 2012-04-18 Richard Guenther > > * gcc.target/x86_64/abi/test_passing_unions.c: Avoid undefined > array access. > * g

[PATCH] Fix out-of-bound array accesses in testcases

2012-04-18 Thread Richard Guenther
So, a patch of mine runs into the following testsuite issues. Fixed with the following patch, tested on x86_64-unknown-linux-gnu and committed. Richard. 2012-04-18 Richard Guenther * gcc.target/x86_64/abi/test_passing_unions.c: Avoid undefined array access. * gcc.tar