--- Comment #4 from dfranke at gcc dot gnu dot org 2008-01-17 09:33 ---
I agree with Steve.
Closing as WORKSFORME. If you feel otherwise, please reopen.
--
dfranke at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from kargl at gcc dot gnu dot org 2008-01-16 23:43 ---
>
> Code snippit
> program foo
> implicit none
> integer index /0/
> undeclared_variable(index)=0.0
> another_variable(1)=0.0
> stop
> end
>
With trunk I get,
troutmask:sgk
--- Comment #2 from harry dot rockefeller at gmail dot com 2008-01-16
22:35 ---
(In reply to comment #0)
> gcc-3.x gives this information but gcc-4.2 does not.
> In the shell snippit below, the unknown symbol name should be
> embedded in the gcc-4.2 error lines as it is done in gcc-3.4.
--- Comment #1 from dfranke at gcc dot gnu dot org 2008-01-16 20:29 ---
Could you also add an exemplary code snippet, please?
--
dfranke at gcc dot gnu dot org changed:
What|Removed |Added
---