On Fri, Sep 3, 2010 at 8:53 PM, Jack Howarth <howa...@bromo.med.uc.edu> wrote: > Paolo, > Could you please look over PR45524 and then revert the offending > r163815/r163816 that has broken decimal float support for all non-linux > targets. That patch is wrong in so many ways, it is hard to know where > to start... > > 1) Moving two sections of code from gcc/configure.ac as template and > leaving behind a critical intervening section that then gets placed > out of sequence. > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45524#c13 > > 2) Assuming that the subtle differences between the three configure.ac's > can be ignored... > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45524#c11 > > The author needs to first solve the build issues that caused those hacks > to be added before attempting to remove them from the common dfp.m4. > Jack >
Please try: http://gcc.gnu.org/bugzilla/attachment.cgi?id=21697 The real problem is that a hack for make dependency in libdecnumber is included in config/dfp.m4 which breaks many targets. -- H.J.