This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/21645] [4.1 Regression] C++ ICE in cxx_types_compatible_p
- 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: 19 May 2005 00:48:09 -0000
- Subject: [Bug c++/21645] [4.1 Regression] C++ ICE in cxx_types_compatible_p
- References: <20050518134330.21645.ahaas@airmail.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-19 00:48 -------
Hmm, the problem is we don't have a reference type at the point we clone the constructor. The reason
why it worked before Honza's patch is because we did not call build_fold_indirect_ref before. This is a
bug in the C++ front-end.
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |pinskia at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21645