This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][PING] Enable LTO on darwin


On Fri, Sep 03, 2010 at 03:55:19PM -0400, Diego Novillo wrote:
> On Fri, Sep 3, 2010 at 10:26, Diego Novillo <dnovillo@google.com> wrote:
> > On Fri, Sep 3, 2010 at 10:22, Jack Howarth <howarth@bromo.med.uc.edu> wrote:
> >
> >> http://gcc.gnu.org/ml/gcc-patches/2010-08/msg01827.html
> >
> > OK.
> 
> Committed as revision 163839.  Please watch for any fallout, I don't
> have a darwin system able to do gcc builds.
> 
> 
> Diego.

Diego,
   I will test in the next couple of hours but expect no issues. Our big problem
at the moment is the failout from r163815/r163816. Previous to those commits on
darwin, enable_decimal_float had inconsistent outputs. In all of the build 
subdirectories except those for libgcc, it was set to "dpd" whereas in the libgcc
subdirectories it was set to 'no'. Now the contents for enable_decimal_float
are apparently cached in the build and always set to "dpd". Hence the missing
symbols when the decimal float testsuite is run...

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45524

        Jack


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]