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++/47808] [4.6 Regression][C++0x] internal compiler error: in tsubst_copy_and_build, at cp/pt.c:13326


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47808

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu.org
         Depends on|                            |46003

--- Comment #10 from Jason Merrill <jason at gcc dot gnu.org> 2011-03-09 18:11:52 UTC ---
This is the same bug as 46003, just not ARM-specific: we shouldn't actually be
calling convert_like_real for arms of ?: in a template.


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