This is the mail archive of the gcc-cvs@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]

r231519 - in /trunk/gcc/fortran: ChangeLog io.c


Author: dmalcolm
Date: Thu Dec 10 15:11:37 2015
New Revision: 231519

URL: https://gcc.gnu.org/viewcvs?rev=231519&root=gcc&view=rev
Log:
Fix misleading indentation in gcc/fortran/io.c

Fix this warning:
../../../src/gcc/fortran/io.c: In function âmatch gfc_match_open()â:
../../../src/gcc/fortran/io.c:2003:4: error: statement is indented as if it were guarded by... [-Werror=misleading-indentation]
    if (!compare_to_allowed_values ("DELIM", delim, NULL, NULL,
    ^
../../../src/gcc/fortran/io.c:2000:2: note: ...this âifâ clause, but it is not
  if (!is_char_type ("DELIM", open->delim))
  ^

gcc/fortran/ChangeLog:
	* io.c (gfc_match_open): Fix indentation.


Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/io.c


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