This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Attributes on structs
Jason Merrill wrote:
Note that when I fix build_duplicate_type to work properly, the C++
compiler rejects the first usage because U doesn't refer to the original
type, so it isn't used for linkage. Perhaps that's why
build_duplicate_type got broken.
Actually, this happens regardless. So I guess I'll just leave
transparent_union alone; current usage won't be any more or less broken
than it is already.
Jason