public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/42260]  New: [4.3/4.4/4.5 Regression] ICE looking up template conversion operator
@ 2009-12-03  8:20 reichelt at gcc dot gnu dot org
  2009-12-03  8:20 ` [Bug c++/42260] " reichelt at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2009-12-03  8:20 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet triggers an ICE since GCC 3.2.3:

=============================================
struct A
{
  template<typename T> operator T*();
};

int i = *A();
=============================================

bug.cc:6:12: internal compiler error: tree check: expected record_type or
union_type or qual_union_type, have template_type_parm in lookup_conversions,
at cp/search.c:2431
Please submit a full bug report, [etc.]


-- 
           Summary: [4.3/4.4/4.5 Regression] ICE looking up template
                    conversion operator
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, monitored
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 10+ messages in thread
[parent not found: <bug-42260-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2011-04-27 12:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-03  8:20 [Bug c++/42260] New: [4.3/4.4/4.5 Regression] ICE looking up template conversion operator reichelt at gcc dot gnu dot org
2009-12-03  8:20 ` [Bug c++/42260] " reichelt at gcc dot gnu dot org
2009-12-03 11:37 ` rguenth at gcc dot gnu dot org
2009-12-03 13:05 ` paolo dot carlini at oracle dot com
2009-12-14 16:03 ` dodji at gcc dot gnu dot org
2009-12-23  0:31 ` dodji at gcc dot gnu dot org
2009-12-23  0:45 ` dodji at gcc dot gnu dot org
     [not found] <bug-42260-4@http.gcc.gnu.org/bugzilla/>
2010-11-29 16:53 ` dodji at gcc dot gnu.org
2010-11-29 16:56 ` dodji at gcc dot gnu.org
2011-04-27 12:32 ` dodji at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).