From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x62e.google.com (mail-ej1-x62e.google.com [IPv6:2a00:1450:4864:20::62e]) by sourceware.org (Postfix) with ESMTPS id EE7533853567 for ; Fri, 25 Nov 2022 08:37:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EE7533853567 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-x62e.google.com with SMTP id e27so8680211ejc.12 for ; Fri, 25 Nov 2022 00:37:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=2X5ERsIE5LfjeNtbi2fpJNlWVtY8uHoPgiguShcVYJQ=; b=PBOb2eqKeJuG1oYEGmF+7VoliJ8uWMGC6gzq2oCi8kCNmW0bxl0MHqX4kZWoWk6T8W 4+MYorLhr9WfOu/c0pwYXl58AFc1uVyb3J2elHLRV22sFtcUMP+/exKI7uF8vVkhb2tB Ci3UMWj47hw7/9fhwCaxhEHcfrLLliIrWot8kp6wTSOu8fYrKaO7TVmCj/JfJ6FlYLFx 0VN+IHbcqNJlnYR/D8jRX2R+KGKMvLEUopXVo3YNg8faNq+9JjrMoi90IdQg6nj8nZCp IUk7cvMii7vy27VcwU6gQ3sAKDhXluUEV5+4oB605jxg7gfLflgPandhajWaMsDMdXLM 6wpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=2X5ERsIE5LfjeNtbi2fpJNlWVtY8uHoPgiguShcVYJQ=; b=HSX3QYyvYqj+7nOuokswrMrZklEauqMWByOkEGSDHotns3STNvAsvYbQOrUNxwtjHb QqoVx4TYql4w0qHhcmbYQxaZZ47gi+MV7yf+cf6kD2FYOBMLrh+hykzpNF6gms0Zfxip yWg5E6isOAs3RrbVzOQNqFzlfb5wxcKzfzFJZIZ0fr9c9cVTNtU7rFvvSXQDkIKOYkZq CNyolkzmXRDa4YhqgsC+/DEQmy1MP8esqNICxXRL/iX1AKpnPRG1oimYoGC/tCNSfhw2 YyqF9K/oy6osna3CQyQPbD6ixMGnuBUAACuvAVFzUWFheCpjq1HH4Oc34LLJB4WFS1q1 2AUg== X-Gm-Message-State: ANoB5pmySGX93ehEgoPnTS6y1gLkqJ1AtGvMa20Wz6Il3ft41s2Q8o7C scf/n/YW9uMC6ok2cnOkOW/2qDoMUetbPwdYd0E1Qbgo X-Google-Smtp-Source: AA0mqf5tOyfpzS9ViWigWjhOE9B1RuExUTAcTBTLZ3RAbXx4VHVrY6V1/mRQOqQRuR56TfW9YFW4QDitHdC8eb0q3gc= X-Received: by 2002:a17:907:a80b:b0:7b5:cab4:68b8 with SMTP id vo11-20020a170907a80b00b007b5cab468b8mr14308605ejc.685.1669365474961; Fri, 25 Nov 2022 00:37:54 -0800 (PST) MIME-Version: 1.0 From: Zopolis0 Date: Fri, 25 Nov 2022 19:37:44 +1100 Message-ID: Subject: Java front-end and library patches. To: gcc-patches@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.1 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: Disclaimer: this does not currently work. The front-end and library compile successfully, but fail to link at the very end. This is due to a regression caused by 1dedc12d186a110854537e1279b4e6c29f2df35a, which I have been unable to solve. Nevertheless, I am posting this patch series for two reasons. Firstly, to get feedback and reviews on the 56 already existing patches, even though most are just re-adding code or making idiomatic changes, so that when the final issue is solved everything has already been approved (hopefully) and the merge is good to go. Secondly, to get assistance with the final issue, because it is simply beyond me, and history has shown that asking for help via gcc-patches will yield nothing. You'll need libtool 2.4.7 and a bleeding-edge version of bdwgc to build it, in case anyone planned to do some testing. I have compressed the larger patches with bzip3, and attached the rest, hopefully as plaintext.