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. -- Colin Watson [[email protected]] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

