public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "steven at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/13754] [3.4/3.5 regression] ip2k-elf ICE on multiple gotos
Date: Tue, 03 Feb 2004 22:35:00 -0000	[thread overview]
Message-ID: <20040203223501.30692.qmail@sources.redhat.com> (raw)
In-Reply-To: <20040120004204.13754.dhazeghi@yahoo.com>


------- Additional Comments From steven at gcc dot gnu dot org  2004-02-03 22:34 -------
Backtrace: 
 
#0  internal_error (msgid=0x824e611 "in %s, at %s:%d") at ../../gcc-3.4/gcc/
diagnostic.c:536 
#1  0x080c0e16 in fancy_abort (file=0x827a280 "../../gcc-3.4/gcc/
simplify-rtx.c", line=3410, 
    function=0x827a266 "simplify_gen_subreg") at ../../gcc-3.4/gcc/
diagnostic.c:584 
#2  0x081b468f in simplify_gen_subreg (outermode=VOIDmode, op=0x4001d210, 
innermode=1728053248, byte=4) 
    at ../../gcc-3.4/gcc/simplify-rtx.c:3410 
#3  0x080d6f9c in gen_lowpart_common (mode=VOIDmode, x=0x4001d210) at ../../
gcc-3.4/gcc/emit-rtl.c:1106 
#4  0x080d7177 in gen_lowpart (mode=VOIDmode, x=0x4001d210) at ../../gcc-3.4/
gcc/emit-rtl.c:1212 
#5  0x080f8e52 in try_casesi (index_type=0x400244a4, index_expr=0x4001d210, 
minval=0x40197e9c, 
    range=0x40197f00, table_label=0x40023398, default_label=0x400231e0) 
at ../../gcc-3.4/gcc/expr.c:9674 
#6  0x081bbb56 in expand_end_case_type (orig_index=0x827a266, 
orig_type=0x400244a4) 
    at ../../gcc-3.4/gcc/stmt.c:5617 
#7  0x0807ea02 in genrtl_switch_stmt (t=0x400244a4) at ../../gcc-3.4/gcc/
c-semantics.c:673 
#8  0x0807ed4f in expand_stmt (t=0x40020100) at ../../gcc-3.4/gcc/
c-semantics.c:840 
#9  0x0807edbe in expand_stmt (t=0x40197e10) at ../../gcc-3.4/gcc/
c-semantics.c:826 
#10 0x081e751b in tree_rest_of_compilation (fndecl=0x401ddec4, nested_p=false) 
    at ../../gcc-3.4/gcc/tree-optimize.c:144 
 
Note how gen_lowpart is called with VOIDmode.  There is a  
convert_modes call on expr:9674 (from try_casesi) and gen_lowpart 
is called from there.  The problem is in this line (expr.c:9673): 
 
  op_mode = insn_data[(int) CODE_FOR_casesi].operand[1].mode; 
 
op_mode <-- VOIDmode here, which can't be right... 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-03 22:35:00
               date|                            |


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


  parent reply	other threads:[~2004-02-03 22:35 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-20  0:42 [Bug target/13754] New: [3.4 " dhazeghi at yahoo dot com
2004-01-20  0:44 ` [Bug target/13754] [3.4/3.5 " dhazeghi at yahoo dot com
2004-01-20  0:49 ` dhazeghi at yahoo dot com
2004-01-20  3:46 ` pinskia at gcc dot gnu dot org
2004-01-25 22:57 ` pinskia at gcc dot gnu dot org
2004-02-03 22:35 ` steven at gcc dot gnu dot org [this message]
2004-02-04  6:24 ` denisc at overta dot ru
2004-02-16  9:39 ` steven at gcc dot gnu dot org
2004-02-28  2:39 ` mmitchel at gcc dot gnu dot org
2004-06-09 19:30 ` mmitchel at gcc dot gnu dot org
2004-08-19 20:34 ` mmitchel at gcc dot gnu dot org
2004-09-27 22:21 ` [Bug target/13754] [3.4/4.0 " pinskia at gcc dot gnu dot org
2004-10-05 19:28 ` pinskia at gcc dot gnu dot org
2004-10-30 20:03 ` mmitchel at gcc dot gnu dot org
2004-11-01  0:46 ` mmitchel at gcc dot gnu dot org
2004-11-08 21:18 ` pinskia at gcc dot gnu dot org
2004-12-01 18:22 ` pinskia at gcc dot gnu dot org
2004-12-23 12:46 ` steven at gcc dot gnu dot org
2004-12-23 12:47 ` steven at gcc dot gnu dot org
2005-01-14 14:34 ` pinskia at gcc dot gnu dot org
2005-01-21 21:30 ` pinskia at gcc dot gnu dot org
2005-03-05 19:47 ` [Bug target/13754] [3.4/4.0/4.1 " pinskia at gcc dot gnu dot org
2005-07-20  6:52 ` pinskia at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040203223501.30692.qmail@sources.redhat.com \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).