public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/27495]  New: [4.0/4.1/4.2 regression] ICE using "." instead of "->"
@ 2006-05-08 15:34 reichelt at gcc dot gnu dot org
  2006-05-08 15:45 ` [Bug c++/27495] " pinskia at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-05-08 15:34 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet causes an ICE since GCC 3.4.3:

===================================
struct A
{
    template<int> void foo();
    void bar() { this.A::foo<0>(); }
};
===================================

bug.cc: In member function 'void A::bar()':
bug.cc:4: internal compiler error: tree check: expected record_type or
union_type or qual_union_type, have pointer_type in lookup_base, at
cp/search.c:213
Please submit a full bug report, [etc.]


-- 
           Summary: [4.0/4.1/4.2 regression] ICE using "." instead of "->"
           Product: gcc
           Version: 4.2.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=27495


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2006-07-21 15:13 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-08 15:34 [Bug c++/27495] New: [4.0/4.1/4.2 regression] ICE using "." instead of "->" reichelt at gcc dot gnu dot org
2006-05-08 15:45 ` [Bug c++/27495] " pinskia at gcc dot gnu dot org
2006-05-09  8:00 ` pinskia at gcc dot gnu dot org
2006-06-04 18:52 ` mmitchel at gcc dot gnu dot org
2006-06-22 16:55 ` sje at cup dot hp dot com
2006-07-18 17:01 ` sje at gcc dot gnu dot org
2006-07-18 17:03 ` sje at gcc dot gnu dot org
2006-07-19  9:51 ` [Bug c++/27495] [4.0/4.1 " reichelt at gcc dot gnu dot org
2006-07-20 17:43 ` sje at gcc dot gnu dot org
2006-07-20 17:47 ` sje at gcc dot gnu dot org
2006-07-21 10:11 ` [Bug c++/27495] [4.0/4.1/4.2 " reichelt at gcc dot gnu dot org
2006-07-21 15:03 ` sje at cup dot hp dot com
2006-07-21 15:13 ` reichelt at gcc dot gnu dot 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).