This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/22014] [4.1 Regression] ICE in do_structure_copy, at tree-ssa-structalias.c:2363
- From: "marcus at jet dot franken dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jun 2005 07:01:21 -0000
- Subject: [Bug tree-optimization/22014] [4.1 Regression] ICE in do_structure_copy, at tree-ssa-structalias.c:2363
- References: <20050611071550.22014.marcus@jet.franken.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From marcus at jet dot franken dot de 2005-06-17 07:01 -------
this code is btw generic
connect (fd, (struct sockaddr*)&sockaddrinvar, sizeof(sockaddrinvar));
so it triggers in every socket client program using linux glibc.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22014