On 19/09/11 15:55, Colin Watson wrote:
On Thu, Sep 08, 2011 at 06:14:49PM +0100, Colin Watson wrote:* Build with -fno-tree-dse, since otherwise GCC>= 4.5 misoptimises allocateMoreSlots() (closes: #625756, LP: #749139).In fact, as GCC upstream pointed out, a more targeted - and I think more correct - fix is -fno-builtin-malloc. -fno-tree-dse won't really hurt much, but it will probably lose out on a bit of optimisation.
Thanks for this; I've uploaded a new version with this improved fix. Regards, Matthew -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

