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 tree-optimization/34467] [4.3 Regression] ICE in lookup_subvars_for_var, at tree-flow-inline.h:1586



------- Comment #1 from tbm at cyrius dot com  2007-12-14 20:04 -------
/* Testcase by Martin Michlmayr <tbm@cyrius.com> */

typedef struct host_addr
{
  union
  {
    char ipv6[2];
  }
  addr;
}
host_addr_t;
static const host_addr_t ipv4_unspecified = {
  { 0, 0 }
};
void socket_addr_set (const host_addr_t addr)
{
  socket_addr_set (ipv4_unspecified);
}


-- 


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


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