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/19326] New: gcc.c-torture/execute/simd-6.c fails on x86-64


These tests started recently failing: 
   gcc.c-torture/execute/simd-6.c compilation,  -O3 -fomit-frame-pointer 
   gcc.c-torture/execute/simd-6.c compilation,  -O3 -g 
   gcc.c-torture/execute/simd-6.c compilation,  -Os 
 
Note, the tests work fine with -m32 - and also with the other compile options, 
just these three fail. 
 
Executing on host: /builds/gcc/misc/gcc/xgcc 
-B/builds/gcc/misc/gcc/ /cvs/gcc/gcc/testsuite/gcc.c-torture/execute/simd-6.c  
-w  -O3 -fomit-frame-pointer   -lm -o /builds/gcc/misc/gcc/testsuite/simd-6.x3    
(timeout = 300) 
/cvs/gcc/gcc/testsuite/gcc.c-torture/execute/simd-6.c: In function 'main': 
/cvs/gcc/gcc/testsuite/gcc.c-torture/execute/simd-6.c:22: error: unable to find 
a register to spill in class 'GENERAL_REGS' 
/cvs/gcc/gcc/testsuite/gcc.c-torture/execute/simd-6.c:22: error: this is the 
insn: 
(insn:HI 82 80 84 0 (set (strict_low_part (subreg:QI (reg:V8QI 21 xmm0 [128]) 
0)) 
        (const_int 3 [0x3])) 60 {*movstrictqi_1} (insn_list:REG_DEP_TRUE 80 
(nil)) 
    (nil)) 
/cvs/gcc/gcc/testsuite/gcc.c-torture/execute/simd-6.c:22: internal compiler 
error: in spill_failure, at reload1.c:1873 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
compiler exited with status 1

-- 
           Summary: gcc.c-torture/execute/simd-6.c fails on x86-64
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aj at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: x86_64-linux-gnu
  GCC host triplet: x86_64-linux-gnu
GCC target triplet: x86_64-linux-gnu


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


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