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 c++/14108] [3.4/3.5 regression] ICE on simple testcase


------- 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


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