Re: [PATCH 1/2] Support get_range_query with a nullptr argument

2023-02-20 Thread Richard Biener via Gcc-patches
On Fri, Feb 17, 2023 at 10:46 PM Andrew Pinski via Gcc-patches wrote: > > get_range_query didn't support a nullptr argument > before and would crash. > See also the thread at > https://inbox.sourceware.org/gcc/4f6718af-e17a-41ef-a886-f45e4ac3d...@redhat.com/T/ > > OK? Bootstrapped and tested on x8

[PATCH 1/2] Support get_range_query with a nullptr argument

2023-02-17 Thread Andrew Pinski via Gcc-patches
get_range_query didn't support a nullptr argument before and would crash. See also the thread at https://inbox.sourceware.org/gcc/4f6718af-e17a-41ef-a886-f45e4ac3d...@redhat.com/T/ OK? Bootstrapped and tested on x86_64-linux-gnu with no regressions. gcc/ChangeLog: * value-query.h (get_ra