This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/30897] [4.1/4.2 regression] ICE with default argument in template template parameter
- From: "jason 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 Nov 2007 05:58:18 -0000
- Subject: [Bug c++/30897] [4.1/4.2 regression] ICE with default argument in template template parameter
- References: <bug-30897-1771@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from jason at gcc dot gnu dot org 2007-11-02 05:58 -------
Fixed for 4.3, though not as Mark suggested; we need to have the arguments of
the enclosing templates in order to bind names in the default argument
properly.
--
jason at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|jason at gcc dot gnu dot org|unassigned at gcc dot gnu
| |dot org
Status|ASSIGNED |NEW
Known to work| |4.3.0
Summary|[4.1/4.2/4.3 regression] ICE|[4.1/4.2 regression] ICE
|with default argument in |with default argument in
|template template parameter |template template parameter
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30897