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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
That revision changed already the original dump:
-  __asm__("":"+m" <<< error >>>:);
+  __asm__("":"+m" x->a:);
and during gimplification the asm stmt used to be removed instead of being
kept.

Reply via email to