[Bug driver/23532] New: [gfortran & g77] Regression compiling Fortran code with preprocessor instructions

2005-08-23 Thread Konrad dot Bernloehr at mpi-hd dot mpg dot de
Fortran code containing preprocessor instructions needed for handling system-specific behaviour is traditionally written to files with the extension .F (rather than .f). The GCC driver would preprocess this file in a first step, writing the intermediate code to a temporary .f file. The regression

[Bug fortran/19425] Duplicate SAVE attribute problem

2005-05-06 Thread Konrad dot Bernloehr at mpi-hd dot mpg dot de
--- Additional Comments From Konrad dot Bernloehr at mpi-hd dot mpg dot de 2005-05-06 13:08 --- In the Fortran 77 standard (ANSI X3.9-1978) I could not find any sentence that indicates that a SAVE statement without a list cannot appear in the same program unit as a SAVE statement with a