[Bug middle-end/112475] [UBSAN][OpenMP] ICE during GIMPLE pass: sanopt in output_operand: invalid expression as operand
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Nov 10 16:19:58 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112475
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
• The run-time type information (RTTI) of an object can only be accessed from
the device on which it was constructed.
is weird, because RTTI can be queried not just on objects, but on types, and
there doesn't need to be any object associated with that type.
More information about the Gcc-bugs
mailing list