compiling and running the same program with std=f95
three times.
On Thu, 5 Jul 2012, John Harper wrote:
Date: Thu, 5 Jul 2012 11:38:39 +1200 (NZST)
From: John Harper
To: gcc@gcc.gnu.org
Subject: Two gfortran bugs
My program testpublic5.f90 (see below) when compiled with -std=f95
using gfortran
My program testpublic5.f90 (see below) when compiled with -std=f95
using gfortran version 4.8.0 20120701 (experimental) (GCC)
reveals two compiler bugs, giving an unjustified warning and failing
to mention that the program violates an f95 constraint. It compiles
and runs with -std=f95 the same way