From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19413 invoked by alias); 4 Oct 2011 14:34:11 -0000 Received: (qmail 19273 invoked by uid 22791); 4 Oct 2011 14:34:09 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 04 Oct 2011 14:33:51 +0000 From: "Greta.Yorsh at arm dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/50607] [4.7 Regression] FAIL: gcc.dg/bconstp-3.c Date: Tue, 04 Oct 2011 14:34: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-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: Greta.Yorsh at arm dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.7.0 X-Bugzilla-Changed-Fields: CC Message-ID: In-Reply-To: References: 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: 2011-10/txt/msg00191.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50607 Greta Yorsh changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Greta.Yorsh at arm dot com --- Comment #5 from Greta Yorsh 2011-10-04 14:32:55 UTC --- This test also fails on arm-none-eabi for trunk r : FAIL: gcc.dg/bconstp-3.c (test for excess errors) It fails with trunk revision r179462 and passes with r179447. The new tests added by revision r179462 also fail. /gcc/testsuite/gcc.c-torture/execute/vect-shuffle-1.c trunk/gcc/testsuite/gcc.c-torture/execute/vect-shuffle-2.c trunk/gcc/testsuite/gcc.c-torture/execute/vect-shuffle-3.c trunk/gcc/testsuite/gcc.c-torture/execute/vect-shuffle-4.c trunk/gcc/testsuite/gcc.c-torture/execute/vect-shuffle-5.c http://gcc.gnu.org/ml/gcc-cvs/2011-10/msg00055.html arm-none-eabi-gcc gcc/testsuite/gcc.dg/bconstp-3.c -ansi -pedantic-errors -DSTACK_SIZE=16384 -S -o bconstp-3.s ... Excess errors: /arm/scratch/pdtltest/work/sandboxes/fsf/trunk/source/gcc-fsf/gcc/testsuite/gcc.dg/bconstp-3.c:23:3: error: initializer element is not a constant expression /arm/scratch/pdtltest/work/sandboxes/fsf/trunk/source/gcc-fsf/gcc/testsuite/gcc.dg/bconstp-3.c:23:3: error: (near initialization for 'tests[4]') /arm/scratch/pdtltest/work/sandboxes/fsf/trunk/source/gcc-fsf/gcc/testsuite/gcc.dg/bconstp-3.c:24:3: error: initializer element is not a constant expression /arm/scratch/pdtltest/work/sandboxes/fsf/trunk/source/gcc-fsf/gcc/testsuite/gcc.dg/bconstp-3.c:24:3: error: (near initialization for 'tests[5]') /arm/scratch/pdtltest/work/sandboxes/fsf/trunk/source/gcc-fsf/gcc/testsuite/gcc.dg/bconstp-3.c:25:3: error: initializer element is not a constant expression /arm/scratch/pdtltest/work/sandboxes/fsf/trunk/source/gcc-fsf/gcc/testsuite/gcc.dg/bconstp-3.c:25:3: error: (near initialization for 'tests[6]') /arm/scratch/pdtltest/work/sandboxes/fsf/trunk/source/gcc-fsf/gcc/testsuite/gcc.dg/bconstp-3.c:27:1: error: initializer element is not a constant expression /arm/scratch/pdtltest/work/sandboxes/fsf/trunk/source/gcc-fsf/gcc/testsuite/gcc.dg/bconstp-3.c:27:1: error: (near initialization for 'tests[7]')