Overflow Bug: Regression from Version 4.2.1

Tom Browder tom.browder@gmail.com
Fri Jan 9 02:45:00 GMT 2009


I just filed bug number 38773 for an arithmetic overflow for the
following program when compiled with recent versions of gfortran
(4.3.1, 4.3.2, trunk at revision 143193):

      program overflow
      integer i
      parameter(i=2**31)
      end

The error did not occur with version 4.2.1.

-Tom



More information about the Fortran mailing list