This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Unaligned block moves and MEM_ALIGN re-broken
- From: dewar at gnat dot com (Robert Dewar)
- To: dje at watson dot ibm dot com, kenner at vlsi1 dot ultra dot nyu dot edu
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 26 Jan 2002 04:58:48 -0500 (EST)
- Subject: Re: Unaligned block moves and MEM_ALIGN re-broken
<< STRICT_ALIGNMENT must be tested dynamically when the compiler is
running, not statically by the preprocessor. It can be set by
command-line options.
>>
I assume this means that this option must be used uniformly for absolutely
every component of a program, including all library components. It would
be nice if this could be enforced somehow.