public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/14924] New: Compiler ICE on valid code
@ 2004-04-12 16:49 edmar at motorola dot com
  2004-04-12 17:08 ` [Bug c/14924] " edmar at motorola dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: edmar at motorola dot com @ 2004-04-12 16:49 UTC (permalink / raw)
  To: gcc-bugs

There is a problem with NE rtl handling for powerpc e500 target on the latest
3.4 pre-release.
This little program, seg faults the compiler:
#include <spe.h>

__ev64_u16__ * g_vp_u16 ;
__ev64_u16__ g_v_u16 ;

void
test___ev_stdd (void)
{
  __ev_stdd (g_v_u16,g_vp_u16,31U);
}

Command line was:
gcc-3.4-20040406/bin/gcc -O1 -S x.c -save-temps

Here is the output:
x.c: In function `test___ev_stdd':
x.c:9: internal compiler error: in copy_to_mode_reg, at explow.c:667
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Several benchmarks in spec2k have problems. Perlbmk also ICE:
op.c: In function `list_assignment':
op.c:2552: error: unrecognizable insn:
(insn:HI 257 256 258 18 (set (reg:CCEQ 212)
       (compare:CCEQ (gtu:SI (reg:CCUNS 211)
               (const_int 0 [0x0]))
           (const_int 0 [0x0]))) -1 (nil)
   (expr_list:REG_DEAD (reg:CCUNS 211)
       (nil)))
op.c:2552: internal compiler error: in extract_insn, at recog.c:2083

-- 
           Summary: Compiler ICE on valid code
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: edmar at motorola dot com
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: powerpc-unknown-linux-gnu
GCC target triplet: powerpc-unknown-linux-gnuspe


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2004-05-30 15:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-12 16:49 [Bug c/14924] New: Compiler ICE on valid code edmar at motorola dot com
2004-04-12 17:08 ` [Bug c/14924] " edmar at motorola dot com
2004-04-12 17:12 ` [Bug target/14924] " bangerth at dealii dot org
2004-04-12 17:12 ` [Bug c/14924] " edmar at motorola dot com
2004-04-12 17:45 ` [Bug target/14924] " pinskia at gcc dot gnu dot org
2004-05-13 11:51 ` dhazeghi at yahoo dot com
2004-05-27 14:45 ` aldyh at gcc dot gnu dot org
2004-05-27 17:02 ` aldyh at gcc dot gnu dot org
2004-05-31 16:45 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).