https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114919
Sam James <sjames at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Sam James <sjames at gcc dot gnu.org> --- Reduced: ``` typedef struct cl_lispunion *cl_object; struct cl_lispunion {}; cl_object cl_error() __attribute__((noreturn)); static void L250safe_canonical_type(cl_object volatile) { cl_error(); } volatile cl_object _eclqGeUMgTYTtUr9_moBRo471_env0; ``` so a dupe *** This bug has been marked as a duplicate of bug 114918 ***