This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/79844] diagnostics: extra space at end of line


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79844

--- Comment #3 from dominiq at gcc dot gnu.org ---
Author: dominiq
Date: Wed Mar 22 16:29:30 2017
New Revision: 246391

URL: https://gcc.gnu.org/viewcvs?rev=246391&root=gcc&view=rev
Log:
2017-03-22  Dominique d'Humieres  <dominiq@lps.ens.fr>

        PR fortran/79602
        * decl.c: Replace '%s' with %qs.
        * expr.c: Likewise.
        * interface.c: Likewise.
        * match.c: Likewise.
        * primary.c: Likewise.
        * resolve.c: Likewise.

        PR fortran/79844
        PR fortran/80011
        * io.c: Remove trailing spaces.
        * match.c: Likewise.
        * openmp.c: Likewise.
        * resolve.c: Likewise.
        * trans-intrinsic.c: Likewise.

        PR fortran/79853
        * expr.c: Remove a double spaces.

        PR fortran/79859
        * primary.c: Remove spurious quotes around %qs.


Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/decl.c
    trunk/gcc/fortran/expr.c
    trunk/gcc/fortran/interface.c
    trunk/gcc/fortran/io.c
    trunk/gcc/fortran/match.c
    trunk/gcc/fortran/module.c
    trunk/gcc/fortran/openmp.c
    trunk/gcc/fortran/primary.c
    trunk/gcc/fortran/resolve.c
    trunk/gcc/fortran/trans-intrinsic.c

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]