[Bug fortran/24965] Wrong file name in error message

2007-07-28 Thread fxcoudert at gcc dot gnu dot org
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2007-07-28 12:55 --- Closing, unless Erik can tell us more about how the files were prepared. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/24965] Wrong file name in error message

2007-06-22 Thread dfranke at gcc dot gnu dot org
-- dfranke at gcc dot gnu dot org changed: What|Removed |Added Status|NEW |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24965

[Bug fortran/24965] Wrong file name in error message

2007-06-16 Thread dfranke at gcc dot gnu dot org
--- Comment #5 from dfranke at gcc dot gnu dot org 2007-06-16 21:08 --- Erik, how did you prepare the attached file? I think I have an idea what's wrong: Let there be "foo.inc", "bar.inc" and "pr24965.F90". The latter contains: #include "foo.inc" ! integer :: foo #include

[Bug fortran/24965] Wrong file name in error message

2007-06-02 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2007-06-03 03:27 --- The Comment #3 example is not the same as the original report. The attached example is already preprocessed source with file name information embedded in lines beginning with '#' This is handled in scanner.c. T

[Bug fortran/24965] Wrong file name in error message

2007-05-18 Thread dfranke at gcc dot gnu dot org
--- Comment #3 from dfranke at gcc dot gnu dot org 2007-05-18 14:00 --- I'm not 100% sure whether the code below resembles the problem Erik reported here, but if so, it is fixed in mainline and 4.2: $> cat pr24965.inc real :: x $> cat pr24965.f90 real :: x include "pr24965.inc" x = 3.1

[Bug fortran/24965] Wrong file name in error message

2005-11-22 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2005-11-22 08:21 --- Confirmed on i686-linux. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/24965] Wrong file name in error message

2005-11-20 Thread schnetter at aei dot mpg dot de
--- Comment #1 from schnetter at aei dot mpg dot de 2005-11-21 00:58 --- Created an attachment (id=10302) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10302&action=view) Failing source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24965