r122568 - in /branches/gcc-4_2-branch/gcc/fortr...

brooks@gcc.gnu.org brooks@gcc.gnu.org
Mon Mar 5 20:02:00 GMT 2007


Author: brooks
Date: Mon Mar  5 20:02:53 2007
New Revision: 122568

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122568
Log:
* lang.opt (-fmodule-private): Remove option.
* gfortran.h (gfc_option_t): Remove module_access_private flag.
* options.c (gfc_init_options): Remove initialization for it.
(gfc_process_option): Remove handling for -fmodule-private.
* module.c (gfc_check_access): Add comments, remove check for
gfc_option.flag_module_access_private.

Modified:
    branches/gcc-4_2-branch/gcc/fortran/ChangeLog
    branches/gcc-4_2-branch/gcc/fortran/gfortran.h
    branches/gcc-4_2-branch/gcc/fortran/lang.opt
    branches/gcc-4_2-branch/gcc/fortran/module.c
    branches/gcc-4_2-branch/gcc/fortran/options.c



More information about the Gcc-cvs mailing list