Support get_range_query with a nullptr argument
authorAndrew Pinski <apinski@marvell.com>
Fri, 17 Feb 2023 16:45:43 +0000 (16:45 +0000)
committerAndrew Pinski <apinski@marvell.com>
Sat, 18 Feb 2023 01:48:33 +0000 (01:48 +0000)
commit175d528595c3a8bdf75086d4e13844b645f715b0
tree610f018ad2726ef42165545afe574fde32dde6e7
parent7814ce44f24181a4e8e8e0d6815fe2f493b2aa33
Support get_range_query with a nullptr argument

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-f45e4ac3d7a4@redhat.com/T/

OK? Bootstrapped and tested on x86_64-linux-gnu with no regressions.

gcc/ChangeLog:

* value-query.h (get_range_query): Return the global ranges
for a nullptr func.
gcc/value-query.h