From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29318 invoked by alias); 9 Oct 2012 09:11:25 -0000 Received: (qmail 28921 invoked by uid 48); 9 Oct 2012 09:10:56 -0000 From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/54868] New: gcc.dg/tree-ssa/forwprop-22.c FAILs Date: Tue, 09 Oct 2012 09:11:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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 X-SW-Source: 2012-10/txt/msg00774.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54868 Bug #: 54868 Summary: gcc.dg/tree-ssa/forwprop-22.c FAILs Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned@gcc.gnu.org ReportedBy: ro@gcc.gnu.org CC: glisse@gcc.gnu.org Host: i386-pc-solaris2.9, i686-unknown-linux-gnu Target: i386-pc-solaris2.9, i686-unknown-linux-gnu Build: i386-pc-solaris2.9, i686-unknown-linux-gnu The new gcc.dg/tree-ssa/forwprop-22.c testcase FAILs on Solaris 9/x86 and 32-bit Linux/x86: FAIL: gcc.dg/tree-ssa/forwprop-22.c scan-tree-dump-times copyprop1 "VEC_PERM_EXPR" 1 FAIL: gcc.dg/tree-ssa/forwprop-22.c scan-tree-dump-not copyprop1 "BIT_FIELD_REF" Rainer