]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/fortran/primary.c
re PR fortran/38113 (on warning/error: skip whitespaces, move position marker to...
authorMikael Morin <mikael.morin@tele2.fr>
Mon, 15 Dec 2008 14:46:22 +0000 (15:46 +0100)
committerMikael Morin <mikael@gcc.gnu.org>
Mon, 15 Dec 2008 14:46:22 +0000 (14:46 +0000)
commit618f4f46bd9b08eb519da2a8d12ecf57fd76afee
tree8811a443c65444ec2cbe37ad951a4e338f1821f5
parentd277db6b0f99b39c846cafe4abb3b19f245fb7f4
re PR fortran/38113 (on warning/error: skip whitespaces, move position marker to actual variable name)

2008-12-15  Mikael Morin  <mikael.morin@tele2.fr>

PR fortran/38113
* error.c (show_locus): Start counting columns at 0.
* primary.c (match_actual_arg): Eat spaces
before copying the current locus.
(match_variable): Copy the locus before matching.

From-SVN: r142763
gcc/fortran/ChangeLog
gcc/fortran/error.c
gcc/fortran/primary.c