Re: [PATCH] [analyzer] another function name that returns a pointer to errno

2025-09-15 Thread David Malcolm
On Sat, 2025-09-13 at 01:42 -0300, Alexandre Oliva wrote: > > Add __get_errno_ptr() as yet another synonym for __errno_location. > > This came up while updating a port for a target that uses this > function > name in the implementation of errno.  Tested on that target, and on > x86_64-linux-gnu a

[PATCH] [analyzer] another function name that returns a pointer to errno

2025-09-12 Thread Alexandre Oliva
Add __get_errno_ptr() as yet another synonym for __errno_location. This came up while updating a port for a target that uses this function name in the implementation of errno. Tested on that target, and on x86_64-linux-gnu and aarch64-linux-gnu natives. Ok to install? for gcc/analyzer/Change