]> git.ipfire.org Git - thirdparty/gcc.git/commit
Convert rest of compiler to dconst[n]inf.
authorAldy Hernandez <aldyh@redhat.com>
Thu, 1 Sep 2022 15:00:14 +0000 (17:00 +0200)
committerAldy Hernandez <aldyh@redhat.com>
Fri, 2 Sep 2022 19:35:21 +0000 (21:35 +0200)
commitbb9d434404b559a11bd2f85f0ce8085c77b8c4c8
tree86bf50ea24d0294bdcf00a51b2ac3352fa532126
parent68c23af0dd7403c95c43310edc15669d4dacb005
Convert rest of compiler to dconst[n]inf.

gcc/ChangeLog:

* builtins.cc (fold_builtin_inf): Convert use of real_info to dconstinf.
(fold_builtin_fpclassify): Same.
* fold-const-call.cc (fold_const_call_cc): Same.
* match.pd: Same.
* omp-low.cc (omp_reduction_init_op): Same.
* realmpfr.cc (real_from_mpfr): Same.
* tree.cc (build_complex_inf): Same.
gcc/builtins.cc
gcc/fold-const-call.cc
gcc/match.pd
gcc/omp-low.cc
gcc/realmpfr.cc
gcc/tree.cc