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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
unsigned test(unsigned i) {
    return i * 1.5;
}

Reply via email to