On 15/08/11 10:28, Joey Ye wrote:
> gcc.c/torture/execute/20101011-1.c always fails on ARM, because 
> it needs the target architecture trap in division by zero. It is 
> implementation defined on ARM to trap division by zero. So this 
> case should be skipped on ARM.
> 
> There are two ways to skip this test. One is using standard 
> dejagnu options. Another is architecture macro check in test 
> code, which is this case is using for other targets.
> 
> Suggest fix: follow the later solution:
> ChangeLog:
> 
>       * gcc.c-torture/execute/20101011-1.c (DO_TEST):
>       Skip this test on ARM.
> 

OK.

R.


Reply via email to