[Bug fortran/40993] Empty error message with long lines

2010-05-06 Thread dfranke at gcc dot gnu dot org
--- Comment #3 from dfranke at gcc dot gnu dot org 2010-05-06 21:29 --- *** This bug has been marked as a duplicate of 29819 *** -- dfranke at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/40993] Empty error message with long lines

2009-10-30 Thread jvdelisle at gcc dot gnu dot org
-- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|jvdelisle at gcc dot gnu dot|unassigned at gcc dot gnu |org

[Bug fortran/40993] Empty error message with long lines

2009-10-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2009-10-10 00:42 --- The problem here is we don't pass the expression locus to the tag checking routine so the best it can do is the end of the line. To fix this is fairly mechanical, but affects many places. --

[Bug fortran/40993] Empty error message with long lines

2009-08-07 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2009-08-07 16:06 --- The problem is that the error locus is at the end of the line rather then the end of the non-whitespace characters of the related statement. -- jvdelisle at gcc dot gnu dot org changed: What