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/14226] New: [3.4] ICE in emit_move_insn for -mcpu=power4


On ppc32, when compiling the short testcase with gcc -c -mcpu=power4  
it faults with: 
 
sendmsg.i: In function `f': 
sendmsg.i:4: internal compiler error: in emit_move_insn, at expr.c:2776 
 
the testcase was extracted from libobjc: 
 
void 
f() 
{ 
  __builtin_apply ((void*)0, (void*)0, 0); 
}

-- 
           Summary: [3.4] ICE in emit_move_insn for -mcpu=power4
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: marcus at jet dot franken dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-unknown-linux-gnu
  GCC host triplet: powerpc-unknown-linux-gnu
GCC target triplet: powerpc-unknown-linux-gnu


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


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