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 Wed Aug 12 01:53:55 UTC 2015


295a296,301
> gdb/location.c:39: regression: PTR: Do not use PTR, ISO C 90 implies 'void *'
gdb/location.c:39:#define EL_TYPE(PTR) (PTR)->type
> gdb/location.c:47: regression: PTR: Do not use PTR, ISO C 90 implies 'void *'
gdb/location.c:47:#define EL_LINESPEC(PTR) ((PTR)->u.addr_string)
> gdb/location.c:48: regression: PTR: Do not use PTR, ISO C 90 implies 'void *'
gdb/location.c:48:#define EL_PROBE(PTR) ((PTR)->u.addr_string)
> gdb/location.c:52: regression: PTR: Do not use PTR, ISO C 90 implies 'void *'
gdb/location.c:52:#define EL_ADDRESS(PTR) (PTR)->u.address
> gdb/location.c:56: regression: PTR: Do not use PTR, ISO C 90 implies 'void *'
gdb/location.c:56:#define EL_EXPLICIT(PTR) (&((PTR)->u.explicit))
> gdb/location.c:62: regression: PTR: Do not use PTR, ISO C 90 implies 'void *'
gdb/location.c:62:#define EL_STRING(PTR) ((PTR)->as_string)


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