Re: [patch, testsuite] Fix pr35634 tests when char is unsigned.

2012-12-10 Thread Steve Ellcey
On Mon, 2012-12-10 at 20:01 +0100, Richard Biener wrote: > > Ok minus the initialization. > > Thanks, > Richard. Actually, it looks like you already fixed this last week. I am not seeing it in my git tree, but it is in the FSF subversion and git trees so I think I have a local problem updating

Re: [patch, testsuite] Fix pr35634 tests when char is unsigned.

2012-12-10 Thread Richard Biener
On Mon, Dec 10, 2012 at 7:32 PM, Steve Ellcey wrote: > The tests gcc.dg/torture/pr35634.c and g++.dg/torture/pr35634.C fail for > me on the mips-mti-elf target. At first I thought it was because 'n' > was not initialized but then I realized it was because 'char' on this > target defaults to 'unsi

[patch, testsuite] Fix pr35634 tests when char is unsigned.

2012-12-10 Thread Steve Ellcey
The tests gcc.dg/torture/pr35634.c and g++.dg/torture/pr35634.C fail for me on the mips-mti-elf target. At first I thought it was because 'n' was not initialized but then I realized it was because 'char' on this target defaults to 'unsigned char', not 'signed char'. Since I think initializing 'n'