public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "adam at os dot inf.tu-dresden.de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/62164] New: 5.0: ICE: error: Both section and comdat group is set
Date: Sun, 17 Aug 2014 09:20:00 -0000	[thread overview]
Message-ID: <bug-62164-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 62164
           Summary: 5.0: ICE: error: Both section and comdat group is set
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: adam at os dot inf.tu-dresden.de

The following code causes an ICE:

class T { static void t(); };

class U
{
public:
  static void u() __attribute__ ((__section__ (".initcall.text")));
};

inline void U::u() {}

void T::t() { U::u(); }

$ g++ --version
g++ (GCC) 5.0.0 20140817 (experimental)
$ g++ -c t.c
t.c:11:23: error: Both section and comdat group is set
 void T::t() { U::u(); }
                       ^
_ZN1U1uEv/0 (static void U::u()) @0x7f3c83ebe000
  Type: function definition analyzed
  Visibility: public weak comdat comdat_group:_ZN1U1uEv one_only
section:.initcall.text
  References: 
  Referring: 
  First run: 0
  Function flags: body
  Called by: _ZN1T1tEv/2 (1.00 per call) 
  Calls: 
t.c:11:23: internal compiler error: verify_cgraph_node failed
0x858967 cgraph_node::verify_node()
        ../../gcc/gcc/cgraph.c:2978
0x84f757 symtab_node::verify()
        ../../gcc/gcc/symtab.c:1200
0x850eb7 symtab_node::verify_symtab_nodes()
        ../../gcc/gcc/symtab.c:1220
0x85e73a compile()
        ../../gcc/gcc/cgraphunit.c:2157
0x860874 finalize_compilation_unit()
        ../../gcc/gcc/cgraphunit.c:2331
0x6500b5 cp_write_global_declarations()
        ../../gcc/gcc/cp/decl2.c:4649
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.

The problem seems to be that U::u() is tagged inline. If it is not inline,
there is no ICE.
No ICE for <= 4.9.


             reply	other threads:[~2014-08-17  9:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-17  9:20 adam at os dot inf.tu-dresden.de [this message]
2014-08-18 13:58 ` [Bug c++/62164] " rguenth at gcc dot gnu.org
2014-09-27  0:26 ` hubicka at gcc dot gnu.org
2015-03-25 11:43 ` mpolacek at gcc dot gnu.org
2015-08-13  9:36 ` paolo.carlini at oracle dot com
2015-08-13 10:19 ` paolo at gcc dot gnu.org
2015-08-13 10:20 ` paolo.carlini at oracle dot com

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-62164-4@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).