[Bug fortran/21918] Warnings about unused variables should point to the declaration

2006-09-18 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2006-09-18 22:02 --- Subject: Bug 21918 Author: pault Date: Mon Sep 18 22:02:24 2006 New Revision: 117038 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117038 Log: 2006-09-18 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/21918] Warnings about unused variables should point to the declaration

2006-09-17 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2006-09-18 06:56 --- Fixed on trunk and 4.1 Paul Thanks, Tobi! -- pault at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/21918] Warnings about unused variables should point to the declaration

2006-09-17 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-09-18 06:46 --- Subject: Bug 21918 Author: pault Date: Mon Sep 18 06:46:36 2006 New Revision: 117015 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117015 Log: 2006-09-18 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/21918] Warnings about unused variables should point to the declaration

2006-09-17 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-09-18 06:25 --- Subject: Bug 21918 Author: pault Date: Mon Sep 18 06:24:54 2006 New Revision: 117014 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117014 Log: 2006-09-18 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/21918] Warnings about unused variables should point to the declaration

2006-09-16 Thread aldot at gcc dot gnu dot org
--- Comment #4 from aldot at gcc dot gnu dot org 2006-09-16 20:07 --- Note that there are other (wrong) occurances of the non gfc_*() warnings in trans-decl.c. These other "warning()" calls too should be converted to the respective gfc_warning*() calls. -- http://gcc.gnu.org/bugzil

[Bug fortran/21918] Warnings about unused variables should point to the declaration

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-06 15:02 --- *** Bug 25693 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/21918] Warnings about unused variables should point to the declaration

2005-06-23 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-06-23 20:47 --- We have a declared_at field in gfc_symbol, with this, this is easily fixed. Index: trans-decl.c === RCS file: /cvs/gcc/gcc/gcc/fortran/trans-dec

[Bug fortran/21918] Warnings about unused variables should point to the declaration

2005-06-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-05 06:39 --- Confirmed, all variables have the same location for some reason, even parameters. -- What|Removed |Added