public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/15481] New: [gfortran] frontend adds superfluous symbols to namespaces
@ 2004-05-17  8:37 tobi at gcc dot gnu dot org
  2004-05-17 10:01 ` [Bug fortran/15481] " tobi at gcc dot gnu dot org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-05-17  8:37 UTC (permalink / raw)
  To: gcc-bugs

This is an issue in PR 13575, PR 13372 and PR 13249. In comment #6 of PR 13575,
I outline the problem in more detail and propose a workaround.

-- 
           Summary: [gfortran] frontend adds superfluous symbols to
                    namespaces
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tobi at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
OtherBugsDependingO 13249,13372,13575
             nThis:


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug fortran/15481] [gfortran] frontend adds superfluous symbols to namespaces
  2004-05-17  8:37 [Bug fortran/15481] New: [gfortran] frontend adds superfluous symbols to namespaces tobi at gcc dot gnu dot org
@ 2004-05-17 10:01 ` tobi at gcc dot gnu dot org
  2004-05-17 10:37 ` [Bug fortran/15481] [gfortran] [meta-bugs] " pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-05-17 10:01 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|13575                       |
              nThis|                            |


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug fortran/15481] [gfortran] [meta-bugs] frontend adds superfluous symbols to namespaces
  2004-05-17  8:37 [Bug fortran/15481] New: [gfortran] frontend adds superfluous symbols to namespaces tobi at gcc dot gnu dot org
  2004-05-17 10:01 ` [Bug fortran/15481] " tobi at gcc dot gnu dot org
@ 2004-05-17 10:37 ` pinskia at gcc dot gnu dot org
  2004-06-08 23:25 ` pbrook at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-17 10:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-16 21:45 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |13575
              nThis|                            |
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |meta-bug
   Last reconfirmed|0000-00-00 00:00:00         |2004-05-16 21:45:03
               date|                            |
            Summary|[gfortran] frontend adds    |[gfortran] [meta-bugs]
                   |superfluous symbols to      |frontend adds superfluous
                   |namespaces                  |symbols to namespaces


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug fortran/15481] [gfortran] [meta-bugs] frontend adds superfluous symbols to namespaces
  2004-05-17  8:37 [Bug fortran/15481] New: [gfortran] frontend adds superfluous symbols to namespaces tobi at gcc dot gnu dot org
  2004-05-17 10:01 ` [Bug fortran/15481] " tobi at gcc dot gnu dot org
  2004-05-17 10:37 ` [Bug fortran/15481] [gfortran] [meta-bugs] " pinskia at gcc dot gnu dot org
@ 2004-06-08 23:25 ` pbrook at gcc dot gnu dot org
  2004-06-09 12:59 ` tobi at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pbrook at gcc dot gnu dot org @ 2004-06-08 23:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pbrook at gcc dot gnu dot org  2004-06-08 23:25 -------
Also PR13249 

-- 


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug fortran/15481] [gfortran] [meta-bugs] frontend adds superfluous symbols to namespaces
  2004-05-17  8:37 [Bug fortran/15481] New: [gfortran] frontend adds superfluous symbols to namespaces tobi at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-06-08 23:25 ` pbrook at gcc dot gnu dot org
@ 2004-06-09 12:59 ` tobi at gcc dot gnu dot org
  2004-06-09 13:10 ` tobi at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-06-09 12:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-06-09 12:59 -------
A workaround for PR13372 is now in place. It should be changed to an error,
instead of gracefully ignoring the issue, once this is fixed. The affected code
can be found in the commit messages from PR13372.

-- 


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug fortran/15481] [gfortran] [meta-bugs] frontend adds superfluous symbols to namespaces
  2004-05-17  8:37 [Bug fortran/15481] New: [gfortran] frontend adds superfluous symbols to namespaces tobi at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-06-09 12:59 ` tobi at gcc dot gnu dot org
@ 2004-06-09 13:10 ` tobi at gcc dot gnu dot org
  2004-06-26 15:49 ` [Bug fortran/15481] " tobi at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-06-09 13:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-06-09 13:10 -------
Same as (In reply to comment #3)
> A workaround for PR13372 is now in place. It should be changed to an error,
> instead of gracefully ignoring the issue, once this is fixed. The affected code
> can be found in the commit messages from PR13372.
Similar for PR13249


-- 


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug fortran/15481] [meta-bugs] frontend adds superfluous symbols to namespaces
  2004-05-17  8:37 [Bug fortran/15481] New: [gfortran] frontend adds superfluous symbols to namespaces tobi at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-06-09 13:10 ` tobi at gcc dot gnu dot org
@ 2004-06-26 15:49 ` tobi at gcc dot gnu dot org
  2004-06-29 18:56 ` cvs-commit at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-06-26 15:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-06-26 15:46 -------
This patch moves the names of common blocks to a separate symtree, taking us
halfway (conceptually, I fear that much more code will be involved in the rest):
http://gcc.gnu.org/ml/fortran/2004-06/msg00257.html

-- 


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug fortran/15481] [meta-bugs] frontend adds superfluous symbols to namespaces
  2004-05-17  8:37 [Bug fortran/15481] New: [gfortran] frontend adds superfluous symbols to namespaces tobi at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-06-26 15:49 ` [Bug fortran/15481] " tobi at gcc dot gnu dot org
@ 2004-06-29 18:56 ` cvs-commit at gcc dot gnu dot org
  2004-06-29 18:57 ` cvs-commit at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-06-29 18:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-06-29 18:56 -------
Subject: Bug 15481

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tobi@gcc.gnu.org	2004-06-29 18:56:47

Modified files:
	gcc/fortran    : decl.c dump-parse-tree.c gfortran.h match.c 
	                 match.h module.c parse.c symbol.c 
	                 trans-common.c trans-decl.c 

Log message:
	2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
	Andrew Vaught  <andyv@firstinter.net>
	
	PR fortran/13249
	PR fortran/15481
	* declc (gfc_match_save): Adapt to new common structures,
	don't allow saving USE-associated common.
	* dump-parse-tree (gfc_show_attr): (saved_)common are not
	symbol attributes any longer.
	(gfc_show_symbol): Don't show old-style commons any longer.
	(gfc_show_namespace): Adapt call to gfc_traverse_symtree to new
	interface.
	* gfortran.h (symbol_attribute): Remove common and saved_common
	attributes.
	(gfc_symbol): Remove common_head element.
	(gfc_common_head): New struct.
	(gfc_get_common_head): New macro.
	(gfc_symtree): Add field 'common' to union.
	(gfc_namespace): Add field 'common_root'; change type of field
	'blank_common' to blank_common.
	(gfc_add_data): New prototype.
	(gfc_traverse_symtree): Expect a symtree as first argument
	instead of namespace.
	* match.c (gfc_get_common): New function.
	(match_common_name): Change to take char * as argument, adapt,
	fix bug with empty name.
	(gfc_match_common): Adapt to new data structures. Disallow
	redeclaration of USE-associated COMMON-block. Fix bug with
	empty common.
	(var_element): Adapt to new common structures.
	* match.h (gfc_get_common): Declare.
	* module.c: Add 2004 to copyright years, add commons to module
	file layout description.
	(ab_attribute, attr_bits, mio_symbol_attributes): Remove code
	for removed attributes.
	(mio_symbol): Adapt to new way of storing common relations.
	(load_commons): New function.
	(read_module): Skip common list on first pass, load_commons at
	second.
	(write_commons): New function.
	(write_module): Call write_commons().
	* symbol.c (gfc_add_saved_comon, gfc_add_common): Remove
	functions related to removed attributes.
	(gfc_add_data): New function.
	(gfc_clear_attr): Don't set removed attributes.
	(gfc_copy_attr): Don't copy removed attributes.
	(traverse_symtree): Remove.
	(gfc_traverse_symtree): Don't traverse symbol
	tree of the passed namespace, but require a symtree to be passed
	instead. Unify with traverse_symtree.
	(gfc_traverse_ns): Call gfc_traverse_symtree according to new
	interface.
	(save_symbol): Remove setting of removed attribute.
	* trans-common.c (gfc_sym_mangled_common_id): Change to
	take 'char *' argument instead of 'gfc_symbol'.
	(build_common_decl, new_segment, translate_common): Adapt to new
	data structures, add new
	argument name.
	(create_common): Adapt to new data structures, add new
	argument name. Fix typo in intialization of derived types.
	(finish_equivalences): Add second argument in call to
	create_common.
	(named_common): take 'gfc_symtree' instead of 'gfc_symbol'.
	(gfc_trans_common): Adapt to new data structures.
	* trans-decl.c (gfc_create_module_variables): Also output
	symbols from commons.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/decl.c.diff?cvsroot=gcc&r1=1.11&r2=1.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/dump-parse-tree.c.diff?cvsroot=gcc&r1=1.5&r2=1.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/gfortran.h.diff?cvsroot=gcc&r1=1.14&r2=1.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/match.c.diff?cvsroot=gcc&r1=1.10&r2=1.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/match.h.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/module.c.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/parse.c.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/symbol.c.diff?cvsroot=gcc&r1=1.6&r2=1.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans-common.c.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans-decl.c.diff?cvsroot=gcc&r1=1.14&r2=1.15



-- 


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug fortran/15481] [meta-bugs] frontend adds superfluous symbols to namespaces
  2004-05-17  8:37 [Bug fortran/15481] New: [gfortran] frontend adds superfluous symbols to namespaces tobi at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2004-06-29 18:56 ` cvs-commit at gcc dot gnu dot org
@ 2004-06-29 18:57 ` cvs-commit at gcc dot gnu dot org
  2004-07-09 14:27 ` tobi at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-06-29 18:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-06-29 18:57 -------
Subject: Bug 15481

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tobi@gcc.gnu.org	2004-06-29 18:57:25

Modified files:
	gcc/fortran    : ChangeLog 

Log message:
	2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
	Andrew Vaught  <andyv@firstinter.net>
	
	PR fortran/13249
	PR fortran/15481
	* declc (gfc_match_save): Adapt to new common structures,
	don't allow saving USE-associated common.
	* dump-parse-tree (gfc_show_attr): (saved_)common are not
	symbol attributes any longer.
	(gfc_show_symbol): Don't show old-style commons any longer.
	(gfc_show_namespace): Adapt call to gfc_traverse_symtree to new
	interface.
	* gfortran.h (symbol_attribute): Remove common and saved_common
	attributes.
	(gfc_symbol): Remove common_head element.
	(gfc_common_head): New struct.
	(gfc_get_common_head): New macro.
	(gfc_symtree): Add field 'common' to union.
	(gfc_namespace): Add field 'common_root'; change type of field
	'blank_common' to blank_common.
	(gfc_add_data): New prototype.
	(gfc_traverse_symtree): Expect a symtree as first argument
	instead of namespace.
	* match.c (gfc_get_common): New function.
	(match_common_name): Change to take char * as argument, adapt,
	fix bug with empty name.
	(gfc_match_common): Adapt to new data structures. Disallow
	redeclaration of USE-associated COMMON-block. Fix bug with
	empty common.
	(var_element): Adapt to new common structures.
	* match.h (gfc_get_common): Declare.
	* module.c: Add 2004 to copyright years, add commons to module
	file layout description.
	(ab_attribute, attr_bits, mio_symbol_attributes): Remove code
	for removed attributes.
	(mio_symbol): Adapt to new way of storing common relations.
	(load_commons): New function.
	(read_module): Skip common list on first pass, load_commons at
	second.
	(write_commons): New function.
	(write_module): Call write_commons().
	* symbol.c (gfc_add_saved_comon, gfc_add_common): Remove
	functions related to removed attributes.
	(gfc_add_data): New function.
	(gfc_clear_attr): Don't set removed attributes.
	(gfc_copy_attr): Don't copy removed attributes.
	(traverse_symtree): Remove.
	(gfc_traverse_symtree): Don't traverse symbol
	tree of the passed namespace, but require a symtree to be passed
	instead. Unify with traverse_symtree.
	(gfc_traverse_ns): Call gfc_traverse_symtree according to new
	interface.
	(save_symbol): Remove setting of removed attribute.
	* trans-common.c (gfc_sym_mangled_common_id): Change to
	take 'char *' argument instead of 'gfc_symbol'.
	(build_common_decl, new_segment, translate_common): Adapt to new
	data structures, add new
	argument name.
	(create_common): Adapt to new data structures, add new
	argument name. Fix typo in intialization of derived types.
	(finish_equivalences): Add second argument in call to
	create_common.
	(named_common): take 'gfc_symtree' instead of 'gfc_symbol'.
	(gfc_trans_common): Adapt to new data structures.
	* trans-decl.c (gfc_create_module_variables): Also output
	symbols from commons.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&r1=1.89&r2=1.90



-- 


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug fortran/15481] [meta-bugs] frontend adds superfluous symbols to namespaces
  2004-05-17  8:37 [Bug fortran/15481] New: [gfortran] frontend adds superfluous symbols to namespaces tobi at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2004-06-29 18:57 ` cvs-commit at gcc dot gnu dot org
@ 2004-07-09 14:27 ` tobi at gcc dot gnu dot org
  2004-07-09 14:54 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-07-09 14:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-07-09 14:27 -------
Patch here: http://gcc.gnu.org/ml/fortran/2004-07/msg00062.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug fortran/15481] [meta-bugs] frontend adds superfluous symbols to namespaces
  2004-05-17  8:37 [Bug fortran/15481] New: [gfortran] frontend adds superfluous symbols to namespaces tobi at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2004-07-09 14:27 ` tobi at gcc dot gnu dot org
@ 2004-07-09 14:54 ` cvs-commit at gcc dot gnu dot org
  2004-07-09 14:54 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-07-09 14:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-07-09 14:54 -------
Subject: Bug 15481

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tobi@gcc.gnu.org	2004-07-09 14:54:44

Modified files:
	gcc/fortran    : ChangeLog 

Log message:
	fortran/
	2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
	
	PR fortran/15481
	PR fortran/13372
	PR fortran/13575
	PR fortran/15978
	* module.c (write_symbol, write_symtree): Remove workaround.
	* primary.c (match_actual_arglist): Enhance comment.
	(gfc_match_rvalue): Handle function call with first argument
	a keyword argument correctly.
	* resolve.c (resolve_symbol): Change call to
	gfc_set_default_type to issue error if no implicit type
	can be found.
	* trans-decl.c (gfc_create_module_variable): Remove workaround.
	
	Add missing ChangeLog

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&r1=1.103&r2=1.104



-- 


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug fortran/15481] [meta-bugs] frontend adds superfluous symbols to namespaces
  2004-05-17  8:37 [Bug fortran/15481] New: [gfortran] frontend adds superfluous symbols to namespaces tobi at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2004-07-09 14:54 ` cvs-commit at gcc dot gnu dot org
@ 2004-07-09 14:54 ` cvs-commit at gcc dot gnu dot org
  2004-07-09 14:56 ` tobi at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-07-09 14:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-07-09 14:53 -------
Subject: Bug 15481

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tobi@gcc.gnu.org	2004-07-09 14:53:45

Modified files:
	gcc/fortran    : module.c primary.c resolve.c trans-decl.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gfortran.fortran-torture/compile: implicit_2.f90 

Log message:
	fortran/
	2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
	
	PR fortran/15481
	PR fortran/13372
	PR fortran/13575
	PR fortran/15978
	* module.c (write_symbol, write_symtree): Remove workaround.
	* primary.c (match_actual_arglist): Enhance comment.
	(gfc_match_rvalue): Handle function call with first argument
	a keyword argument correctly.
	* resolve.c (resolve_symbol): Change call to
	gfc_set_default_type to issue error if no implicit type
	can be found.
	* trans-decl.c (gfc_create_module_variable): Remove workaround.
	
	testsuite/
	PR fortran/15481
	PR fortran/13372
	PR fortran/13575
	PR fortran/15978
	* gfortran.fortran-torture/compile/implicit_2.f90: New test.
	
	Also fixed David Billinghursts ChangeLog entry to use GMT

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/module.c.diff?cvsroot=gcc&r1=1.8&r2=1.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/primary.c.diff?cvsroot=gcc&r1=1.6&r2=1.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/resolve.c.diff?cvsroot=gcc&r1=1.8&r2=1.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans-decl.c.diff?cvsroot=gcc&r1=1.18&r2=1.19
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3964&r2=1.3965
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.fortran-torture/compile/implicit_2.f90.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug fortran/15481] [meta-bugs] frontend adds superfluous symbols to namespaces
  2004-05-17  8:37 [Bug fortran/15481] New: [gfortran] frontend adds superfluous symbols to namespaces tobi at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2004-07-09 14:54 ` cvs-commit at gcc dot gnu dot org
@ 2004-07-09 14:56 ` tobi at gcc dot gnu dot org
  2004-07-10  0:26 ` pinskia at gcc dot gnu dot org
  2004-07-10 22:31 ` cvs-commit at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-07-09 14:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-07-09 14:56 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug fortran/15481] [meta-bugs] frontend adds superfluous symbols to namespaces
  2004-05-17  8:37 [Bug fortran/15481] New: [gfortran] frontend adds superfluous symbols to namespaces tobi at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2004-07-09 14:56 ` tobi at gcc dot gnu dot org
@ 2004-07-10  0:26 ` pinskia at gcc dot gnu dot org
  2004-07-10 22:31 ` cvs-commit at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-10  0:26 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.5.0


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug fortran/15481] [meta-bugs] frontend adds superfluous symbols to namespaces
  2004-05-17  8:37 [Bug fortran/15481] New: [gfortran] frontend adds superfluous symbols to namespaces tobi at gcc dot gnu dot org
                   ` (12 preceding siblings ...)
  2004-07-10  0:26 ` pinskia at gcc dot gnu dot org
@ 2004-07-10 22:31 ` cvs-commit at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-07-10 22:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-07-10 22:31 -------
Subject: Bug 15481

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tobi@gcc.gnu.org	2004-07-10 22:31:19

Modified files:
	gcc/fortran    : ChangeLog trans-decl.c 

Log message:
	* trans-decl.c (generate_local_decl): Remove workaround obsoleted
	by fix for PR 15481.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&r1=1.112&r2=1.113
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans-decl.c.diff?cvsroot=gcc&r1=1.19&r2=1.20



-- 


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2004-07-10 22:31 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-17  8:37 [Bug fortran/15481] New: [gfortran] frontend adds superfluous symbols to namespaces tobi at gcc dot gnu dot org
2004-05-17 10:01 ` [Bug fortran/15481] " tobi at gcc dot gnu dot org
2004-05-17 10:37 ` [Bug fortran/15481] [gfortran] [meta-bugs] " pinskia at gcc dot gnu dot org
2004-06-08 23:25 ` pbrook at gcc dot gnu dot org
2004-06-09 12:59 ` tobi at gcc dot gnu dot org
2004-06-09 13:10 ` tobi at gcc dot gnu dot org
2004-06-26 15:49 ` [Bug fortran/15481] " tobi at gcc dot gnu dot org
2004-06-29 18:56 ` cvs-commit at gcc dot gnu dot org
2004-06-29 18:57 ` cvs-commit at gcc dot gnu dot org
2004-07-09 14:27 ` tobi at gcc dot gnu dot org
2004-07-09 14:54 ` cvs-commit at gcc dot gnu dot org
2004-07-09 14:54 ` cvs-commit at gcc dot gnu dot org
2004-07-09 14:56 ` tobi at gcc dot gnu dot org
2004-07-10  0:26 ` pinskia at gcc dot gnu dot org
2004-07-10 22:31 ` cvs-commit at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).