This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/8835] [mcore-elf] bootstrap ICE at expr.c:2771
- From: "kazu at cs dot umass dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jan 2004 03:04:25 -0000
- Subject: [Bug middle-end/8835] [mcore-elf] bootstrap ICE at expr.c:2771
- References: <20021205151603.8835.joel@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From kazu at cs dot umass dot edu 2004-01-03 03:04 -------
Reduced to:
/* Use ./cc1 -O0. */
struct s {
char c;
};
struct s
foo (char c)
{
struct s s = { c };
return s;
}
Replacing char with int will not produce the ICE.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8835