This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

New ARI warning Fri Oct 8 01:55:46 UTC 2010


4,5d3
< gdb/ada-lang.c:5016: code: OP eol: Do not use &&, or || at the end of a line
gdb/ada-lang.c:5016:	  else if (t1 == '.' &&
< gdb/ada-lang.c:5017: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/ada-lang.c:5017:	  else if (t1 == '.' &&		   (((t2 = name[2]) >= '.' && t2 <= '.') || t2 == target0))
231a230
> gdb/dictionary.c:830: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/dictionary.c:830:	      if (((c = string[2]) < '.' || c > '.') && c != '.')


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