This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/18318] [4.0 Regression] ICE: error: Multiple inline callers
- 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: 6 Nov 2004 21:35:43 -0000
- Subject: [Bug tree-optimization/18318] [4.0 Regression] ICE: error: Multiple inline callers
- References: <20041106204324.18318.enh@jessies.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-06 21:35 -------
This case where the types are really done weridly:
D.1610 = Blksize (this);
D.1611 = D.1610 + 4;
D.1612 = operator new [] (D.1611);
D.1608 = (struct A<int>[(long unsigned int) Blksize (this) - 1] *) D.1612; <--here.
D.1609 = D.1608 + 4;
D.1613 = D.1609 - 4;
D.1614 = Blksize (this);
*D.1613 = D.1614;
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18318