public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/27821]  New: [4.0/4.1/4.2 regression] ICE with invalid ptr-to-member
@ 2006-05-30 12:33 reichelt at gcc dot gnu dot org
  2006-05-30 13:51 ` [Bug c++/27821] " pinskia at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-05-30 12:33 UTC (permalink / raw)
  To: gcc-bugs

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

==============================================
struct A
{
    template<void (A::*)()> struct B {};
    void ::foo();
    B<&A::foo> b;
};
==============================================

bug.cc:4: error: invalid use of '::'
bug.cc:5: internal compiler error: in build_ptrmem_type, at cp/decl.c:6377
Please submit a full bug report, [etc.]


-- 
           Summary: [4.0/4.1/4.2 regression] ICE with invalid ptr-to-member
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, error-recovery, 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=27821


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

end of thread, other threads:[~2006-06-29 21:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-30 12:33 [Bug c++/27821] New: [4.0/4.1/4.2 regression] ICE with invalid ptr-to-member reichelt at gcc dot gnu dot org
2006-05-30 13:51 ` [Bug c++/27821] " pinskia at gcc dot gnu dot org
2006-05-31  2:34 ` bangerth at dealii dot org
2006-06-04 19:42 ` mmitchel at gcc dot gnu dot org
2006-06-18 21:40 ` lmillward at gcc dot gnu dot org
2006-06-22 18:10 ` lmillward at gcc dot gnu dot org
2006-06-22 18:13 ` [Bug c++/27821] [4.0/4.1 " lmillward at gcc dot gnu dot org
2006-06-25 17:05 ` lmillward at gcc dot gnu dot org
2006-06-25 17:06 ` lmillward at gcc dot gnu dot org
2006-06-25 17:16 ` lmillward at gcc dot gnu dot org
2006-06-29 21:37 ` patchapp at dberlin 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).