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 c/13159] New: FAIL: gcc.c-torture/compile/930621-1.c


The test gcc.c-torture/compile/930621-1.c has failed due to ICE for
i386-unknown-netbsdelf1.6 since the change:

 2003-10-25  Roger Sayle  <roger@eyesopen.com>

       * simplify-rtx.c (simplify_replace_rtx): Avoid allocating duplicate
       RTL nodes.  If an operator's operands are unchanged, return the
       original argument unchanged.

The ICE message (from today's source) is:
Executing on host: /gcctmp/gcc031121/build/gcc/xgcc -B/gcctmp/gcc031121/build/gc
c/   -O3 -fomit-frame-pointer  -w -c  -o 930621-1.o /gcctmp/gcc031121/gcc/gcc/te
stsuite/gcc.c-torture/compile/930621-1.c    (timeout = 300)
/gcctmp/gcc031121/gcc/gcc/testsuite/gcc.c-torture/compile/930621-1.c: In functio
n `modlookup':

/gcctmp/gcc031121/gcc/gcc/testsuite/gcc.c-torture/compile/930621-1.c:38: error: 
Size of loop 1 should be 27, not 36.
/gcctmp/gcc031121/gcc/gcc/testsuite/gcc.c-torture/compile/930621-1.c:38: interna
l compiler error: in get_loop_body, at cfgloop.c:995

-- 
           Summary: FAIL: gcc.c-torture/compile/930621-1.c
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: cato at df dot lth dot se
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i386-unknown-netbsdelf1.6
  GCC host triplet: i386-unknown-netbsdelf1.6
GCC target triplet: i386-unknown-netbsdelf1.6


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


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