public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/11587] New: SH ICE in reload_cse_simplify_operand, postreload.c
@ 2003-07-19  1:06 eager at mvista dot com
  2003-07-19  2:19 ` [Bug optimization/11587] " pinskia at physics dot uc dot edu
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: eager at mvista dot com @ 2003-07-19  1:06 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: SH ICE in reload_cse_simplify_operand, postreload.c
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: eager at mvista dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux
  GCC host triplet: i686-pc-linux
GCC target triplet: sh4-hardhat-linux

ICE in reload_cse_simplify_operands, at postreload.c:378

tst.c:22: error: insn does not satisfy its constraints:
(insn 90 89 63 7 (set (reg:SI 65 fr1 [orig:158 <result> ] [158])
        (reg:SI 147 t)) 123 {movsi_ie} (insn_list 89 (nil))
    (nil))
tst.c:22: internal compiler error: in reload_cse_simplify_operands, at
postreload.c:378

tst.c:
int foo1(void);
int foo2();
int foo3();

static int goo()
        {
        int i;

        if (i <= 0) return i;

        if (foo1() > 1)
                {
                i = foo2();
                if (i < 0) return i;
                if (i)
                        {
                        if (foo3()) return 1;
                        return 0;
                        }
                }

        }


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

end of thread, other threads:[~2004-02-09 16:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-19  1:06 [Bug c/11587] New: SH ICE in reload_cse_simplify_operand, postreload.c eager at mvista dot com
2003-07-19  2:19 ` [Bug optimization/11587] " pinskia at physics dot uc dot edu
2003-08-23  0:53 ` dhazeghi at yahoo dot com
2003-09-14 22:31 ` dank at kegel dot com
2003-09-14 23:21 ` [Bug target/11587] [3.3/3.4 Regression] " pinskia at gcc dot gnu dot org
2003-09-15 17:30 ` dank at kegel dot com
2003-09-15 17:55 ` dank at kegel dot com
2003-10-16  9:23 ` mmitchel at gcc dot gnu dot org
2003-12-21 20:54 ` gdr at gcc dot gnu dot org
2003-12-26 19:11 ` [Bug target/11587] [3.3 " pinskia at gcc dot gnu dot org
2004-01-06 12:30 ` renneckej at superh dot com
2004-01-14  8:16 ` gdr at gcc dot gnu dot org
2004-01-21  4:11 ` gdr at gcc dot gnu dot org
2004-02-09 16:06 ` dank at kegel dot com

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).