This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14108] [3.4/3.5 regression] ICE on simple testcase
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Feb 2004 08:07:47 -0000
- Subject: [Bug c++/14108] [3.4/3.5 regression] ICE on simple testcase
- References: <20040211121610.14108.altacsd@yahoo.fr>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-02-13 08:07 -------
Looks like a pure C++ front-end problem: it appears that the parser put a
FUNCTION_DECL as the DECL_BEFRIENDING_CLASSES of another FUNCTION_DECL.
I guess we need a specialist of the C++ front-end at this point.
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|hubicka at gcc dot gnu dot |unassigned at gcc dot gnu
|org |dot org
Status|ASSIGNED |NEW
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14108