From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 174ED3947424; Fri, 12 Feb 2021 09:57:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 174ED3947424 From: "mark at klomp dot org" To: dwz@sourceware.org Subject: [Bug default/27400] New: odr tests fail with -gdwarf-5 Date: Fri, 12 Feb 2021 09:57:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: mark at klomp dot 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: 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-BeenThere: dwz@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Dwz mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2021 09:57:06 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27400 Bug ID: 27400 Summary: odr tests fail with -gdwarf-5 Product: dwz Version: unspecified Status: NEW Severity: normal Priority: P2 Component: default Assignee: nobody at sourceware dot org Reporter: mark at klomp dot org CC: dwz at sourceware dot org Target Milestone: --- $ gcc --version gcc (GCC) 10.2.1 20201125 (Red Hat 10.2.1-9) Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ as --version GNU assembler version 2.35-18.fc33 Copyright (C) 2020 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or later. This program has absolutely no warranty. This assembler was configured for a target of `x86_64-redhat-linux'. $ export CC=3D"gcc -gdwarf-5" CXX=3D"g++ -gdwarf-5" $ make clean && make && make check [...] Running /home/mark/dwz/testsuite/dwz.tests/dwz-tests.exp ... child process exited abnormally FAIL: /home/mark/dwz/testsuite/dwz.tests/odr-class-ns.sh child process exited abnormally FAIL: /home/mark/dwz/testsuite/dwz.tests/odr-class.sh child process exited abnormally FAIL: /home/mark/dwz/testsuite/dwz.tests/odr-def-decl.sh child process exited abnormally FAIL: /home/mark/dwz/testsuite/dwz.tests/odr-loc.sh child process exited abnormally FAIL: /home/mark/dwz/testsuite/dwz.tests/odr-struct-ns.sh child process exited abnormally FAIL: /home/mark/dwz/testsuite/dwz.tests/odr-struct.sh child process exited abnormally FAIL: /home/mark/dwz/testsuite/dwz.tests/odr-union-ns.sh child process exited abnormally FAIL: /home/mark/dwz/testsuite/dwz.tests/odr-union.sh =3D=3D=3D dwz Summary =3D=3D=3D # of expected passes 51 # of unexpected failures 8 [...] The same can be seen with gcc11 from git trunk which defaults to -gdwarf-5 = (so you don't need any setting of CC or CXX). --=20 You are receiving this mail because: You are on the CC list for the bug.=