]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove unused decimal floating-point pointer types
authorJulian Brown <julian@codesourcery.com>
Fri, 29 Nov 2019 00:58:35 +0000 (00:58 +0000)
committerJulian Brown <jules@gcc.gnu.org>
Fri, 29 Nov 2019 00:58:35 +0000 (00:58 +0000)
commit70ce1ab9fd2e201631b253bb62489d07189d2d50
treeb5b43d41c80f2fb4bcc07e85944bf87a03475c02
parent19f9ca88fefc5cce325d1df32c5d4818cba4fb8f
Remove unused decimal floating-point pointer types

gcc/
* builtin-types.def (BT_DFLOAT32_PTR, BT_DFLOAT64_PTR,
BT_DFLOAT128_PTR) Remove.
* tree-core.h (TI_DFLOAT32_PTR_TYPE, TI_DFLOAT64_PTR_TYPE,
TI_DFLOAT128_PTR_TYPE): Remove.
* tree.c (build_common_type_nodes): Remove dfloat32_ptr_type_node,
dfloat64_ptr_type_node and dfloat128_ptr_type_node initialisation.
* tree.h (dfloat32_ptr_type_node, dfloat64_ptr_type_node,
dfloat128_ptr_type_node): Remove macros.

gcc/jit/
* jit-builtins.c (BT_DFLOAT32_PTR, BT_DFLOAT64_PTR, BT_DFLOAT128_PTR):
Remove commented-out cases.

Reviewed-by: Joseph Myers <joseph@codesourcery.com>
From-SVN: r278826
gcc/ChangeLog
gcc/builtin-types.def
gcc/jit/ChangeLog
gcc/jit/jit-builtins.c
gcc/tree-core.h
gcc/tree.c
gcc/tree.h