On Mon, Sep 28, 2009 at 14:30, Jack Howarth <howa...@bromo.med.uc.edu> wrote:
> Has this patch been tested on non-elf targets like darwin > yet to make sure they still build? If not, is the proposed > merge patch against current gcc trunk available somewhere for > testing on darwin? It would be nice to get ahead of the curve > if this merge is going to break the darwin builds. It should build on darwin. configure should not enable lto (giving you a regular non-lto build) and if you force it with --enable-lto, configure should give you an error and refuse to proceed. Would you be able to test this? Thanks. Diego.