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]

Re: New ARI warning Fri May 18 01:56:48 UTC 2018


On 2018-05-17 09:56 PM, GDB Administrator wrote:
> 644a645,646
>> gdb/unittests/format_pieces-selftests.c:51: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
> gdb/unittests/format_pieces-selftests.c:51:  check ("Hello %d%llx%%d",
>> gdb/unittests/format_pieces-selftests.c:56: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
> gdb/unittests/format_pieces-selftests.c:56:      format_piece ("%llx", long_long_arg),
> 

These are false positives.

Simon


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