This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: working around "QImode can alias everything" missed optimizations


Mike Stump wrote:
> > Is it possible to use an anonymous struct containing a char?
> 
> No.

<raises eyebrow>

Why not?  I thought a `struct X { int_type y; }' would not type-alias
anything except certain struct types related to X.

-- Jamie

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]