public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/17456] New: [3.3 regression] ICE when brackets missing from member function call
@ 2004-09-13 11:49 zak at transversal dot com
  2004-09-13 11:50 ` [Bug c++/17456] " zak at transversal dot com
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: zak at transversal dot com @ 2004-09-13 11:49 UTC (permalink / raw)
  To: gcc-bugs

The following code produces a sensible error (statement cannot resolve address
of overloaded function) immediately followed by an ICE.

Note that removing the base class makes the ICE go away.

Fails in all 3.3 versions; other branches seem unaffected.


struct B { };

struct D : B
{
  void foo();

  D() { foo; }
};

-- 
           Summary: [3.3 regression] ICE when brackets missing from member
                    function call
           Product: gcc
           Version: 3.3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: zak at transversal dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

end of thread, other threads:[~2004-12-20  1:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-13 11:49 [Bug c++/17456] New: [3.3 regression] ICE when brackets missing from member function call zak at transversal dot com
2004-09-13 11:50 ` [Bug c++/17456] " zak at transversal dot com
2004-09-13 14:20 ` bangerth at dealii dot org
2004-09-20 16:38 ` reichelt at gcc dot gnu dot org
2004-09-20 21:00 ` pinskia at gcc dot gnu dot org
2004-09-28 13:44 ` gdr at gcc dot gnu dot org
2004-12-18  0:00 ` reichelt at gcc dot gnu dot org
2004-12-18  1:36 ` reichelt at gcc dot gnu dot org
2004-12-18 20:26 ` [Bug c++/17456] [3.3 regression] ICE when parentheses are " cvs-commit at gcc dot gnu dot org
2004-12-18 20:27 ` reichelt at gcc dot gnu dot org
2004-12-20  1:29 ` 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).