This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/12721] [3.4 Regression] ICE when building a cross compiler for avr-elf
- 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: 24 Dec 2003 19:31:36 -0000
- Subject: [Bug target/12721] [3.4 Regression] ICE when building a cross compiler for avr-elf
- References: <20031022120352.12721.berndtrog@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From kazu at cs dot umass dot edu 2003-12-24 19:31 -------
Reduced to:
void
foo (void)
{
struct s {
int a;
} w;
w.a = 0;
}
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |kazu at cs dot umass dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12721