Re: [patch testsuite]: Adjust gcc.dg/tree-ssa tests for LLP64 target

2011-08-07 Thread Kai Tietz
2011/8/7 Mike Stump : > On Aug 6, 2011, at 6:04 AM, Kai Tietz wrote: >> this adjusts some testcases for LLP64 target x86_64 mingw. > > Ok.  Please watch for any comments on stdarg...  I don't have any, but others > might. Ok, will do. Applied at rev 177543. Thanks, Kai

Re: [patch testsuite]: Adjust gcc.dg/tree-ssa tests for LLP64 target

2011-08-06 Thread Mike Stump
On Aug 6, 2011, at 6:04 AM, Kai Tietz wrote: > this adjusts some testcases for LLP64 target x86_64 mingw. Ok. Please watch for any comments on stdarg... I don't have any, but others might.

[patch testsuite]: Adjust gcc.dg/tree-ssa tests for LLP64 target

2011-08-06 Thread Kai Tietz
Hello, this adjusts some testcases for LLP64 target x86_64 mingw. ChangeLog 2011-08-06 Kai Tietz * gcc.dg/tree-ssa/pr23455.c: Adjust testcases for LLP64 for x86_64 mingw target. * gcc.dg/tree-ssa/loop-1.c: Likewise. * gcc.dg/tree-ssa/ssa-store-ccp-2.c: Likewis