[Bug fortran/31629] option to make module entities PRIVATE by default

2007-08-12 Thread fxcoudert at gcc dot gnu dot org
--- Comment #8 from fxcoudert at gcc dot gnu dot org 2007-08-12 20:20 --- Fixed. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|ASSI

[Bug fortran/31629] option to make module entities PRIVATE by default

2007-08-12 Thread fxcoudert at gcc dot gnu dot org
--- Comment #7 from fxcoudert at gcc dot gnu dot org 2007-08-12 20:20 --- Subject: Bug 31629 Author: fxcoudert Date: Sun Aug 12 20:19:59 2007 New Revision: 127381 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127381 Log: PR fortran/31629 * lang.opt (-fmodule-p

[Bug fortran/31629] option to make module entities PRIVATE by default

2007-08-12 Thread fxcoudert at gcc dot gnu dot org
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2007-08-12 20:16 --- (In reply to comment #5) > Note that a test case would be welcome. There is one in the patch I submitted (and which was approved). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31629

[Bug fortran/31629] option to make module entities PRIVATE by default

2007-08-10 Thread arnaud02 at users dot sourceforge dot net
--- Comment #5 from arnaud02 at users dot sourceforge dot net 2007-08-10 09:46 --- For information, I added this option to g95 around 2001-2002 before the split gfortran-g95. The inspiration comes from the option "--private" of the Lahey-Fujitsu compiler. For some reason, this option wa

[Bug fortran/31629] option to make module entities PRIVATE by default

2007-08-09 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2007-08-09 22:20 --- Subject: Bug number PR 31629 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-08/msg00607.html -- http://gcc.gnu.org/bugzilla/s

[Bug fortran/31629] option to make module entities PRIVATE by default

2007-08-09 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2007-08-09 22:20 --- Patch submitted for review. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/31629] option to make module entities PRIVATE by default

2007-08-09 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2007-08-09 09:35 --- What about the following: Index: gfortran.h === --- gfortran.h (revision 127224) +++ gfortran.h (working copy) @@ -1865,6 +1865,7 @@ typedef struc

[Bug fortran/31629] option to make module entities PRIVATE by default

2007-08-08 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-08-08 17:08 --- Why not? -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|un