http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50607

Greta Yorsh <Greta.Yorsh at arm dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Greta.Yorsh at arm dot com

--- Comment #5 from Greta Yorsh <Greta.Yorsh at arm dot com> 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]')

Reply via email to