[Bug fortran/38113] on warning/error: skip whitespaces, move position marker to actual variable name

2019-01-22 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38113 Jürgen Reuter changed: What|Removed |Added CC||juergen.reuter at desy dot de --- Commen

[Bug fortran/38113] on warning/error: skip whitespaces, move position marker to actual variable name

2012-08-26 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38113 --- Comment #8 from Mikael Morin 2012-08-26 09:20:16 UTC --- Unassigning.

[Bug fortran/38113] on warning/error: skip whitespaces, move position marker to actual variable name

2012-08-26 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38113 Mikael Morin changed: What|Removed |Added Status|ASSIGNED|NEW AssignedTo|mikael at gcc dot g

[Bug fortran/38113] on warning/error: skip whitespaces, move position marker to actual variable name

2009-01-20 Thread mikael at gcc dot gnu dot org
--- Comment #7 from mikael at gcc dot gnu dot org 2009-01-20 22:37 --- (In reply to comment #6) > Note, this error is incorrect and will not be generated by gfortran when > my patch for pr38823 is accepted. > Your error may or may not eventually go to trunk. But the marker is at the wr

[Bug fortran/38113] on warning/error: skip whitespaces, move position marker to actual variable name

2009-01-20 Thread kargl at gcc dot gnu dot org
--- Comment #6 from kargl at gcc dot gnu dot org 2009-01-20 21:02 --- (In reply to comment #5) > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38822#c7 > > real z(int(transfer(2.e0**2.e0, 1.e0)) + 1) > 1 > Error: Fortran 2003: Noninteger exponent in an in

[Bug fortran/38113] on warning/error: skip whitespaces, move position marker to actual variable name

2009-01-20 Thread mikael at gcc dot gnu dot org
--- Comment #5 from mikael at gcc dot gnu dot org 2009-01-20 20:00 --- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38822#c7 real z(int(transfer(2.e0**2.e0, 1.e0)) + 1) 1 Error: Fortran 2003: Noninteger exponent in an initialization expression at (1) -

[Bug fortran/38113] on warning/error: skip whitespaces, move position marker to actual variable name

2008-12-27 Thread mikael at gcc dot gnu dot org
--- Comment #4 from mikael at gcc dot gnu dot org 2008-12-27 18:12 --- While the original problem is fixed on trunk and 4.3, some more marker problems popped up as I expected. from http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38536#c4 /opt/gcc/_gcc_clean/gcc/testsuite/gfortran.dg/pr32

[Bug fortran/38113] on warning/error: skip whitespaces, move position marker to actual variable name

2008-12-21 Thread mikael at gcc dot gnu dot org
--- Comment #3 from mikael at gcc dot gnu dot org 2008-12-21 15:47 --- Subject: Bug 38113 Author: mikael Date: Sun Dec 21 15:45:52 2008 New Revision: 142861 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142861 Log: 2008-12-21 Mikael Morin PR fortran/38113 *

[Bug fortran/38113] on warning/error: skip whitespaces, move position marker to actual variable name

2008-12-15 Thread mikael at gcc dot gnu dot org
--- Comment #2 from mikael at gcc dot gnu dot org 2008-12-15 14:47 --- Subject: Bug 38113 Author: mikael Date: Mon Dec 15 14:46:22 2008 New Revision: 142763 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142763 Log: 2008-12-15 Mikael Morin PR fortran/38113 *

[Bug fortran/38113] on warning/error: skip whitespaces, move position marker to actual variable name

2008-11-28 Thread dfranke at gcc dot gnu dot org
--- Comment #1 from dfranke at gcc dot gnu dot org 2008-11-28 21:13 --- That's a general problem. Personally, I fully agree. I'd like to see the whitespaces skipped and the marker moved to the actual variable name. Thus, confirming (although it's likely that there is another PR somewher