New ARI warning Sat Jul 20 01:55:47 UTC 2019

GDB Administrator gdbadmin@sourceware.org
Sat Jul 20 01:55:00 GMT 2019


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);



More information about the Gdb-patches mailing list