https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113394
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alexandre Oliva <aol...@gcc.gnu.org>: https://gcc.gnu.org/g:d826596acb02edf41ac4f76af2aed5efa3b8c698 commit r14-8643-gd826596acb02edf41ac4f76af2aed5efa3b8c698 Author: Alexandre Oliva <ol...@adacore.com> Date: Wed Jan 31 00:13:27 2024 -0300 strub: drop nonaliased parm from build_ref_type_for [PR113394] Variant type copies can't have their own alias sets any more, and it's not like setting them affected the pointed-to objects anyway. for gcc/ChangeLog PR debug/113394 * ipa-strub.cc (build_ref_type_for): Drop nonaliased. Adjust caller. for gcc/testsuite/ChangeLog PR debug/113394 * gcc.dg/strub-internal-pr113394.c: New.