This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/8835] [mcore-elf] bootstrap ICE at expr.c:2771


------- Additional Comments From kazu at cs dot umass dot edu  2004-01-03 16:31 -------
Reduced to:

struct s {
  char c;
};

struct s
foo (void)
{
  struct s s = { 0 };
  return s;
}


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]