Re: [patch] update for test ftrapv-1.c

2014-07-30 Thread Richard Biener
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

[patch] update for test ftrapv-1.c

2014-07-29 Thread Doug Gilmore
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