Re: [PORTS] Port Bug Report: Would not build with -O2 flags set - Mailing list pgsql-ports

From Thomas Lockhart
Subject Re: [PORTS] Port Bug Report: Would not build with -O2 flags set
Date
Msg-id 375B6337.AE4A2AFD@alumni.caltech.edu
Whole thread Raw
In response to Re: [PORTS] Port Bug Report: Would not build with -O2 flags set  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [PORTS] Port Bug Report: Would not build with -O2 flags set  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-ports
> > > Only certain platforms do this optimization.  I don't think we can fix
> > > it for 6.5, but it is good to know.
> > It is most likely a 64bit issue, since my RH-5.2/egcs-1.1.2 machine
> > does not show a problem (other than floating point funny business with
> > rounding).
> But hs is on an alpha.  Could be very different optimizations on the
> different platforms, no?

Sure. But gcc support for Alphas has been around for years, so imho
the most likely cause for the difference is a size issue in Postgres,
not an inability on the part of gcc to optimize code.

                         - Thomas

--
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California

pgsql-ports by date:

Previous
From: Robert Bruccoleri
Date:
Subject: Postgres meets Irix...
Next
From: Bruce Momjian
Date:
Subject: Re: [PORTS] Port Bug Report: Would not build with -O2 flags set