https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24021

Andrew Macleod <amacleod at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aldyh at redhat dot com,
                   |                            |amacleod at redhat dot com

--- Comment #4 from Andrew Macleod <amacleod at redhat dot com> ---
FWIW, we hope to enable floating point range support in ranger for GCC 13. 

One of the post stage 1 tasks is to generalize ranger to use a vrange class,
from which we can derive integral (irange), pointer (prange), and float
(frange) types. possibly complex integral (cirange) and/or string (srange) have
been thrown around if appropriate.

Before we go to develop the frange class, we'll have a working session of some
sort to flesh out what it can track, then implement some range-ops for some
float tree-codes.

Reply via email to