re PR ipa/78188 (AIX Bootstrap broken by tree-vrp.c change)

PR bootstrap/78188
PR c++/71848
* ipa-comdats.c (pass_ipa_comdats::gate): Require HAVE_COMDAT_GROUP.

From-SVN: r241863
This commit is contained in:
David Edelsohn 2016-11-04 23:20:50 +00:00 committed by David Edelsohn
parent b125dc1e1b
commit 8d48126dc7
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2016-11-05 David Edelsohn <dje.gcc@gmail.com>
PR bootstrap/78188
PR c++/71848
* ipa-comdats.c (pass_ipa_comdats::gate): Require HAVE_COMDAT_GROUP.
2016-11-04 Jakub Jelinek <jakub@redhat.com>
PR target/77834

View File

@ -416,7 +416,7 @@ public:
bool
pass_ipa_comdats::gate (function *)
{
return optimize;
return HAVE_COMDAT_GROUP && optimize;
}
} // anon namespace