From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=3.0 tests=AWL,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id A222E1F5AE for ; Sun, 26 Jul 2020 07:20:05 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 8F238120A26; Sun, 26 Jul 2020 16:19:30 +0900 (JST) Received: from xtrwkhkc.outbound-mail.sendgrid.net (xtrwkhkc.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id ED623120A21 for ; Sun, 26 Jul 2020 16:19:28 +0900 (JST) Received: by filterdrecv-p3mdw1-75c584b9c6-f64fx with SMTP id filterdrecv-p3mdw1-75c584b9c6-f64fx-19-5F1D2E9C-B 2020-07-26 07:19:56.195027423 +0000 UTC m=+2556614.066966184 Received: from herokuapp.com (unknown) by ismtpd0010p1iad1.sendgrid.net (SG) with ESMTP id I8ZsW8rfQ_CYiTL6pyAanQ for ; Sun, 26 Jul 2020 07:19:56.156 +0000 (UTC) Date: Sun, 26 Jul 2020 07:19:56 +0000 (UTC) From: nagachika00@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 75136 X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Bug X-Redmine-Issue-Id: 16846 X-Redmine-Issue-Author: MSP-Greg X-Redmine-Sender: nagachika X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: =?us-ascii?Q?O2wxg26uOO6cft6GjkEp=2FGevTnH9lR=2FEdG60AX3F8=2FD6RLxRTPfxowOy5QqVSU?= =?us-ascii?Q?4qTMhZBzEweZSPv1gXLY++8OmHWSsRvN6lJLc6+?= =?us-ascii?Q?IxJZrKzMu7bxCCNBjR7WDwoZSu2wViXxL1UL8gd?= =?us-ascii?Q?frYxnijXuwMFvctIY90tZAyZmeHCLq1g5M+HDQD?= =?us-ascii?Q?0Qe=2FZ2O6Mba0jMNgoIXE2IyN0y+BYKk5w8xOpul?= =?us-ascii?Q?5bHHMTkIuJtstpplM=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 99344 Subject: [ruby-core:99344] [Ruby master Bug#16846] Commit - win32ole: separate global variable declarations and definitions - backport? X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #16846 has been updated by nagachika (Tomoyuki Chikanaga). Backport changed from 2.5: DONTNEED, 2.6: REQUIRED, 2.7: REQUIRED to 2.5: DONTNEED, 2.6: REQUIRED, 2.7: DONE ruby_2_7 43cc6997c59d2fbe3b91e91ee52faaa8749e9349 merged revision(s) a0bc3f2a1c2c98f225612101cb4e1ea1a6813546,75a0447c15a7ab017bd4240c2a9cc69b134b80b9,f1699314147bad2cf5550cc582693424fdbc2510. ---------------------------------------- Bug #16846: Commit - win32ole: separate global variable declarations and definitions - backport? https://bugs.ruby-lang.org/issues/16846#change-86738 * Author: MSP-Greg (Greg L) * Status: Closed * Priority: Normal * Backport: 2.5: DONTNEED, 2.6: REQUIRED, 2.7: DONE ---------------------------------------- The below commit fixes building win32ole using MinGW gcc 10.1.0. New Ruby releases (patch/teeny) are normally done with a current MSYS2 installation, so backporting this would be helpful for 2.5, 2.6, & 2.7. Not sure about the status of 2.5... Commit win32ole: separate global variable declarations and definitions https://github.com/ruby/ruby/commit/f1699314147bad2cf5550cc582693424fdbc2510 -- https://bugs.ruby-lang.org/