This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/18957] [4.0 regression] ICE in perform_or_defer_access_check


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]