[Bug c++/95009] [9/10/11/12 Regression] decltype of increment or decrement bitfield expressions are wrong and causes assembler errors.
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Dec 3 08:23:07 GMT 2021
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95009
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=70733,
| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=84516
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
There is most likely a missing call to unlowered_expr_type somewhere, most
likely in finish_unary_op_expr.
More information about the Gcc-bugs
mailing list