]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree.c (signed_or_unsigned_type_for): Use build_nonstandard_integer_type.
authorRichard Guenther <rguenther@suse.de>
Mon, 12 Mar 2012 13:04:43 +0000 (13:04 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 12 Mar 2012 13:04:43 +0000 (13:04 +0000)
commit7ee6fd6836b487a0229b69821c71b6878b529870
tree6c55d1468abe6bfcb3d90e9788f768fef21263d8
parentd8aba32a0959169d00b9d89b28f6d4ccc4763be8
tree.c (signed_or_unsigned_type_for): Use build_nonstandard_integer_type.

2012-03-12  Richard Guenther  <rguenther@suse.de>

* tree.c (signed_or_unsigned_type_for): Use
build_nonstandard_integer_type.
(signed_type_for): Adjust documentation.
(unsigned_type_for): Likewise.
* tree-pretty-print.c (dump_generic_node): Use standard names
for non-standard integer types if available.

From-SVN: r185226
gcc/ChangeLog
gcc/tree-pretty-print.c
gcc/tree.c