> 
> I got failures like
> 
> compiler exited with status 1
> output is:
>  In file
> /net/gnu-13/export/gnu/src/gcc/gcc/libgomp/testsuite/libgomp.fortran/reduction3.f90:20^M
> ^M
> !$ if (i .ne. -2147483648 .or. any (ia .ne. -2147483648)) v = .true.^M
>                         1^M
> Error: Integer too big for its kind at (1)^M
> 
> FAIL: libgomp.fortran/reduction3.f90  -O0  (test for excess errors)

This is a bug in the testcase and not in Gfrotran.
The reason is 2147483648 is parsed seperate from - just like in C.

-- Pinski

Reply via email to