This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/63621] [5 Regression] ICE: error: Both section and comdat group is set


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

--- Comment #7 from tbsaunde at gcc dot gnu.org ---
Author: tbsaunde
Date: Mon Dec  8 00:35:33 2014
New Revision: 218476

URL: https://gcc.gnu.org/viewcvs?rev=218476&root=gcc&view=rev
Log:
don't ICE when section attribute is used on things in comdats

gcc/

    PR ipa/63621
    * symtab.c (symtab_node::verify): Check for section attribute before
    asserting something isn't in a section and a comdat group.

Added:
    trunk/gcc/testsuite/g++.dg/ipa/pr63621.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/symtab.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]