public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@linux-m68k.org>
To: Bernd Schmidt <bernds_cb1@t-online.de>
Cc: GCC Patches <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH 0/4] Eliminate cc0 from m68k
Date: Sat, 16 Nov 2019 08:26:00 -0000	[thread overview]
Message-ID: <87imnkdykn.fsf@hase.home> (raw)
In-Reply-To: <d6a42db5-cc76-95b7-abe4-2487ff06e5aa@t-online.de> (Bernd	Schmidt's message of "Sat, 16 Nov 2019 01:03:38 +0100")

On Nov 16 2019, Bernd Schmidt wrote:

> Well, there has to be some difference between what you are doing and
> what I am doing, because:
>
> Running /local/src/egcs/git/gcc/testsuite/g++.old-deja/old-deja.exp ...
>
> 		=== g++ Summary ===
>
> # of expected passes		26826
> # of expected failures		82
> # of unsupported tests		157
> /local/src/egcs/bm68k-test/gcc/xg++  version 10.0.0 20191101
> (experimental) (GCC)

		=== g++ Summary ===

# of expected passes		170041
# of unexpected failures	74
# of expected failures		708
# of unresolved testcases	2
# of unsupported tests		7419
/daten/aranym/gcc/gcc-20191115/Build/gcc/xg++  version 10.0.0 20191114 (experimental) [trunk revision 278266] (GCC) 

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

  reply	other threads:[~2019-11-16  8:18 UTC|newest]

Thread overview: 87+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-13 13:08 Bernd Schmidt
2019-11-13 13:09 ` [PATCH 1/4] Preliminary m68k patches Bernd Schmidt
2019-11-13 20:37   ` Jeff Law
2019-11-14 12:25     ` Bernd Schmidt
2019-11-17 18:27       ` Jeff Law
2019-11-18 16:52       ` Jeff Law
2019-11-13 13:13 ` [PATCH 2/4] The main m68k cc0 conversion Bernd Schmidt
2019-11-13 13:29   ` Bernd Schmidt
2019-11-17 18:00     ` Jeff Law
     [not found]       ` <5bba50b1-f8de-42fb-1057-208b52c847fb@t-online.de>
2019-11-18 17:42         ` Bernd Schmidt
2019-11-18 17:55           ` Jeff Law
2019-11-23 17:36     ` John Paul Adrian Glaubitz
2019-11-23 19:54       ` Jeff Law
2019-11-23 20:53         ` Oleg Endo
2019-11-24 18:09           ` Jeff Law
2019-11-23 22:34         ` Bernd Schmidt
2019-11-24 10:25           ` Bernd Schmidt
2019-11-25 11:37             ` Andreas Schwab
2019-11-25 12:33               ` Bernd Schmidt
2019-11-25 13:51                 ` Andreas Schwab
2019-11-28 20:00             ` Gunther Nikl
2019-11-28 20:45               ` Bernd Schmidt
2019-11-25 12:34         ` Bernd Schmidt
2019-11-25 12:38           ` John Paul Adrian Glaubitz
2019-11-25 12:39             ` Bernd Schmidt
2019-11-25 12:44               ` John Paul Adrian Glaubitz
2019-11-25 12:40           ` Tobias Burnus
2019-11-25 13:08             ` Bernd Schmidt
2019-11-25 14:42             ` Segher Boessenkool
2019-11-25 14:46               ` John Paul Adrian Glaubitz
2019-11-29 17:32                 ` Segher Boessenkool
2019-11-26  0:49           ` Joseph Myers
2019-11-26  2:22             ` Bernd Schmidt
2019-11-26  2:45               ` Joseph Myers
2019-11-26  5:11                 ` Bernd Schmidt
2019-11-26 23:34                   ` Joseph Myers
2019-11-27  8:45                     ` Richard Biener
2019-11-26  8:04               ` John Paul Adrian Glaubitz
2019-11-13 13:21 ` [PATCH 3/4] Set costs for jumps in combine Bernd Schmidt
2019-11-13 16:26   ` Segher Boessenkool
2019-11-21 13:53     ` Bernd Schmidt
2019-11-22  0:52       ` Segher Boessenkool
2019-11-22  1:09         ` Bernd Schmidt
2019-11-22  2:43         ` Paul Koning
2019-11-22 16:57           ` Segher Boessenkool
2019-11-13 13:24 ` [PATCH 4/4] Fix autoinc cbranch Bernd Schmidt
2019-11-19  0:36   ` Segher Boessenkool
2019-11-24 14:20     ` Bernd Schmidt
2019-11-24 17:48       ` Segher Boessenkool
2019-11-24 19:55         ` Segher Boessenkool
2019-11-24 20:47           ` Bernd Schmidt
2019-11-24 22:20             ` Segher Boessenkool
2019-11-13 18:58 ` [PATCH 0/4] Eliminate cc0 from m68k Segher Boessenkool
2019-11-13 19:07   ` Bernd Schmidt
2019-11-13 19:25     ` Segher Boessenkool
2019-11-15 13:48     ` John Paul Adrian Glaubitz
2019-11-15 14:36       ` John Paul Adrian Glaubitz
2019-11-13 19:41 ` Jeff Law
2019-11-14 15:00   ` Richard Henderson
2019-11-15 13:49 ` Andreas Schwab
2019-11-15 16:34   ` Bernd Schmidt
2019-11-15 16:36     ` Andreas Schwab
2019-11-15 21:41       ` Bernd Schmidt
2019-11-15 22:21         ` Andreas Schwab
2019-11-15 22:22           ` Bernd Schmidt
2019-11-15 22:57             ` Andreas Schwab
2019-11-16  0:17               ` Bernd Schmidt
2019-11-16  8:26                 ` Andreas Schwab [this message]
2019-11-16 13:32                   ` Bernd Schmidt
2019-11-16 10:47                 ` Andreas Schwab
2019-11-16 12:16               ` John Paul Adrian Glaubitz
2019-11-17 16:19 Mikael Pettersson
2019-11-17 16:58 ` Andreas Schwab
2019-11-17 18:04   ` Jeff Law
2019-11-17 19:45   ` Mikael Pettersson
2019-11-18 19:39     ` Bernd Schmidt
2019-11-18 20:57       ` Mikael Pettersson
2019-11-20 13:52         ` Mikael Pettersson
2019-11-20 14:29           ` Bernd Schmidt
2019-11-20 16:59             ` Jeff Law
2019-11-20 20:04             ` Mikael Pettersson
2019-11-20 20:29               ` Jeff Law
2019-11-20 20:50               ` Bernd Schmidt
2019-11-20 22:18                 ` Richard Earnshaw
2019-11-21 12:32                   ` Matthias Klose
2019-11-21 14:02                     ` Bernd Schmidt
2019-11-21 14:36 ` John Paul Adrian Glaubitz

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=87imnkdykn.fsf@hase.home \
    --to=schwab@linux-m68k.org \
    --cc=bernds_cb1@t-online.de \
    --cc=gcc-patches@gcc.gnu.org \
    /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).