[Bug fortran/34802] Unknown symbol name should be included in Error message

2008-01-17 Thread dfranke at gcc dot gnu dot org
--- 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

[Bug fortran/34802] Unknown symbol name should be included in Error message

2008-01-16 Thread kargl at gcc dot gnu dot org
--- 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

[Bug fortran/34802] Unknown symbol name should be included in Error message

2008-01-16 Thread harry dot rockefeller at gmail dot com
--- 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.

[Bug fortran/34802] Unknown symbol name should be included in Error message

2008-01-16 Thread dfranke at gcc dot gnu dot org
--- 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 ---