re PR middle-end/15945 (Incorrect floating point optimization)
authorJakub Jelinek <jakub@redhat.com>
Mon, 14 Jun 2004 17:45:08 +0000 (19:45 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 14 Jun 2004 17:45:08 +0000 (19:45 +0200)
commit6355b2d5bb6870b770e00f7dc2b9ab275e3d6a9e
tree84ea37e94f5eeb0a03216869549b532c423766c4
parent44930935245c606dc826b43040603a71ad431e54
re PR middle-end/15945 (Incorrect floating point optimization)

PR middle-end/15945
* simplify-rtx.c (simplify_binary_operation): Don't optimize out
Inf + -Inf, Inf - Inf, Inf / Inf and 0 * Inf if flag_trapping_math.

From-SVN: r83121
gcc/ChangeLog
gcc/simplify-rtx.c