This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/18957] [4.0 regression] ICE in perform_or_defer_access_check
- 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: 13 Dec 2004 15:48:51 -0000
- Subject: [Bug c++/18957] [4.0 regression] ICE in perform_or_defer_access_check
- References: <20041213154248.18957.schwab@suse.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-13 15:48 -------
: Search converges between 2004-07-12-trunk (#484) and 2004-07-13-trunk (#485).
I don't think this is valid code though, errors from 3.4:
input.cc: In function `void Position()':
input.cc:16: error: no matching function for call to `PLCFIterator::PLCFIterator(int)'
input.cc:9: note: candidates are: PLCFIterator::PLCFIterator(const PLCFIterator&)
input.cc:12: note: PLCFIterator::PLCFIterator(const PLCF&) [with T = int]
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-12-13 15:48:49
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18957