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++/21645] [4.1 Regression] C++ ICE in cxx_types_compatible_p


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


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