]> git.ipfire.org Git - thirdparty/gcc.git/commit
2012-05-10 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 May 2012 07:58:27 +0000 (07:58 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 May 2012 07:58:27 +0000 (07:58 +0000)
commit5a1fe2db4de27e5d885582b199332d5672e2da16
tree1b55fc7996845f84a927496e5f0f6f7aa9d75d19
parent7b46887f06a1be787421e8811cf92473b7d00ecd
2012-05-10  Richard Guenther  <rguenther@suse.de>

ada/
* gcc-interface/cuintp.c (UI_From_gnu): Remove TYPE_IS_SIZETYPE use.

c-family/
* c-common.c (c_sizeof_or_alignof_type): Remove assert and
adjust commentary about TYPE_IS_SIZETYPE types.

* tree.h (TYPE_IS_SIZETYPE): Remove.
* fold-const.c (int_const_binop_1): Remove TYPE_IS_SIZETYPE use.
(extract_muldiv_1): Likewise.
* gimple.c (gtc_visit): Likewise.
(gimple_types_compatible_p): Likewise.
(iterative_hash_canonical_type): Likewise.
(gimple_canonical_types_compatible_p): Likewise.
* gimplify.c (gimplify_one_sizepos): Likewise.
* print-tree.c (print_node): Likewise.
* stor-layout.c (initialize_sizetypes): Do not set TYPE_IS_SIZETYPE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187363 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/gcc-interface/cuintp.c
gcc/c-family/ChangeLog
gcc/c-family/c-common.c
gcc/fold-const.c
gcc/gimple.c
gcc/gimplify.c
gcc/print-tree.c
gcc/stor-layout.c
gcc/tree.h