From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x630.google.com (mail-ej1-x630.google.com [IPv6:2a00:1450:4864:20::630]) by sourceware.org (Postfix) with ESMTPS id D0C583858CDA for ; Fri, 2 Dec 2022 00:26:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D0C583858CDA Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ej1-x630.google.com with SMTP id gu23so8054201ejb.10 for ; Thu, 01 Dec 2022 16:26:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=cv30gTtDOrUJrTxNEo0VKa68OZ81HN0BMTmvXvU55wc=; b=YVchj5F4cgpX/aHyYTNm5wCdGilCBcEbskbhU7PyIcou5LL8yyIM9rG0AEKexW2yWq Ud2a1fCuQV9OY38SGqtLT1EP/FySO7MNwxaH9tUB856ceSgjMExYVcdeDTi3OWLLoakz zvWnLTxY+7L8XomGvPapR9faDM4bo6MBnhQcHSZSj2u2X9ECPwbjnbS+6chFsavtfb3I n6gGthNFCTdhsdEBV1RutSJlFdgfkTX/IUFI0CVJCNgQlaVJlM2Ds/MmtjydTwNoi6Pp 3vw9kBcGzVbjWKh/Mtm1FdJJlD9pYPKN3thPkUVlSMSv92Kh/F2vjq4G5l85C5+7WuFL tJpg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=cv30gTtDOrUJrTxNEo0VKa68OZ81HN0BMTmvXvU55wc=; b=4/GH4M8W57xFZiMnpTN1T9xvFh6VMCxrwFQcI8rZrkV46GUeSg9q/9zQnUaFITZC7+ xhr+qWK67NHlqHm+tXbjtjTxIQI00EUYYs4QhzOgLMtYpGtjp+mWCHfE4jcV+WcEZS5d +r4UgQ+R0+t1fg3OYbLLW7UkTV8tdJgTwthlD19KS1eZhwR29D2TXYrMNErtYcJ5sD2L wvHtSZbc/y6UDFX1Ug+vAjoxjlooMwt2JHl1lqZuJz6YXaihWoKF+VhSDY7OIgyFmWj4 bFBCJh8Q3788cdBmTH1leFgzy6lSZvqD7HBft9gRUpmePyxEguDTY0cLOxLCj3mH1iwa eSWg== X-Gm-Message-State: ANoB5plfftxDNcLde37yKmYi7snd9I+OtpFB0eT2yE9wP0nem1OzVTnq D7NJMKqhzA3I+ppb6jiRscdwuBGn2O+MIlUYA/k= X-Google-Smtp-Source: AA0mqf6Sk+HfiljnfQLBvBY+xkbIEexugcLP/hhxzWbPmRkhP5+NS9aJJJgJjsAdXZ16+1TZSTX/pfhymKwINvMTKPY= X-Received: by 2002:a17:906:6093:b0:78d:b37c:83d9 with SMTP id t19-20020a170906609300b0078db37c83d9mr42226456ejj.637.1669940787450; Thu, 01 Dec 2022 16:26:27 -0800 (PST) MIME-Version: 1.0 References: <87be1195-fee5-7355-ddd-ddceedcce0a6@codesourcery.com> <87y1rrjqbi.fsf@euler.schwinge.homeip.net> In-Reply-To: From: Zopolis0 Date: Fri, 2 Dec 2022 11:26:18 +1100 Message-ID: Subject: Re: Java front-end and library patches. To: Thomas Schwinge Cc: gcc-patches@gcc.gnu.org, Joseph Myers Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > the "all in one go" approach that you seem to have attempted (?) I did do all the patches in one go onto master, but for rebases and bisects I did apply them on various baselines. See https://github.com/Zopolis4/gcj-branches, where all the branches labellled newplan/year-month-day will have these patches reapplied on that date. On Fri, Dec 2, 2022 at 11:24 AM Zopolis0 wrote: > > In response to the testing thing, one critical issue is that these > patches aren't entirely functional (see the second point of my > original message), so I can't test yet. I'll check once I can though.