This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: RFC: parallelize "make check"


On Fri, 26 Jun 2009, Tom Tromey wrote:

> I don't know what else from gcc I'd want to use.

Constant folding support for arithmetic on target types would be nice to 
share, rather than the GDB kludges of using host floating point types as a 
bad approximation to target types and duplicating floating point format 
handling code for GCC and GDB.  But it would also be desirable to make 
more use of MPFR in GCC for this in place of its own code, so sharing with 
GDB would introduce a probably unwanted MPFR dependency to GDB (and in due 
course an MPC dependency for complex arithmetic as well), and any move of 
GCC code to C++ would also make sharing harder unless GDB also moves.

-- 
Joseph S. Myers
joseph@codesourcery.com


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