From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30255 invoked by alias); 26 Jun 2019 10:18:52 -0000 Mailing-List: contact dwz-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: dwz-owner@sourceware.org Received: (qmail 30206 invoked by uid 48); 26 Jun 2019 10:18:48 -0000 From: "vries at gcc dot gnu.org" To: dwz@sourceware.org Subject: [Bug default/24734] [dwz] verify_sections: Assertion `(prev_offset + prev_size + distance[prev] + (prev == addsec ? addsize : 0)) == offset' failed. Date: Tue, 01 Jan 2019 00:00:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: dwz X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: nobody at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2019-q2/txt/msg00078.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D24734 --- Comment #2 from Tom de Vries --- (In reply to Tom de Vries from comment #1) > Reproducible on fc30 buildbot server, with dwz build with CFLAGS=3D"-O2 -= g". >=20 > Not reproducible with CLAGS=3D"-O1 -g". >=20 > Might be a compiler issue. Compiler used: "gcc version 9.1.1 20190503 (Red > Hat 9.1.1-1) (GCC)". Not reproducible with CFLAGS=3D"-O2 -fno-ipa-sra -g". [ I noticed that the function verify_sections containing the assert was transformed into verify_sections.isra.0. ] --=20 You are receiving this mail because: You are on the CC list for the bug.