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
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
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'