[Bug c++/83756] [10/11/12/13 Regression] gcc ICE in gimplify_expr on boost::call_once (-fms-extensions)

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jan 19 14:04:37 GMT 2023


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2021-12-02 00:00:00         |2023-1-19

--- Comment #17 from Richard Biener <rguenth at gcc dot gnu.org> ---
Re-confirmed.  The gimplifier sees

(gdb) p debug_tree (*expr_p)
 <offset_ref 0x7ffff64320a0
    type <method_type 0x7ffff642a498
        type <void_type 0x7ffff6289f18 void type_6 VOID
...
(gdb) p debug_generic_expr (*expr_p)
<<< Unknown tree: offset_ref
  **a0
  *f >>>

which supposedly is not to survive this long.


More information about the Gcc-bugs mailing list