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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needs-reduction             |

--- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase (`-m32 -std=c++20` or `-m32 -fexcess-precision=standard`):
```
template <typename _Tp>
constexpr void fg(__complex__ float &n) {
  const __complex__ float __t;
  n /= __t;
}
```

Reply via email to