]> git.ipfire.org Git - thirdparty/gcc.git/commit
stor-layout.c (mode_for_size_tree): Remove restiction on type sizes by correctly...
authorRoger Sayle <roger@eyesopen.com>
Wed, 29 Mar 2006 22:40:17 +0000 (22:40 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Wed, 29 Mar 2006 22:40:17 +0000 (22:40 +0000)
commita6a12bb9de5452dcd08dfe62432ebf4ab8c3e04f
treeca10d5eb72bc1f5de3fd9b33542544396b8a4e5b
parent68441323e2cc02348391d8108fbe22c34aab56f4
stor-layout.c (mode_for_size_tree): Remove restiction on type sizes by correctly testing whether the size fits a...

* stor-layout.c (mode_for_size_tree): Remove restiction on type
sizes by correctly testing whether the size fits a host integer.
(initialize_sizetypes): Use set_min_and_max_values_for_integral_type
to correctly set TYPE_MIN_VALUE and TYPE_MAX_VALUE to the full
SImode range for the default sizetype and bitsizetype.

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