This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/39361] New: [4.4 Regression] Many new neon test failures


See <http://gcc.gnu.org/ml/gcc-testresults/2009-03/msg00407.html>.

Executing on host: /home/dave/gnu/gcc/objdir/gcc/xgcc
-B/home/dave/gnu/gcc/objdi
r/gcc/   -save-temps -O0 -mfpu=neon -mfloat-abi=softfp -c  -o vRshrQ_ns16.o
/hom
e/dave/gnu/gcc/gcc/gcc/testsuite/gcc.target/arm/neon/vRshrQ_ns16.c    (timeout
=
 300)
In file included from
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.target/arm/neon/v
RshrQ_ns16.c:9:
/home/dave/gnu/gcc/objdir/gcc/include/arm_neon.h: In function
'test_vRshrQ_ns16'
:
/home/dave/gnu/gcc/objdir/gcc/include/arm_neon.h:3567: error: argument must be
a
 constant
compiler exited with status 1
output is:
In file included from
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.target/arm/neon/vRshrQ_ns16.c:9:
/home/dave/gnu/gcc/objdir/gcc/include/arm_neon.h: In function
'test_vRshrQ_ns16':
/home/dave/gnu/gcc/objdir/gcc/include/arm_neon.h:3567: error: argument must be
a constant

FAIL: gcc.target/arm/neon/vRshrQ_ns16.c (test for excess errors)

vrshrq_n_s16 (int16x8_t __a, const int __b)
{
  return (int16x8_t)__builtin_neon_vshr_nv8hi (__a, __b, 5);
}

The error is in "__builtin_neon_vshr_nv8hi (__a, __b, 5)".

Similar errors occur at other locations.


-- 
           Summary: [4.4 Regression] Many new neon test failures
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: arm-none-linux-gnueabi
  GCC host triplet: arm-none-linux-gnueabi
GCC target triplet: arm-none-linux-gnueabi


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]