i386.c (output_float_compare): Avoid GNU-C extensions.

�
        * i386.c (output_float_compare): Avoid GNU-C extensions.

From-SVN: r27004
This commit is contained in:
Jan Hubicka 1999-05-19 03:53:26 +02:00 committed by Jeff Law
parent 820bb817cd
commit b871028d01
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed May 19 02:47:11 1999 Jan Hubicka (hubicka@freesoft.cz)
* i386.c (output_float_compare): Avoid GNU-C extensions.
Wed May 19 00:50:24 1999 Jeffrey A Law (law@cygnus.com)
* version.c: Bump version to gcc-2.95 prerelease.

View File

@ -4211,7 +4211,7 @@ output_float_compare (insn, operands)
&& REGNO (operands[i]) != FIRST_STACK_REG
&& (!stack_top_dies || REGNO (operands[i]) != FIRST_STACK_REG + 1))
{
rtx xexp[i];
rtx xexp[2];
xexp[0] = gen_rtx_REG (DFmode,
REGNO (operands[i]) - (stack_top_dies != 0));
output_asm_insn (AS1 (fstp, %y0), xexp);