public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Hans-Peter Nilsson <hans-peter.nilsson@axis.com>
To: ro@CeBiTec.Uni-Bielefeld.DE
Cc: hp@axis.com, gcc-patches@gcc.gnu.org, bonzini@gnu.org,
	sje@cup.hp.com,   hp@axis.com
Subject: Re: Massive breakage with your libgcc patches
Date: Thu, 03 Nov 2011 14:46:00 -0000	[thread overview]
Message-ID: <201111031430.pA3EUg5w012660@ignucius.se.axis.com> (raw)
In-Reply-To: <ydd7h3h5p2d.fsf@manam.CeBiTec.Uni-Bielefeld.DE> (message from	Rainer Orth on Thu, 3 Nov 2011 14:10:50 +0100)

> From: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
> Date: Thu, 3 Nov 2011 14:10:50 +0100

> Hans-Peter Nilsson <hans-peter.nilsson@axis.com> writes:
> 
> > For big changes such as this, please test on a cross
> > configuration as well.
> 
> A random cross wouldn't help, and I'd claim it's impractical to set up
> full cross environments for all affected targets.

I beg to differ on both accounts.  A single cross would have
provided a smoke-test and once a *-elf is set up, you can reuse
that for other *-elf (or *-eabi) targets as well.  As Bernd
mentioned, newlib, binutils - and sim are all that's needed;
different --target=* options and different
RUNTESTFLAGS=--target_board=* options.  See simtest-howto.html.

>  That's why I
> repeatedly send calls for testers, with exactly no reaction at
> all ;-(

But isn't that a clue?  Looking in my mail, I see a stream of
patches from Aug 15, which I reviewed.  I don't see anything
CC:ed to me after Aug 16 until yesterday.

> > For cris-elf, a patch in the range 180770:180778 supposedly
> > yours, cause massive testsuite failures on the form of not
> > finding functions in libgcc at link-time.  From gcc.log:
> >
> > Executing on host: /tmp/hpautotest-gcc1/cris-elf/gccobj/gcc/xgcc -B/tmp/hpautotest-gcc1/cris-elf/gccobj/gcc/ /tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/complex-1.c /tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/complex-1-lib.c /tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/lib/main.c   -w  -O0    -isystem /tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/./newlib/targ-include -isystem /tmp/hpautotest-gcc1/gcc/newlib/libc/include -B/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/./libgloss/cris/ -L/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/./libgloss/cris -L/tmp/hpautotest-gcc1/gcc/libgloss/cris  -B/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/./newlib/ -L/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/./newlib -sim3  -lm   -o /tmp/hpautotest-gcc1/cris-elf/gccobj/gcc/testsuite/gcc/complex-1.x0    (timeout = 300)
> > /tmp/ccAbw5Fs.o: In function `main_test':
> > complex-1.c:(.text+0x9e): undefined reference to `__nesf2'
> > complex-1.c:(.text+0xb8): undefined reference to `__nesf2'
> > complex-1.c:(.text+0xfa): undefined reference to `__nesf2'
> > complex-1.c:(.text+0x114): undefined reference to `__nesf2'
> > complex-1.c:(.text+0x142): undefined reference to `__nesf2'
> > /tmp/ccAbw5Fs.o:complex-1.c:(.text+0x162): more undefined references to `__nesf2' follow
> 
> Do you have an old build lying around to check where that symbol came
> from before

libgcc.a ...

> and why that object isn't built any longer/not included
> libgcc?

Ah, the bug?  Nm, I'll go fix it myself.  (This is the kind of
back-and-forth that's just so time-consuming that I'd rather
not.  Film at 11.)

brgds, H-P

  reply	other threads:[~2011-11-03 14:31 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-15 17:53 CFT: [build] Move crtstuff support to toplevel libgcc Rainer Orth
2011-08-15 21:00 ` Hans-Peter Nilsson
2011-08-16 17:13   ` Rainer Orth
2011-11-02 12:49 ` Rainer Orth
2011-11-02 20:16   ` Massive breakage with your libgcc patches Hans-Peter Nilsson
2011-11-02 20:26     ` Bernd Schmidt
2011-11-03 13:17       ` Rainer Orth
2011-11-03 13:58         ` Bernd Schmidt
2011-11-03 17:28           ` Rainer Orth
2011-11-03 17:54             ` Bernd Schmidt
2011-11-03 18:15               ` Rainer Orth
2011-11-03 18:48                 ` Bernd Schmidt
2011-11-03 19:31                   ` Rainer Orth
2011-11-04 12:01                     ` Bernd Schmidt
2011-11-07 13:46                     ` Bernd Schmidt
2011-11-07 18:38                       ` Rainer Orth
2011-11-08 13:27                         ` Paolo Bonzini
2011-11-21 16:41                           ` Rainer Orth
2011-11-21 16:46                             ` Paolo Bonzini
2011-11-08 16:56                         ` Bernd Schmidt
2011-11-08 18:02                           ` Rainer Orth
2011-11-29 16:22                         ` Bernd Schmidt
2011-11-29 16:28                           ` Paolo Bonzini
2011-11-03 13:14     ` Rainer Orth
2011-11-03 14:46       ` Hans-Peter Nilsson [this message]
2011-11-03 15:42       ` Hans-Peter Nilsson
2011-11-03 15:42         ` Rainer Orth
2011-11-02 21:29   ` CFT: [build] Move crtstuff support to toplevel libgcc Jason Merrill
2011-11-02 21:47     ` Jason Merrill
2011-11-03 13:07     ` Rainer Orth
2011-11-03 13:12       ` Paolo Bonzini
2011-11-03 16:09         ` Jason Merrill
2011-11-03 11:01   ` Andreas Schwab
2011-11-03 11:37   ` Matthew Gretton-Dann
2011-11-03 16:42     ` Rainer Orth
2011-11-04 13:43   ` Andreas Krebbel
2011-11-04 14:34     ` Rainer Orth
2011-11-04 14:38     ` Andreas Krebbel
2011-11-04 14:54       ` Rainer Orth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201111031430.pA3EUg5w012660@ignucius.se.axis.com \
    --to=hans-peter.nilsson@axis.com \
    --cc=bonzini@gnu.org \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=hp@axis.com \
    --cc=ro@CeBiTec.Uni-Bielefeld.DE \
    --cc=sje@cup.hp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).