This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [i86 patch]: Add -mpreferred-data-alignment option
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 17 Oct 2003 13:58:56 -0400 (EDT)
- Subject: Re: [i86 patch]: Add -mpreferred-data-alignment option
On Fri, 17 Oct 2003, Nathan Sidwell wrote:
> booted on i686-pc-linux-gnu, and tested by visual inspection of the output.
> (I'm not sure how to write a test for this feature.) ok?
Use the gcc.dg framework and scan-assembler for a regex with the
expected alignment pseudo.
brgds, H-P