tree-pass.h (make_pass_ipa_comdats): New pass.
authorJan Hubicka <hubicka@ucw.cz>
Mon, 19 May 2014 00:58:43 +0000 (02:58 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 19 May 2014 00:58:43 +0000 (00:58 +0000)
commita04d9035ec03996fd6f96a1ece21bc8d4c54cd40
tree353bbd6b2ed6da4c5c83773cb11308dfd538b143
parent449cdb37f016280cc689190e3c75da618f17493b
tree-pass.h (make_pass_ipa_comdats): New pass.

* tree-pass.h (make_pass_ipa_comdats): New pass.
* timevar.def (TV_IPA_COMDATS): New timevar.
* passes.def (pass_ipa_comdats): Add.
* Makefile.in (OBJS): Add ipa-comdats.o
* ipa-comdats.c: New file.

* g++.dg/ipa/comdat.C: New file.

From-SVN: r210597
gcc/ChangeLog
gcc/Makefile.in
gcc/ipa-comdats.c [new file with mode: 0644]
gcc/passes.def
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ipa/comdat.C [new file with mode: 0644]
gcc/timevar.def
gcc/tree-pass.h