This is the mail archive of the gcc@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: [cygwin] Can't boostrap current gcc trunk with libjava: ../../../gcc/libjava/classpath/native/fdlibm/mprec.h:297:1: error: "_EXFUN" redefined


16 Apr 2007 16:50:03 -0600, Tom Tromey <tromey@redhat.com>:
>>>>> "Dave" == Dave Korn <dave.korn@artimi.com> writes:

Dave>   The definition of _EXFUN in mprec.h is unconditionally:
Dave> #define _EXFUN(name, proto)             name proto

libjava, and subsequently Classpath, imported an old version of this
code, which was then hacked over randomly.

Dave> How about we whip up a patch to just turn all the _EXFUN
Dave> definitions into real honest-to-goodness ansi prototypes?  Is it
Dave> actually serving any real purpose?

I think just the hypothetical scenario of making it simpler to import
a newer version of fdlibm and/or mprec.  I think we may have imported
a new mprec at one point, but I don't recall us ever importing a newer
fdlibm.

Tom


ehrm, well... I have to ask. Have you convereged at something yet?


--
Cheers,

/ChJ


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