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



On Mar 30, 2005, at 12:46 PM, Richard Henderson wrote:


On Wed, Mar 30, 2005 at 10:15:58AM -0800, Fariborz Jahanian wrote:
        * builtins.c (expand_builtin_powi): Fix mode of
        2nd argument to match that of SItype.

Changelong is now wrong,


+   /* mode of the 2nd argument must match Wtype. */
+   mode2 = mode_for_size (INT_TYPE_SIZE, MODE_INT, 0);

Comment was always wrong. Also Capitalize your sentence properly.

Yes. Comments/ChangeLog was leftover from earlier patch. Fixed.


- thanks, fariborz


Otherwise ok.



r~


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