public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: alpha bootstrap failure, new symptom
@ 2001-11-20 18:08 Richard Kenner
  2001-11-20 18:29 ` Brad Lucier
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Richard Kenner @ 2001-11-20 18:08 UTC (permalink / raw)
  To: lucier; +Cc: gcc

    When I said "make bootstrap" it failed.  I presume that it would have
    done the same for you, since the problem seems to have been
    machine-independent.

When I do "make bootstrap", it just bootstraps the compiler.  Perhaps you
were in the directory above "gcc" when you did it.  That might also build
other stuff (which I never got working for me).

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Re: alpha bootstrap failure, new symptom
@ 2001-11-21 13:43 Richard Kenner
  2001-11-29  4:05 ` Richard Kenner
  0 siblings, 1 reply; 20+ messages in thread
From: Richard Kenner @ 2001-11-21 13:43 UTC (permalink / raw)
  To: mark; +Cc: gcc

    I know that Richard Henderson uses an Alpha box every day, and has no
    trouble this way.

He uses Alpha/Linux, I use Alpha/OSF, which is a big difference.

    I'm sure that people will help you.

Last time I sent messages about it, nobody was able to figure it out, but
I can try again.

I suspect it's some old relic somewhere in the machine.  We're planning on
replacing it soon, so it'll probably go away then.

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Re: alpha bootstrap failure, new symptom
@ 2001-11-21 12:31 Richard Kenner
  2001-11-21 12:44 ` Aldy Hernandez
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Richard Kenner @ 2001-11-21 12:31 UTC (permalink / raw)
  To: mark; +Cc: gcc

    It sounds like you are still not following our testing procedures.  Once
    again, all checkins to language-independent code should be proceeded by

      make bootstrap
      make check

    at the top level, and there should be no new tests.

I always work at the the level of the GCC subdirectory and the "make compare"
and "make gnatlib_and_tools" between those.  I was unaware that there was an
important distinction here and the web pages weren't clear until today.

I have always viewed the top level stuff as a morass and have never gotten
anything to work at that level.  I always get bizarre errors that nobody
is able to figure out and I think configure claims that at least one of
them isn't even supported on my configuration.

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Re:  alpha bootstrap failure, new symptom
@ 2001-11-20 17:24 Richard Kenner
  2001-11-20 18:06 ` Brad Lucier
  2001-11-28  8:07 ` Richard Kenner
  0 siblings, 2 replies; 20+ messages in thread
From: Richard Kenner @ 2001-11-20 17:24 UTC (permalink / raw)
  To: lucier; +Cc: gcc

That's not a bootstrap failure, but a failure building libstdc++.

I checked in the fix for that about an hour ago.

^ permalink raw reply	[flat|nested] 20+ messages in thread
* alpha bootstrap failure, new symptom
@ 2001-11-20 17:03 Brad Lucier
  2001-11-28  7:25 ` Brad Lucier
  0 siblings, 1 reply; 20+ messages in thread
From: Brad Lucier @ 2001-11-20 17:03 UTC (permalink / raw)
  To: gcc; +Cc: Brad Lucier

After a generic configure (without ada) bootstrap fails on 
alphaev6-unknown-linux-gnu after a good compare with

/export/u11/lucier/programs/gcc/gcc-3.1/objdir/gcc/xgcc -B/export/u11/lucier/programs/gcc/gcc-3.1/objdir/gcc/ -nostdinc++ -L/export/u11/lucier/programs/gcc/gcc-3.1/objdir/alphaev6-unknown-linux-gnu/libstdc++-v3/src -L/export/u11/lucier/programs/gcc/gcc-3.1/objdir/alphaev6-unknown-linux-gnu/libstdc++-v3/src/.libs -B/export/u10/gcc-3.1-test/alphaev6-unknown-linux-gnu/bin/ -B/export/u10/gcc-3.1-test/alphaev6-unknown-linux-gnu/lib/ -isystem /export/u10/gcc-3.1-test/alphaev6-unknown-linux-gnu/include -I../../../../libstdc++-v3/../gcc -I../../../../libstdc++-v3/../include -I/export/u11/lucier/programs/gcc/gcc-3.1/objdir/alphaev6-unknown-linux-gnu/libstdc++-v3/include/alphaev6-unknown-linux-gnu -I/export/u11/lucier/programs/gcc/gcc-3.1/objdir/alphaev6-unknown-linux-gnu/libstdc++-v3/include -I../../../../libstdc++-v3/libsupc++ -g -O2 -D_GNU_SOURCE -mieee -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -ffunction-sections -fdata-!
sections -g -c ../../../../libstdc++-v3/libsupc++/del_op.cc  -fPIC -DPIC -o del_op.o
In file included from ../../../../libstdc++-v3/libsupc++/new:41,
                 from ../../../../libstdc++-v3/libsupc++/del_op.cc:31:
../../../../libstdc++-v3/libsupc++/exception:62: Tree check: expected tree_list
   , have tree_vec in xref_basetypes, at cp/decl.c:12947

Brad

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

end of thread, other threads:[~2001-11-29 12:05 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-20 18:08 alpha bootstrap failure, new symptom Richard Kenner
2001-11-20 18:29 ` Brad Lucier
2001-11-28  9:46   ` Brad Lucier
2001-11-21  7:09 ` Mark Mitchell
2001-11-28 15:17   ` Mark Mitchell
2001-11-28  9:43 ` Richard Kenner
  -- strict thread matches above, loose matches on Subject: below --
2001-11-21 13:43 Richard Kenner
2001-11-29  4:05 ` Richard Kenner
2001-11-21 12:31 Richard Kenner
2001-11-21 12:44 ` Aldy Hernandez
2001-11-28 20:40   ` Aldy Hernandez
2001-11-21 13:09 ` Mark Mitchell
2001-11-28 21:46   ` Mark Mitchell
2001-11-28 18:23 ` Richard Kenner
2001-11-20 17:24 Richard Kenner
2001-11-20 18:06 ` Brad Lucier
2001-11-28  9:19   ` Brad Lucier
2001-11-28  8:07 ` Richard Kenner
2001-11-20 17:03 Brad Lucier
2001-11-28  7:25 ` Brad Lucier

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).