From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10063 invoked by alias); 16 Jul 2014 12:36:44 -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 9928 invoked by uid 55); 16 Jul 2014 12:36:40 -0000 From: "ro at CeBiTec dot Uni-Bielefeld.DE" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/61748] imm-devirt-2.C failed on arm-linux Date: Wed, 16 Jul 2014 12:36:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 4.10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at CeBiTec dot Uni-Bielefeld.DE X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.10.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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: 2014-07/txt/msg01074.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61748 --- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #3 from Dominique d'Humieres --- > I have silenced the failure with the following patch > > --- ../_clean/gcc/testsuite/g++.dg/ipa/imm-devirt-2.C 2014-07-05 > 23:22:52.000000000 +0200 > +++ gcc/testsuite/g++.dg/ipa/imm-devirt-2.C 2014-07-06 18:03:59.000000000 > +0200 > @@ -92,5 +92,5 @@ int main (int argc, char *argv[]) > } > > /* We fold into thunk of C. Eventually we should inline the thunk. */ > -/* { dg-final { scan-tree-dump "C::_ZThn24_N1C3fooEi (" "einline" } } */ > +/* { dg-final { scan-tree-dump "C::_ZThn\(16|24\)_N1C3fooEi \\(" "einline" } > } */ > /* { dg-final { cleanup-tree-dump "einline" } } */ > > see https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00385.html. Looks right to me, provided the 32/64-bit difference is expected. Rainer