This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/19129] [3.4 Regression] gcc-3.4.4 ICE while building libobjc
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Dec 2004 00:47:11 -0000
- Subject: [Bug target/19129] [3.4 Regression] gcc-3.4.4 ICE while building libobjc
- References: <20041222085003.19129.namsh@kldp.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-27 00:47 -------
Note I would not doubt that the reduced testcase is:
int *f(void)
{
return __builtin_apply (0,0,0);
}
--
What |Removed |Added
----------------------------------------------------------------------------
Summary|gcc-3.4.4 ICE while building|[3.4 Regression] gcc-3.4.4
|libobjc |ICE while building libobjc
Target Milestone|--- |3.4.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19129