Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Re: gcc development schedule [Re: sharing libcpp between GDB and GCC]
@ 2002-03-27  6:01 Robert Dewar
  0 siblings, 0 replies; 35+ messages in thread
From: Robert Dewar @ 2002-03-27  6:01 UTC (permalink / raw)
  To: dan, lord; +Cc: gcc, gdb

<<(and I suspect that there are, in fact, several more than two); a
better approach would be to collect those automated testing
infrastructures under a common (automated) interface and make them
available to lots of branches (even branches not maintained by people
with write access to the main repository).
>>

In the case of GNAT, our primary test suite is composed almost entirely
of proprietary code from customers, and cannot be made available. I would
be surprised if that is not the case in other situations.


^ permalink raw reply	[flat|nested] 35+ messages in thread
* Re: gcc development schedule [Re: sharing libcpp between GDB and GCC]
@ 2002-03-27 19:17 Kaveh R. Ghazi
  2002-03-27 19:46 ` Zack Weinberg
  2002-03-28 12:34 ` Phil Edwards
  0 siblings, 2 replies; 35+ messages in thread
From: Kaveh R. Ghazi @ 2002-03-27 19:17 UTC (permalink / raw)
  To: zack; +Cc: gcc, gdb, jimb, rth

 > From: Zack Weinberg <zack@codesourcery.com> 
 > 
 > I'll add that this is an argument for a better version control
 > system; most of the changes on the queue inside my head, I would
 > have done on a branch if CVS didn't make branches such a pain.
 > (E.g. it takes about 10x longer to do "cvs update" on the 3.0
 > branch than the trunk.)
 > zw

Yeah, what's up with that?  (I thought it was just me.)

--
Kaveh R. Ghazi			Director of Systems Architecture
ghazi@caip.rutgers.edu		Qwest Global Services


^ permalink raw reply	[flat|nested] 35+ messages in thread
* sharing libcpp between GDB and GCC
@ 2002-03-25 15:40 Jim Blandy
  2002-03-25 20:07 ` Zack Weinberg
  0 siblings, 1 reply; 35+ messages in thread
From: Jim Blandy @ 2002-03-25 15:40 UTC (permalink / raw)
  To: gcc; +Cc: gdb


At the moment, libcpp lives in the `gcc' directory of its source tree,
and it shares GCC's makefile and configure script.

I assume there's general agreement that, if GDB and GCC are going to
share libcpp, we'll want to pull libcpp out into its own top-level
directory, with its own makefile and configure script, and move its
header files into the top-level #include directory.  Is that so?

There are two approaches we could take; I'm not sure which is best.

- The GCC folks could do this extraction, ensuring that GCC continues
  to work.  Then we can copy that directory over into GDB's
  repository, and begin the libcpp/GDB integration.

- Or, the GDB folks could make their own libcpp directory and drop my
  simple-minded expander into it, along with its header file, ensuring
  that GDB continues to work.  Then, we wipe that out and replace it
  with libcpp, and do the libcpp/GDB integration as part of the same
  commit.

I think I prefer the former.  In the latter case, one has to do the
simple-minded-to-libcpp replacement simultaneously with the libcpp/GDB
adaptation, or else GDB will cease to work.  In the former case, we
can have libcpp sitting in GDB's repository, while GDB continues to
use the simple-minded expander, and do the libcpp/GDB reconciliation
(whatever is necessary) as a separate step.

Are the GCC folks willing to tackle this?  Do you agree that this
seems to be the next logical step?

(I've got some weird reverse-caffeine headache or something, so if
this is totally stupid, please be kind.)


^ permalink raw reply	[flat|nested] 35+ messages in thread

end of thread, other threads:[~2002-04-03 22:29 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-27  6:01 gcc development schedule [Re: sharing libcpp between GDB and GCC] Robert Dewar
  -- strict thread matches above, loose matches on Subject: below --
2002-03-27 19:17 Kaveh R. Ghazi
2002-03-27 19:46 ` Zack Weinberg
2002-03-28  1:24   ` Gerald Pfeifer
2002-03-28  1:53     ` Jason Molenda
2002-03-28  2:01       ` Jason Molenda
2002-03-28  7:17         ` Christopher Faylor
2002-03-28  9:01       ` David O'Brien
2002-03-28 21:29         ` Christopher Faylor
2002-03-28  9:00     ` David O'Brien
2002-04-03 14:19   ` Jim Blandy
2002-04-03 14:29     ` Phil Edwards
2002-03-28 12:34 ` Phil Edwards
2002-03-25 15:40 sharing libcpp between GDB and GCC Jim Blandy
2002-03-25 20:07 ` Zack Weinberg
2002-03-26 14:29   ` gcc development schedule [Re: sharing libcpp between GDB and GCC] Richard Henderson
2002-03-26 14:37     ` David Edelsohn
2002-03-26 21:32       ` Andreas Jaeger
2002-03-26 15:17     ` Neil Booth
2002-03-26 15:30       ` Tom Lord
2002-03-26 15:40         ` David Edelsohn
2002-03-26 16:03           ` Tom Lord
2002-03-26 16:41             ` Tim Hollebeek
2002-03-26 22:23               ` Eli Zaretskii
2002-03-26 22:43                 ` Tom Lord
2002-03-27  7:18                   ` mike stump
2002-03-27  9:00                     ` law
2002-03-27 10:13                       ` Neil Booth
2002-03-26 22:45                 ` Tom Lord
2002-03-26 23:11                 ` Daniel Berlin
2002-03-26 23:53                   ` Tom Lord
2002-03-27  4:32                     ` Fergus Henderson
2002-03-27  6:30                     ` Andrew Cagney
2002-03-27  6:43                       ` Gianni Mariani
2002-03-26 22:39         ` Andreas Jaeger
2002-03-26 22:54           ` Tom Lord
2002-03-26 15:31       ` Zack Weinberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox