https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106736
--- Comment #17 from Kewen Lin <linkw at gcc dot gnu.org> --- (In reply to Arseny Solokha from comment #16) > (In reply to Kewen Lin from comment #15) > > 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? > > Sure, I've just filed PR108272. Got it, thanks! > > > Btw, excepting for this kind of asm usage, do you spot some others? > > Not yet. Due to the way my test setup works, I don't distinguish different > causes of the same ICE. I'll try to collect more cases by the end of the > week. Many thanks!