From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87006 invoked by alias); 1 Jul 2015 13:58:28 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 86784 invoked by uid 48); 1 Jul 2015 13:58:15 -0000 From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/66668] [6 regression] FAIL: gcc.dg/debug/dwarf2/stacked-qualified-types-3.c scan-assembler-times DIE \\([^\n]*\\) DW_TAG_(?:const|volatile|atomic|restrict)_type 8 Date: Wed, 01 Jul 2015 13:58:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 6.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_gcctarget bug_status cf_reconfirmed_on cc cf_gcchost target_milestone short_desc everconfirmed cf_gccbuild Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-07/txt/msg00038.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66668 Rainer Orth changed: What |Removed |Added ---------------------------------------------------------------------------- Target|hppa64-hp-hpux11.11 |hppa64-hp-hpux11.11, | |*-*-solaris2.1[01], | |x86_64-unknown-linux-gnu Status|UNCONFIRMED |NEW Last reconfirmed| |2015-07-01 CC| |aldyh at gcc dot gnu.org, | |ro at gcc dot gnu.org Host|hppa64-hp-hpux11.11 |hppa64-hp-hpux11.11, | |*-*-solaris2.1[01], | |x86_64-unknown-linux-gnu Target Milestone|--- |6.0 Summary|FAIL: |[6 regression] FAIL: |gcc.dg/debug/dwarf2/stacked |gcc.dg/debug/dwarf2/stacked |-qualified-types-3.c |-qualified-types-3.c |scan-assembler-times DIE |scan-assembler-times DIE |\\([^\n]*\\) |\\([^\n]*\\) |DW_TAG_(?:const|volatile|at |DW_TAG_(?:const|volatile|at |omic|restrict)_type 8 |omic|restrict)_type 8 Ever confirmed|0 |1 Build|hppa64-hp-hpux11.11 |hppa64-hp-hpux11.11, | |*-*-solaris2.1[01], | |x86_64-unknown-linux-gnu --- Comment #1 from Rainer Orth --- This happens almost everywhere, it seems. A reghunt confirmed that this regression was caused by the debug-early merge. Rainer