[Bug c++/112269] [14 Regression] x86_64 GNU/Linux '-m32' multilib 'libstdc++-v3/include/complex:1493: internal compiler error: in tsubst_expr, at cp/pt.cc:21534' since r14-4796-g3e3d73ed5e85e7

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Nov 4 18:56:29 GMT 2023


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;
}
```


More information about the Gcc-bugs mailing list