projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
131ac5d
)
Corrected gfc_process_option to gfc_handle_option in my last
author
Brooks Moses
<brooks@gcc.gnu.org>
Fri, 10 Nov 2006 23:43:05 +0000
(15:43 -0800)
committer
Brooks Moses
<brooks@gcc.gnu.org>
Fri, 10 Nov 2006 23:43:05 +0000
(15:43 -0800)
ChangeLog entry.
From-SVN: r118670
gcc/fortran/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/fortran/ChangeLog
b/gcc/fortran/ChangeLog
index be4f8b4b86582ee7155512eae3a2d32e152553e6..2b4eaad2bd74c7ec8688fcc62cc326673832145b 100644
(file)
--- a/
gcc/fortran/ChangeLog
+++ b/
gcc/fortran/ChangeLog
@@
-3,7
+3,7
@@
* 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.
+ (gfc_
handle
_option): Remove handling for -fmodule-private.
* module.c (gfc_check_access): Add comments, remove check for
gfc_option.flag_module_access_private.