don't ICE when section attribute is used on things in comdats
commit04430e3b35374412603b267ba57847b69cf9e8a0
authortbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Dec 2014 00:35:33 +0000 (8 00:35 +0000)
committertbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Dec 2014 00:35:33 +0000 (8 00:35 +0000)
tree6fde94058fb755b85e710ae0f24c5c311127ea97
parenta3b7210c846c0454d927aa3850207e9427f32587
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218476 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/symtab.c
gcc/testsuite/g++.dg/ipa/pr63621.C [new file with mode: 0644]