This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/29054] [4.0/4.1 Regression] ICE on friend template specialization
- From: "jakub at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jan 2007 16:53:07 -0000
- Subject: [Bug c++/29054] [4.0/4.1 Regression] ICE on friend template specialization
- References: <bug-29054-12431@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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