public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
To: Andreas Schwab <schwab@linux-m68k.org>,
	d6a42db5-cc76-95b7-abe4-2487ff06e5aa@t-online.de
Cc: Bernd Schmidt <bernds_cb1@t-online.de>,
	gcc-patches <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH 0/4] Eliminate cc0 from m68k
Date: Sat, 16 Nov 2019 12:16:00 -0000	[thread overview]
Message-ID: <cfeea797-2640-0328-cee6-f275b9fbbf4c@physik.fu-berlin.de> (raw)
In-Reply-To: <87mucwvjng.fsf@igel.home>

Hi Andreas!

>                 === g++ Summary ===
> 
> # of expected passes            26803
> # of unexpected failures        16
> # of expected failures          82
> # of unsupported tests          157
> /daten/aranym/gcc/gcc-20191116/Build/gcc/xg++  version 10.0.0 20191115 (experimental) [trunk revision 278320] (GCC)

Is this testsuite run with or without Bernd's patches?

If yes, I think it would be a good sign that the patches are good for submission.

I will try to get the patches backported to gcc-9 so that we can start building Debian
packages with a patched gcc-9 which may help finding more regressions.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913

  parent reply	other threads:[~2019-11-16 11:33 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
2019-11-16 13:32                   ` Bernd Schmidt
2019-11-16 10:47                 ` Andreas Schwab
2019-11-16 12:16               ` John Paul Adrian Glaubitz [this message]
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=cfeea797-2640-0328-cee6-f275b9fbbf4c@physik.fu-berlin.de \
    --to=glaubitz@physik.fu-berlin.de \
    --cc=bernds_cb1@t-online.de \
    --cc=d6a42db5-cc76-95b7-abe4-2487ff06e5aa@t-online.de \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=schwab@linux-m68k.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).