https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86220

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
I think this is a duplicate of pr49278: mixing initialization with data is
invalid.
Replacing

      real :: a = 1

with

      real :: a

allows the test to compile and give the right result.

*** This bug has been marked as a duplicate of bug 49278 ***

Reply via email to