https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106736
--- Comment #15 from Kewen Lin <linkw at gcc dot gnu.org> --- (In reply to Arseny Solokha from comment #14) > W/ gcc 13.0.0 20221225 snapshot (g:febb58d28bfa4b544ec7ffec2d61f46d25205ff0) > I still get this ICE when compiling > gcc/testsuite/gcc.target/powerpc/mma-builtin-3.c: > Thanks for reporting, confirmed. The function rs6000_opaque_type_invalid_use_p only handles gassign, this failure shows another usage with asm, so we need to teach about gasm. Since it's for a new usage, I think it's better to have one separated bug for it. Do you mind to file a new one? Btw, excepting for this kind of asm usage, do you spot some others?