This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/18421] ICE in reload_cse_simplify_operands, at postreload.c:391
- From: "belyshev at lubercy dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Nov 2004 13:53:08 -0000
- Subject: [Bug target/18421] ICE in reload_cse_simplify_operands, at postreload.c:391
- References: <20041110182628.18421.bernhard.walle@gmx.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From belyshev at lubercy dot com 2004-11-14 13:53 -------
// small testcase, use -O1 -m5200:
extern char n;
void foo (char *s)
{
n += *s + 9;
}
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
GCC build triplet|i686-linux-gnu |
GCC host triplet|i686-linux-gnu |
Known to fail| |3.4.3 3.4.4
Last reconfirmed|0000-00-00 00:00:00 |2004-11-14 13:53:05
date| |
Summary|Internal Compiler Error |ICE in
| |reload_cse_simplify_operands
| |, at postreload.c:391
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18421