]> gcc.gnu.org Git - gcc.git/commit
build: avoid -Wconditionally-supported on qsort check
authorJason Merrill <jason@redhat.com>
Mon, 19 Dec 2022 20:41:36 +0000 (15:41 -0500)
committerJason Merrill <jason@redhat.com>
Mon, 19 Dec 2022 20:46:35 +0000 (15:46 -0500)
commit1e007fa5c92ae2d6b64854a6faad7e85b43d64f2
tree10c2db38f8bf091fbc5a703e186dfb3fa19614f8
parent64f7a3b38765bcf7cdf5b37a991c06337468ad8b
build: avoid -Wconditionally-supported on qsort check

It's OK to rely on conditionally-supported features in #if CHECKING_P, since
that isn't defined in stage 1.

gcc/ChangeLog:

* sort.cc: Disable -Wconditionally-supported in
CHECKING_P code.
gcc/sort.cc
This page took 0.065625 seconds and 6 git commands to generate.