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-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-2.6 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=no 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 AE6EF1F55B for ; Sun, 10 May 2020 15:22:09 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id D611E1209FB; Mon, 11 May 2020 00:21:44 +0900 (JST) Received: from o1678948x4.outbound-mail.sendgrid.net (o1678948x4.outbound-mail.sendgrid.net [167.89.48.4]) by neon.ruby-lang.org (Postfix) with ESMTPS id 829FB12096F for ; Mon, 11 May 2020 00:21:42 +0900 (JST) Received: by filterdrecv-p3mdw1-6dbfd75bfd-962bf with SMTP id filterdrecv-p3mdw1-6dbfd75bfd-962bf-17-5EB81C19-51 2020-05-10 15:22:01.694861978 +0000 UTC m=+3883526.543812536 Received: from herokuapp.com (unknown) by ismtpd0034p1iad2.sendgrid.net (SG) with ESMTP id KFWiGFgaS02doWwDN1WmjQ for ; Sun, 10 May 2020 15:22:01.643 +0000 (UTC) Date: Sun, 10 May 2020 15:22:01 +0000 (UTC) From: Greg.mpls@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 74011 X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Misc X-Redmine-Issue-Id: 16846 X-Redmine-Issue-Author: MSP-Greg X-Redmine-Sender: MSP-Greg 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?M4W5dkI32Qt1AHWPzmUKqncwpr1RYzW=2Fh5io+QGCFbpHkvySXvfVNiQVe7Lu0l?= =?us-ascii?Q?JY814oNENDeK2nZO16dzk16aT6bTioOrfNaZjYB?= =?us-ascii?Q?vi7db=2F74BWb6E8AT2d7bu2UCvdYbCp30RIjzHBJ?= =?us-ascii?Q?PCAsOFgBBM71rOY=2Fc7T8xe5JrvZVc7nO+bCTgja?= =?us-ascii?Q?cR4JUf7zpZnLcX4kkwJKLNJ7I4tMjMpoZGAMPs1?= =?us-ascii?Q?HCUeaM=2FJAvMBgBTOc=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 98250 Subject: [ruby-core:98250] [Ruby master Misc#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 reported by MSP-Greg (Greg L). ---------------------------------------- Misc #16846: Commit - win32ole: separate global variable declarations and definitions - backport? https://bugs.ruby-lang.org/issues/16846 * Author: MSP-Greg (Greg L) * Status: Open * Priority: Normal ---------------------------------------- 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/