* tree.c (build_int_cst_wide): Add an assertion (gcc_unreachable)
commitaae57ecf2ab04bac670933e791448321d7d902c9
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Nov 2006 01:47:18 +0000 (11 01:47 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Nov 2006 01:47:18 +0000 (11 01:47 +0000)
tree44698d4692f54c1fccaf5bfd54844b6aeb857b34
parentba2f9c26a4a86bbd9a95071ccedd16eeb3822f45
* tree.c (build_int_cst_wide): Add an assertion (gcc_unreachable)
when attempting to build INTEGER_CSTs of non-integral types.
* expmed.c (make_tree): Use the correct type, i.e. the inner
type, when constructing the individual elements of a CONST_VECTOR.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118678 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/expmed.c
gcc/tree.c