This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PRs 33816, 32921 (again, different)
> > This makes sense to me. If the type is still incomplete we don't want
> > to commit to consider its alias set as known and fixed.
>
> Bootstrapped and tested on x86_64-unknown-linux-gnu for all languages
> including Ada. The following is what I applied.
For the record, and since you wanted somebody familiar with the history of
this to comment, this seems fine. We really shouldn't be doing anything
meaningful with the alias set of an incomplete type since nobody should be
allowed to reference such an object by the semantics of all languages.