]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ipa-devirt.c
tree.h (id_equal): New.
authorJason Merrill <jason@redhat.com>
Sun, 11 Jun 2017 05:29:14 +0000 (01:29 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 11 Jun 2017 05:29:14 +0000 (01:29 -0400)
commita01f151f1e03f9b2bf4148fc3f18f114bb6806b0
treee673d9359df0faf119e7f7fa476fdb87ce07f1fa
parentdc77253832d17c57f385695119cc5344555bd913
tree.h (id_equal): New.

* tree.h (id_equal): New.

* dwarf2out.c, hsa-gen.c, ipa-devirt.c, omp-expand.c,
omp-simd-clone.c, read-rtl-function.c, tree-chkp.c, tree.c: Use it
instead of strcmp of IDENTIFIER_POINTER.
c-family/
* c-ada-spec.c, c-pragma.c: Use it.
cp/
* cp-tree.h, decl2.c, mangle.c, parser.c, pt.c, semantics.c: Use it.

From-SVN: r249103
20 files changed:
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c-ada-spec.c
gcc/c-family/c-pragma.c
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl2.c
gcc/cp/mangle.c
gcc/cp/parser.c
gcc/cp/pt.c
gcc/cp/semantics.c
gcc/dwarf2out.c
gcc/hsa-gen.c
gcc/ipa-devirt.c
gcc/omp-expand.c
gcc/omp-simd-clone.c
gcc/read-rtl-function.c
gcc/tree-chkp.c
gcc/tree.c
gcc/tree.h