------- Comment #21 from burnus at gcc dot gnu dot org  2008-01-23 16:36 -------
Another test case

module m
  public :: volatile
contains
  subroutine foo
    volatile :: bar
  end subroutine foo
  subroutine volatile
  end subroutine volatile
end module


-- 


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

Reply via email to