This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Pass -mtune and -march options to assembler.
On Tuesday 26 May 2009, Valdimir Volynsky wrote:
> Paul Brook <paul@codesourcery.com> wrote:
> > Or, even better, use the .arch directive that already
> > exists and add .tune.
>
> IMHO, we have use only common for all assemblers
> directives and do not create new one. Probably comment is
> most safety choice.
Having assembler behavior depend on the contents of a comment sounds like a
truly terrible idea to me.
Paul