This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
New ARI warning Fri Jan 30 01:56:03 UTC 2015
- From: GDB Administrator <gdbadmin at sourceware dot org>
- To: gdb-patches at sourceware dot org
- Date: Fri, 30 Jan 2015 01:56:03 +0000
- Subject: New ARI warning Fri Jan 30 01:56:03 UTC 2015
151a152
> gdb/dwarf2loc.c:2527: gettext: _ markup: All messages should be marked up with _.
gdb/dwarf2loc.c:2527: error ("cannot find reference address for offset property");
160a162
> gdb/dwarf2read.c:12282: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/dwarf2read.c:12282: else if ((major = producer_is_gcc (cu->producer, &minor)) > 0)