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:
> The standard already has this.  It is called int8_t.  It is not a
> character type, and the alias stuff makes an exception only for
> character type (s/u/plain char).  So there you have it.  We just need
> to fix an brokenness in the compiler that doesn't respect this fact.

Is it possible to use an anonymous struct containing a char?

-- Jamie

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