--- 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/
--- 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
-
--- 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/
--- 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/
--- 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
--- 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
---
--- 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
--- 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