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: PING: patch to fix __builtin_powi failure on apple-ppc-darwin


Fariborz Jahanian <fjahanian@apple.com> writes:

> http://gcc.gnu.org/ml/gcc-patches/2005-03/msg01825.html

Pmode is certainly wrong.

It looks like either:

- pow*i should be changed to use word_type; or

- optabs should be changed to hard-code SImode; or

- pow*i should be changed to use 'int' (with a #undef), and optabs
  should be changed to use the appropriate mode.

I think the third one is most correct.


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