OSDN Git Service

PR middle-end/19405
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Feb 2005 06:44:35 +0000 (06:44 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Feb 2005 06:44:35 +0000 (06:44 +0000)
commit09fde96cf451f1da14f7a447b02cb872e86f71a4
treefb250b8935df7ba966a9aeae4f38b4eca4fc2969
parentb4f9573e66383d8db22f382c6462668fcb725810
PR middle-end/19405
* real.h (REAL_MODE_FORMAT_COMPOSITE_P): New macro.
* fold-const.c (const_binop): Avoid constant folding floating
point operations in modes that use composite representations.
* simplify-rtx.c (simplify_binary_operation): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94653 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/fold-const.c
gcc/real.h
gcc/simplify-rtx.c