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: [Bug target/14960] -maltivec affects vector return with -mabi=no-altivec


> Does it ever make sense for TARGET_ALTIVEC_ABI to be true when
> TARGET_ALTIVEC is false?  If not, why not force the former off when
> the latter is not set?  Then code need only check the one.

I believe Geoff had objections to doing so.  IIRC, an ABI change
shouldn't imply an ISA change, and vice versa.

Geoff?


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