This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12170] ICE in cp_type_quals
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Dec 2003 02:46:18 -0000
- Subject: [Bug c++/12170] ICE in cp_type_quals
- References: <20030904162242.12170.dave@boost-consulting.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-05 02:46 -------
The small testcase is rejected with checking disabled:
pr12170.cc: In instantiation of `L<Y<int>::X<int> >':
pr12170.cc:17: instantiated from `Y<int>'
pr12170.cc:20: instantiated from here
pr12170.cc:9: error: no matching function for call to `foo(W<Y<int>::X<int> >)'
--
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-checking
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12170