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++/29054] [4.0/4.1 Regression] ICE on friend template specialization



------- Comment #5 from jakub at gcc dot gnu dot org  2007-01-02 16:53 -------
The second option really is not possible, grokclassfn is usually called by
do_friend.  But on this testcase revert_static_member_fn is called
earlier than do_friend (from check_explicit_specialization from
grokdeclarator),
so it had no chance yet to add that argument.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29054


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