]> git.ipfire.org Git - thirdparty/gcc.git/commit
stor-layout.c (layout_type): Do not change TYPE_PRECISION or TYPE_UNSIGNED of integra...
authorRichard Biener <rguenther@suse.de>
Fri, 18 Oct 2013 08:36:28 +0000 (08:36 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 18 Oct 2013 08:36:28 +0000 (08:36 +0000)
commitc0e081a968c78d13a2bba17a8f865fac03cc6194
tree6ac87ce50110858e62204b3bb3df8bca29b549ef
parent054fceb5eef383cad943cc695fe25ccbff66d2d2
stor-layout.c (layout_type): Do not change TYPE_PRECISION or TYPE_UNSIGNED of integral types.

2013-10-18  Richard Biener  <rguenther@suse.de>

* stor-layout.c (layout_type): Do not change TYPE_PRECISION
or TYPE_UNSIGNED of integral types.
(set_min_and_max_values_for_integral_type): Leave TYPE_MIN/MAX_VALUE
NULL_TREE for zero-precision integral types.

From-SVN: r203813
gcc/ChangeLog
gcc/stor-layout.c