http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50619

Bud Davis <bdavis at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bdavis at gcc dot gnu.org

--- Comment #2 from Bud Davis <bdavis at gcc dot gnu.org> 2011-11-30 21:30:30 
UTC ---
Reduced a bit more, for those that like it simple....


  real :: rmult = 1.0e0 
  real :: e
  print*,'No Associate',rmult
  associate (rmult=>e)
  print*,'   Associate',e
  end associate
  end

Reply via email to