This is the mail archive of the gcc@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 for gcc.c-torture/execute/ieee/20010226-1.c


On Mon, 2002-09-23 at 15:48, Fergus Henderson wrote:
> On 23-Sep-2002, D.Venkatasubramanian, Noida <dvenkat@noida.hcltech.com> wrote:
> >    >> You are assuming 8-bit bytes here.
> > 
> > So, could we do something like this?
> > 
> > + #if defined (__H8300__) || (__H8300H__) || (__H8300S__)
> > +   if (sizeof(long double) <= 4)
> > +     exit (0);
> > + #endif
> 
> I guess that would work.

Of course, that should read

#if defined (__H8300__) || defined (__H8300H__) || defined (__H8300S__)

Cheers.

l8er
manfred



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