This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fortran regressions with revision 116758


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]