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]

Re: Build problems on Solaris 2.5.1


> I'd prefer this be more similar to other instances in the compiler like
> 
>   /* Make sure the data is reasonably aligned.  */
>   union {
>     HOST_WIDEST_INT i;
> #ifdef HAVE_LONG_DOUBLE
>     long double d;
> #else
>     double d;
> #endif


Ah!  I wondered if there was precedent for solving this problem elsewhere 
in the compiler, but hadn't been able to find it.  I like that solution 
much better...

R.


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