This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: generic and i386 bswap improvements


On 2/17/07, Richard Henderson <rth@redhat.com> wrote:

> I have added -march=k8 to compile flags, as it looks that this is kind
> of "generic" choice that covers 64bit and 32bit compilations in
> gcc.target/i386/*

Only because arch=generic is new.

But generic can only be used for -mtune...


hello.c:1: error: generic CPU can be used only for -mtune= switch
hello.c:1: error: bad value (generic) for -march= switch
hello.c:1: error: bad value (generic) for -march= switch

Uros.


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