public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/35327]  New: [4.3/4.4 regression] ICE with invalid constructor
Date: Sat, 23 Feb 2008 19:10:00 -0000	[thread overview]
Message-ID: <bug-35327-1771@http.gcc.gnu.org/bugzilla/> (raw)

The following invalid code snippet triggers an ICE on mainline and 4.3 branch:

====================================================
struct A
{
  A(int)();
};

template<int> void foo(bool b, A a) { b ? a : 0; }
====================================================

bug.cc:3: error: 'A' declared as function returning a function
bug.cc: In function 'void foo(bool, A)':
bug.cc:6: internal compiler error: in build_target_expr, at cp/tree.c:267
Please submit a full bug report, [etc.]


-- 
           Summary: [4.3/4.4 regression] ICE with invalid constructor
           Product: gcc
           Version: 4.4.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=35327


             reply	other threads:[~2008-02-23 19:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-23 19:10 reichelt at gcc dot gnu dot org [this message]
2008-02-23 19:10 ` [Bug c++/35327] " reichelt at gcc dot gnu dot org
2008-02-24 22:07 ` rguenth at gcc dot gnu dot org
2008-03-15  0:44 ` jsm28 at gcc dot gnu dot org
2008-06-06 11:15 ` paolo dot carlini at oracle dot com
2008-06-06 15:05 ` rguenth at gcc dot gnu dot org
2008-06-07  8:08 ` paolo at gcc dot gnu dot org
2008-06-07  8:09 ` [Bug c++/35327] [4.3 " paolo dot carlini at oracle dot com
2008-08-27 22:13 ` jsm28 at gcc dot gnu dot org
2009-01-24 10:23 ` rguenth at gcc dot gnu dot org
2009-04-22 15:26 ` rguenth at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-35327-1771@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).