]> git.ipfire.org Git - thirdparty/gcc.git/commit
Do not double print INF and NAN in frange pretty printer.
authorAldy Hernandez <aldyh@redhat.com>
Wed, 5 Oct 2022 18:21:07 +0000 (20:21 +0200)
committerAldy Hernandez <aldyh@redhat.com>
Thu, 6 Oct 2022 06:21:41 +0000 (08:21 +0200)
commitab4909fd8f5f77685e6ec12768c56545347f30c4
tree5200c7590702f1fd976cf338aff33a7d1470f143
parent966010b2eb4a4c52f139b63548533e7bbd74ec9c
Do not double print INF and NAN in frange pretty printer.

gcc/ChangeLog:

* value-range-pretty-print.cc (vrange_printer::print_real_value):
Avoid printing INF and NAN twice.
gcc/value-range-pretty-print.cc