public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "trippels at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/65554] [5 Regression] ICE: verify_gimple failed
Date: Wed, 25 Mar 2015 17:55:00 -0000	[thread overview]
Message-ID: <bug-65554-4-CQTpnVt4bC@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-65554-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65554

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-03-25
                 CC|                            |trippels at gcc dot gnu.org
   Target Milestone|---                         |5.0
     Ever confirmed|0                           |1

--- Comment #1 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
markus@x4 tmp % cat HDCommand.ii
namespace std
{
template <class> class initializer_list
{
  int *_M_array;
  int _M_len;
};
class A
{
public:
  void operator=(initializer_list<int>);
};
class B
{
  void m_fn1 (A &) const;
};
void
B::m_fn1 (A &) const
{
  A extra;
  extra = {};
}
}


markus@x4 tmp % g++ -std=c++11 -O2 -c HDCommand.ii
HDCommand.ii: In member function ‘void std::B::m_fn1(std::A&) const’:
HDCommand.ii:18:1: error: non-trivial conversion at assignment
 B::m_fn1 (A &) const
 ^
int
sizetype
D.2166._M_len = 0;
HDCommand.ii:18:1: internal compiler error: verify_gimple failed
0xcec17f verify_gimple_in_seq(gimple_statement_base*)
        ../../gcc/gcc/tree-cfg.c:4737
0xac009c gimplify_body(tree_node*, bool)
        ../../gcc/gcc/gimplify.c:9100
0xac0406 gimplify_function_tree(tree_node*)
        ../../gcc/gcc/gimplify.c:9185
0x90c2b7 cgraph_node::analyze()
        ../../gcc/gcc/cgraphunit.c:633
0x90f36d analyze_functions
        ../../gcc/gcc/cgraphunit.c:1023
0x90fc55 symbol_table::finalize_compilation_unit()
        ../../gcc/gcc/cgraphunit.c:2435
0x6ec4c7 cp_write_global_declarations()
        ../../gcc/gcc/cp/decl2.c:4755
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
>From gcc-bugs-return-481658-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Mar 25 17:34:06 2015
Return-Path: <gcc-bugs-return-481658-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 52985 invoked by alias); 25 Mar 2015 17:34:06 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 51460 invoked by uid 48); 25 Mar 2015 17:34:03 -0000
From: "mpolacek at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/65558] [5 Regression] crash using __attribute__((__abi_tag__)) on anonymous inline namespace
Date: Wed, 25 Mar 2015 17:55:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: c++
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: mpolacek at gcc dot gnu.org
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 5.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status cf_reconfirmed_on cc target_milestone short_desc everconfirmed
Message-ID: <bug-65558-4-1i1ilObXuf@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-65558-4@http.gcc.gnu.org/bugzilla/>
References: <bug-65558-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-03/txt/msg02802.txt.bz2
Content-length: 896

https://gcc.gnu.org/bugzilla/show_bug.cgi?ide558

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-03-25
                 CC|                            |mpolacek at gcc dot gnu.org
   Target Milestone|---                         |5.0
            Summary|crash using                 |[5 Regression] crash using
                   |__attribute__((__abi_tag__) |__attribute__((__abi_tag__)
                   |) on anonymous inline       |) on anonymous inline
                   |namespace                   |namespace
     Ever confirmed|0                           |1

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Confirmed.


  reply	other threads:[~2015-03-25 17:34 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-25 16:18 [Bug middle-end/65554] New: " doko at gcc dot gnu.org
2015-03-25 17:55 ` trippels at gcc dot gnu.org [this message]
2015-03-25 18:58 ` [Bug middle-end/65554] " jakub at gcc dot gnu.org
2015-03-25 19:03 ` trippels at gcc dot gnu.org
2015-03-25 19:28 ` doko at gcc dot gnu.org
2015-03-26 11:35 ` [Bug c++/65554] " rguenth at gcc dot gnu.org
2015-03-31 14:27 ` mpolacek at gcc dot gnu.org
2015-03-31 14:34 ` mpolacek at gcc dot gnu.org
2015-03-31 14:48 ` mpolacek at gcc dot gnu.org
2015-03-31 15:19 ` mpolacek at gcc dot gnu.org
2015-04-01 13:08 ` mpolacek at gcc dot gnu.org
2015-04-01 13:11 ` mpolacek at gcc dot gnu.org
2015-04-01 13:35 ` jakub at gcc dot gnu.org
2015-04-01 15:01 ` jakub at gcc dot gnu.org
2015-04-08  9:17 ` mpolacek at gcc dot gnu.org
2015-04-09 15:48 ` [Bug middle-end/65554] [5 Regression] " mpolacek at gcc dot gnu.org
2015-04-09 18:31 ` mpolacek at gcc dot gnu.org
2015-04-09 18:31 ` mpolacek at gcc dot gnu.org
2015-04-10 23:28 ` redi at gcc dot gnu.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-65554-4-CQTpnVt4bC@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).