public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: 970825 Snapshot Available
@ 1997-08-25 22:25 H.J. Lu
  1997-08-25 22:55 ` Jeffrey A Law
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: H.J. Lu @ 1997-08-25 22:25 UTC (permalink / raw)
  To: egcs

> We've actually only tested with the full snapshot; we're interested in
> hearing if people can build the core or the core + particular language
> add-ons.
> 

What happened to my SMP patch? The build cannot be done without it
on an SMP machine.

--- 
H.J. Lu (hjl@gnu.ai.mit.edu)

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Much c-torture success on 970825 :-)
@ 1997-08-26  1:43 J. Kean Johnston
  1997-08-26  1:43 ` 970825 Snapshot Available Jim Wilson
  0 siblings, 1 reply; 7+ messages in thread
From: J. Kean Johnston @ 1997-08-26  1:43 UTC (permalink / raw)
  To: egcs

Hi again.

On SCO Open Server 5.0, in both COFF and ELF modes, egcs 970825 passes
c-torture with flying colours. It only has a single expected failure.
I am about to do all of the libg++ tests, and will keep you all informed
of success on that front.

Also of interest, it is currently building cleanly on SCO UnixWare SVR5.
This is a HUGE win for the EGCS project. Well done everyone, this is
great. Just for the sake of satisfying my perverse curiosity, I am
going to try and build XFree86 3.3.1 with the newly built, fresh out
of the box egcs, and see what happens.

JKJ

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: fixing the c++/f77 circular dependency
@ 1997-08-25 20:08 Jim Wilson
  1997-08-25 20:25 ` 970825 Snapshot Available Jeffrey A Law
  0 siblings, 1 reply; 7+ messages in thread
From: Jim Wilson @ 1997-08-25 20:08 UTC (permalink / raw)
  To: egcs

	Could someone please tell me why we cannot put a target libgcc.a in
	cp/Makefile.in? It will resolve that problem. I am willing to
	write a patch if people think it is a good idea.

There is a serious dependency problem which has already been mentioned a few
times.  If libgcc.a contains C++ code, then libgcc.a depends on cc1plus,
which means we always build cc1plus even if it is not in languages.  Simply
moving the rule to cp/Makefile.in does not solve this problem, because
we still have libgcc.a dependencing on cc1plus.

The existing rule for the C++ libgcc.a stuff uses contortions to try to
avoid an explicit cc1plus dependency, but it is ugly, does not work reliably,
and has been causing problems.

Jim

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

end of thread, other threads:[~1997-08-26  1:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-08-25 22:25 970825 Snapshot Available H.J. Lu
1997-08-25 22:55 ` Jeffrey A Law
1997-08-25 23:02 ` -g1 lossage Robert Lipe
1997-08-25 23:05 ` this week's patch for libgcc2-elf.a Robert Lipe
1997-08-25 23:05 ` Suggestion re: 970825 Snapshot Available Julian Seward
  -- strict thread matches above, loose matches on Subject: below --
1997-08-26  1:43 Much c-torture success on 970825 :-) J. Kean Johnston
1997-08-26  1:43 ` 970825 Snapshot Available Jim Wilson
1997-08-25 20:08 fixing the c++/f77 circular dependency Jim Wilson
1997-08-25 20:25 ` 970825 Snapshot Available Jeffrey A Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).