From: | "Dave Held" <dave(dot)held(at)arrayservicesgrp(dot)com> |
---|---|
To: | <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Woo hoo ... a whole new set of compiler headaches!! :) |
Date: | 2005-04-22 15:10:15 |
Message-ID: | 49E94D0CFCD4DB43AFBA928DDD20C8F9026184CB@asg002.asg.local |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> -----Original Message-----
> From: Marc G. Fournier [mailto:scrappy(at)postgresql(dot)org]
> Sent: Friday, April 22, 2005 9:46 AM
> To: Dave Held
> Cc: pgsql-hackers(at)postgresql(dot)org
> Subject: Re: [HACKERS] Woo hoo ... a whole new set of compiler
> headaches!! :)
>
> [...]
> With GCC 4.x, there are new optimizations, and a while new set
> of "unknowns" that we're going to possibly get bug reports for
> ... and, it *is* a .0 major release for GCC,
Yeah, I agree that the first version of a major release can be a
bit hairy.
> so there are bound to be bugs in their optimizer also,
Well that's like saying there were bound to be bugs in postgres
8.0 ;>
> and I know there are some that will see "the latest and
> greatest", install it and come flying at us when its possible
> that its a bug in the newer GCC itself ...
So just make the build system detect the version number and
compile with -O0 or -O1 for gcc >= 4.0. ;> Anyway, that's what
I thought the regression tests are for. Or is the development
team unlikely to do any builds against 4.x for a while?
__
David B. Held
Software Engineer/Array Services Group
200 14th Ave. East, Sartell, MN 56377
320.534.3637 320.253.7800 800.752.8129
From | Date | Subject | |
---|---|---|---|
Next Message | Marc G. Fournier | 2005-04-22 15:17:14 | Re: Woo hoo ... a whole new set of compiler headaches!! |
Previous Message | Tom Lane | 2005-04-22 14:58:59 | Re: Woo hoo ... a whole new set of compiler headaches!! |