OSDN Git Service

PR rtl-optimization/32366
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 17 Jun 2007 19:23:30 +0000 (19:23 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 17 Jun 2007 19:23:30 +0000 (19:23 +0000)
commit8373dacdfeb9b86e98222fb43d0a1d994f2d53a1
tree3a5ef37106918b462ee5817ba6fb93a6bc863cb3
parent73d0c05cb673cb3240bb79cd12a1e55272a705e0
    PR rtl-optimization/32366
        * simplify-rtx.c (simplify_unary_operation_1) [FLOAT_TRUNCATE,
        FLOAT_EXTEND]: Prevent non-scalar modes from entering
        significand_size.

testsuite/ChangeLog:

        PR rtl-optimization/32366
        * testsuite/gcc.dg/vect/pr32366.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125777 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/simplify-rtx.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/pr32366.c [new file with mode: 0644]