re PR middle-end/18520 (ICE in emit_store_flag, at expmed.c:5081with -ffast-math)
authorRoger Sayle <roger@eyesopen.com>
Mon, 22 Nov 2004 02:13:14 +0000 (02:13 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Mon, 22 Nov 2004 02:13:14 +0000 (02:13 +0000)
commit6da285d241bbcdd8511493e7f1032d2aa54c9599
tree05ddf96549bce68cc32e473dbd251104e629c9b7
parentb693336bf3a985d6ee779cd18c44bfa02fc78310
re PR middle-end/18520 (ICE in emit_store_flag, at expmed.c:5081with -ffast-math)

PR middle-end/18520
* dojump.c (compare_from_rtx): Clarify mode argument in function
description.  Correct order of mode/cmp_mode arguments in call to
simplify_relational_operation.  Check "tem" for COMPARISON_P.

* gcc.dg/pr18520-1.c: New test case.

From-SVN: r90997
gcc/ChangeLog
gcc/dojump.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr18520-1.c [new file with mode: 0644]