public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* New ARI warning Sat Jul 20 01:55:47 UTC 2019
@ 2019-07-20  1:55 GDB Administrator
  0 siblings, 0 replies; only message in thread
From: GDB Administrator @ 2019-07-20  1:55 UTC (permalink / raw)
  To: gdb-patches

216d215
< gdb/gdbsupport/common-utils.h:42: regression: __func__: Do not use __func__, ISO C 90 does not support this macro
gdb/gdbsupport/common-utils.h:42:#define FUNCTION_NAME		__func__   
230d228
< gdb/guile/guile-internal.h:154: regression: __func__: Do not use __func__, ISO C 90 does not support this macro
gdb/guile/guile-internal.h:154:#define FUNC_NAME __func__
412c410
< gdb/python/py-unwind.c:453: regression: __FUNCTION__: Do not use __FUNCTION__, ISO C 90 does not support this macro
gdb/python/py-unwind.c:453:      fprintf_unfiltered (gdb_stdlog, ', __FUNCTION__);
> gdb/python/py-unwind.c:453: regression: __FUNCTION__: Do not use __FUNCTION__, C++11 does not support this macro
gdb/python/py-unwind.c:453:      fprintf_unfiltered (gdb_stdlog, ', __FUNCTION__);
414,416c412,414
< gdb/python/py-unwind.c:469: regression: __FUNCTION__: Do not use __FUNCTION__, ISO C 90 does not support this macro
gdb/python/py-unwind.c:469:  TRACE_PY_UNWIND (1, "%s (frame=%p,...,reg=%d)\n", __FUNCTION__, this_frame,
gdb/python/py-unwind.c:469:  TRACE_PY_UNWIND (1, ', __FUNCTION__, this_frame,
< gdb/python/py-unwind.c:491: regression: __FUNCTION__: Do not use __FUNCTION__, ISO C 90 does not support this macro
gdb/python/py-unwind.c:491:  TRACE_PY_UNWIND (3, ', __FUNCTION__,
< gdb/python/py-unwind.c:585: regression: __FUNCTION__: Do not use __FUNCTION__, ISO C 90 does not support this macro
gdb/python/py-unwind.c:585:  TRACE_PY_UNWIND (3, ', __FUNCTION__);
> gdb/python/py-unwind.c:469: regression: __FUNCTION__: Do not use __FUNCTION__, C++11 does not support this macro
gdb/python/py-unwind.c:469:  TRACE_PY_UNWIND (1, "%s (frame=%p,...,reg=%d)\n", __FUNCTION__, this_frame,
gdb/python/py-unwind.c:469:  TRACE_PY_UNWIND (1, ', __FUNCTION__, this_frame,
> gdb/python/py-unwind.c:491: regression: __FUNCTION__: Do not use __FUNCTION__, C++11 does not support this macro
gdb/python/py-unwind.c:491:  TRACE_PY_UNWIND (3, ', __FUNCTION__,
> gdb/python/py-unwind.c:585: regression: __FUNCTION__: Do not use __FUNCTION__, C++11 does not support this macro
gdb/python/py-unwind.c:585:  TRACE_PY_UNWIND (3, ', __FUNCTION__);
442a441,442
> gdb/riscv-tdep.c:1657: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/riscv-tdep.c:1657:			"Writing %lld-byte nop instruction to %s: %s\n",
> gdb/riscv-tdep.c:1658: code: long long: Do not use 'long long', instead use LONGEST
gdb/riscv-tdep.c:1658:			((unsigned long long) sizeof (nop_insn)),
476c476
< gdb/s12z-tdep.c:94: regression: __FUNCTION__: Do not use __FUNCTION__, ISO C 90 does not support this macro
gdb/s12z-tdep.c:94:	   __FUNCTION__, (unsigned int) pc);
> gdb/s12z-tdep.c:94: regression: __FUNCTION__: Do not use __FUNCTION__, C++11 does not support this macro
gdb/s12z-tdep.c:94:	   __FUNCTION__, (unsigned int) pc);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-20  1:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-20  1:55 New ARI warning Sat Jul 20 01:55:47 UTC 2019 GDB Administrator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).