don't ICE when section attribute is used on things in comdats
authorTrevor Saunders <tsaunders@mozilla.com>
Mon, 8 Dec 2014 00:35:33 +0000 (00:35 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Mon, 8 Dec 2014 00:35:33 +0000 (00:35 +0000)
commitb0122457bc82d5ae39a9b32655713dd279224ed4
tree6fde94058fb755b85e710ae0f24c5c311127ea97
parent35efb9ac399c35b12a330aedea8933fdb55f8a61
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.

From-SVN: r218476
gcc/ChangeLog
gcc/symtab.c
gcc/testsuite/g++.dg/ipa/pr63621.C [new file with mode: 0644]