This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/44702] ISO_C_BINDING does not allow multiple "USE, ONLY" local names.



------- Comment #3 from burnus at gcc dot gnu dot org  2010-07-11 21:29 -------
Subject: Bug 44702

Author: burnus
Date: Sun Jul 11 21:29:30 2010
New Revision: 162061

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162061
Log:
tob@archimedes:~/scratch/gcc> head -n 15 ../intrinsic_use.diff
2010-07-11  Tobias Burnus  <burnus@net-b.de>

        PR fortran/44702
        * module.c (sort_iso_c_rename_list): Remove.
        (import_iso_c_binding_module,use_iso_fortran_env_module):
        Allow multiple imports of the same symbol.

2010-07-11  Tobias Burnus  <burnus@net-b.de>

        PR fortran/44702
        * gfortran.dg/use_rename_6.f90: New.
        * gfortran.dg/use_iso_c_binding.f90: Update dg-error.


Added:
    trunk/gcc/testsuite/gfortran.dg/use_rename_6.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/module.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/use_iso_c_binding.f90


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]