This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/29020] [4.0 regression] ICE using A<N>::A instead of A<N> in friend declaration
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Oct 2006 19:32:37 -0000
- Subject: [Bug c++/29020] [4.0 regression] ICE using A<N>::A instead of A<N> in friend declaration
- References: <bug-29020-1771@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from reichelt at gcc dot gnu dot org 2006-10-23 19:32 -------
Mark, you accidentally committed the fix in parser.c with your patch
for PR 28506 (rev. 117695) to the 4.1 branch:
http://gcc.gnu.org/ml/gcc-cvs/2006-10/msg00361.html
So this is now fixed on the 4.1 branch, too.
For completeness sake, would you mind committing also
the hunk from friend.c and the testcase?
--
reichelt at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[4.0/4.1 regression] ICE |[4.0 regression] ICE using
|using A<N>::A instead of |A<N>::A instead of A<N> in
|A<N> in friend declaration |friend declaration
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29020