]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree.c (build_int_cst_wide): Add an assertion (gcc_unreachable) when attempting to...
authorRoger Sayle <roger@eyesopen.com>
Sat, 11 Nov 2006 01:47:18 +0000 (01:47 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sat, 11 Nov 2006 01:47:18 +0000 (01:47 +0000)
commitb8b7f1621f4c8270babb2a492e3f58413a368741
tree44698d4692f54c1fccaf5bfd54844b6aeb857b34
parent845e145b6d78551fda4bf8fea6c5b3634b0fb71f
tree.c (build_int_cst_wide): Add an assertion (gcc_unreachable) when attempting to build INTEGER_CSTs of...

* 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.

From-SVN: r118678
gcc/ChangeLog
gcc/expmed.c
gcc/tree.c