public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Jan Hubicka <jh@suse.cz>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org
Subject: Re: fortran/3191: g77 -msse ICE on minsf pattern
Date: Sat, 16 Jun 2001 03:46:00 -0000	[thread overview]
Message-ID: <20010616104601.3086.qmail@sourceware.cygnus.com> (raw)

The following reply was made to PR fortran/3191; it has been noted by GNATS.

From: Jan Hubicka <jh@suse.cz>
To: tprince@computer.org, gcc-patches@gcc.gnu.org, patches@x86-64.org
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: fortran/3191: g77 -msse ICE on minsf pattern
Date: Sat, 16 Jun 2001 12:44:40 +0200

 > (insn 8283 8282 8285 (parallel[ 
 >             (set (reg:SF 21 exmm0 [2315])
 >                 (if_then_else:SF (lt (reg:SF 21 exmm0 [2315])
 >                         (mem:SF (const:SI (plus:SI (symbol_ref:SI ("spacer_"))
 >                                     (const_int 140 [0x8c]))) 0))
 >                     (reg:SF 21 exmm0 [2315])
 >                     (mem:SF (const:SI (plus:SI (symbol_ref:SI ("spacer_"))
 >                                 (const_int 140 [0x8c]))) 0)))
 >             (clobber (reg:CC 17 flags))
 >         ] ) 611 {*minsf} (nil)
 >     (expr_list:REG_UNUSED (reg:CC 17 flags)
 >         (nil)))
 > k77s.f:822: Internal compiler error in final_scan_insn, at final.c:2911
 It is an pasto.
 I am installing the fix as obvious.
 
 Sat Jun 16 12:43:21 CEST 2001  Jan Hubicka  <jh@suse.cz>
 	* i386.md (minsf): Fix splitter. (PR 3191)
 
 Index: i386.md
 ===================================================================
 RCS file: /cvs/gcc/egcs/gcc/config/i386/i386.md,v
 retrieving revision 1.275
 diff -c -3 -p -r1.275 i386.md
 *** i386.md	2001/06/13 00:54:41	1.275
 --- i386.md	2001/06/16 10:42:44
 ***************
 *** 15840,15847 ****
     [(set (match_operand:SF 0 "register_operand" "")
   	(if_then_else:SF (lt (match_operand:SF 1 "register_operand" "")
   			     (match_operand:SF 2 "nonimmediate_operand" ""))
 ! 			 (match_operand:DF 3 "register_operand" "")
 ! 			 (match_operand:DF 4 "nonimmediate_operand" "")))
      (clobber (reg:CC 17))]
     "SSE_REG_P (operands[0]) && reload_completed
      && ((operands_match_p (operands[1], operands[3])
 --- 15840,15847 ----
     [(set (match_operand:SF 0 "register_operand" "")
   	(if_then_else:SF (lt (match_operand:SF 1 "register_operand" "")
   			     (match_operand:SF 2 "nonimmediate_operand" ""))
 ! 			 (match_operand:SF 3 "register_operand" "")
 ! 			 (match_operand:SF 4 "nonimmediate_operand" "")))
      (clobber (reg:CC 17))]
     "SSE_REG_P (operands[0]) && reload_completed
      && ((operands_match_p (operands[1], operands[3])


             reply	other threads:[~2001-06-16  3:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-16  3:46 Jan Hubicka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-06-19 12:37 toon
2001-06-19  0:39 toon
2001-06-15  4:46 Jan Hubicka
2001-06-14 23:26 tprince

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010616104601.3086.qmail@sourceware.cygnus.com \
    --to=jh@suse.cz \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).