On Wed, Jul 30, 2014 at 7:31 AM, Doug Gilmore wrote:
> With r213117 we are seeing additional failures while testing a bare-iron
> build:
>
> FAIL: gcc.dg/torture/ftrapv-1.c -O0 (test for excess errors)
> ...
>
> This newly added test does a fork, though it has a guard
> to prevent testing targ
With r213117 we are seeing additional failures while testing a bare-iron build:
FAIL: gcc.dg/torture/ftrapv-1.c -O0 (test for excess errors)
...
This newly added test does a fork, though it has a guard
to prevent testing targets that don't support fork, but the
guard needs to be tweaked:
diff