This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
New ARI warning Sat Jun 26 01:54:22 UTC 2010
- From: GDB Administrator <gdbadmin at sourceware dot org>
- To: gdb-patches at sourceware dot org
- Date: Sat, 26 Jun 2010 01:54:22 +0000
- Subject: New ARI warning Sat Jun 26 01:54:22 UTC 2010
282a283
> gdb/dwarf2expr.c:338: regression: hash: Do not use ' #...', instead use '#...'(some compilers only correctly parse a C preprocessor directive when '#' is the first character on the line)
gdb/dwarf2expr.c:338: #define sign_ext(x) ((LONGEST) (((x) ^ sign_bit) - sign_bit))
283a285
> gdb/dwarf2expr.c:883: regression: hash: Do not use ' #...', instead use '#...'(some compilers only correctly parse a C preprocessor directive when '#' is the first character on the line)
gdb/dwarf2expr.c:883: #undef sign_ext