From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2B09E388C019; Thu, 30 Jul 2020 15:51:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2B09E388C019 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1596124267; bh=kw0n3SL8pt8CP4Ht+Vfkc+itJeqpNiNzm7bpS6LkHDs=; h=From:To:Subject:Date:From; b=Z3cCj0PvNCMx/638/C1pO71D8oVJ2FFudS9xmOvQ2Wo1LkWaHpLE7QQKCAZ+71zms I7PjwVaXnF/oreAQUTZQFW6BMIcSMdGaA7fTZMrhYopyzCYL0Bcz4hD0XCHuaxNRCU BNgtivCFNYzgyCxO7Tzj2+URyg5VPBfbHX09Gdxo= From: "mike at cchtml dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/96391] New: internal compiler error: in linemap_compare_locations, at libcpp/line-map.c:1359 Date: Thu, 30 Jul 2020 15:51:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 10.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mike at cchtml dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jul 2020 15:51:07 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96391 Bug ID: 96391 Summary: internal compiler error: in linemap_compare_locations, at libcpp/line-map.c:1359 Product: gcc Version: 10.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: mike at cchtml dot com Target Milestone: --- Compiling the Wine Gecko project on Fedora for a Windows target produces an internal compiler error. GCC 10.1 and 10.2 are affected. Last known working with GCC 9.2.1. When I compile it with the default arguments I get the error. When I compile it with '-save-temps' to get the preprocessed file no error occurs. No error occurs if I compile the preprocessed file either. I'm not sure what to provide to reproduce this besides the SRPM file to com= pile it. https://kojipkgs.fedoraproject.org//packages/mingw-wine-gecko/2.47.1/2.fc32= /src/mingw-wine-gecko-2.47.1-2.fc32.src.rpm=