Commit 655948a3 by Tobias Schlüter Committed by Tobias Schlüter

re PR fortran/13249 (Error when using COMMON)

PR fortran/13249
* gfortran.fortran-torture/compile/name_clash.f90: New test.

From-SVN: r82836
parent 62f1d470
2004-06-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de> 2004-06-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/13249
* gfortran.fortran-torture/compile/name_clash.f90: New test.
2004-06-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/13372 PR fortran/13372
* gfortran.fortran-torture/compile/named_args_2.f90: New test. * gfortran.fortran-torture/compile/named_args_2.f90: New test.
......
! This is the testcase from PR13249.
! the two different entities named AN_EXAMPLE shouldn't conflict
! the real bug is PR15481, we currently (2004/06/09) work around PR13249
MODULE MOD
INTEGER FOO
END
PROGRAM MAIN
USE MOD
COMMON /FOO/ BAR
END
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment