Re: [PATCH 3/7] alpha: Modernize lib/mpi/longlong.h

2013-07-16 Thread Richard Henderson
On 07/16/2013 10:19 AM, Joe Perches wrote: > On Tue, 2013-07-16 at 10:04 -0700, Richard Henderson wrote: >> Remove the compile warning for __udiv_qrnnd not having a prototype. >> Use the __builtin_alpha_umulh introduced in gcc 4.0. > > Isn't gcc 3.x still a supported compiler? Further investigati

Re: [PATCH 3/7] alpha: Modernize lib/mpi/longlong.h

2013-07-16 Thread Joe Perches
On Tue, 2013-07-16 at 10:04 -0700, Richard Henderson wrote: > Remove the compile warning for __udiv_qrnnd not having a prototype. > Use the __builtin_alpha_umulh introduced in gcc 4.0. Isn't gcc 3.x still a supported compiler? > diff --git a/lib/mpi/longlong.h b/lib/mpi/longlong.h [] > @@ -151,15