This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: working around "QImode can alias everything" missed optimizations
- To: Mike Stump <mrs at windriver dot com>
- Subject: Re: working around "QImode can alias everything" missed optimizations
- From: Jamie Lokier <egcs at tantalophile dot demon dot co dot uk>
- Date: Wed, 31 May 2000 20:32:03 +0200
- Cc: dje at transmeta dot com, gcc at gcc dot gnu dot org, rth at cygnus dot com
- References: <200005311825.LAA00566@kankakee.wrs.com>
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