public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Missing HAVE_trunctqfqf2
@ 1997-09-02  8:04 Christian Iseli
  1997-09-02 22:33 ` Jeffrey A Law
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Iseli @ 1997-09-02  8:04 UTC (permalink / raw)
  To: egcs

Hello again,

All the HAVE_trunc* are defined in expr.c except for one (that I happen to use... ;-)
Here is a trivial fix.

Cheers,
					Christian

*** expr.c.orig	Mon Aug 11 17:57:06 1997
--- expr.c	Mon Sep  1 13:53:41 1997
*************** convert_move (to, from, unsignedp)
*** 621,626 ****
--- 621,633 ----
  	  return;
  	}
  #endif
+ #ifdef HAVE_trunctqfqf2
+       if (HAVE_trunctqfqf2 && from_mode == TQFmode && to_mode == QFmode)
+ 	{
+ 	  emit_unop_insn (CODE_FOR_trunctqfqf2, to, from, UNKNOWN);
+ 	  return;
+ 	}
+ #endif
  #ifdef HAVE_truncsfqf2
        if (HAVE_truncsfqf2 && from_mode == SFmode && to_mode == QFmode)
  	{

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Missing HAVE_trunctqfqf2
  1997-09-02  8:04 Missing HAVE_trunctqfqf2 Christian Iseli
@ 1997-09-02 22:33 ` Jeffrey A Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeffrey A Law @ 1997-09-02 22:33 UTC (permalink / raw)
  To: Christian Iseli; +Cc: egcs

  In message < 199709021504.RAA23495@lslsun17.epfl.ch >you write:
  > Hello again,
  > 
  > All the HAVE_trunc* are defined in expr.c except for one (that I happen to
  > use... ;-)
  > Here is a trivial fix.
Thanks.  I've installed this patch.
jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1997-09-02 22:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-09-02  8:04 Missing HAVE_trunctqfqf2 Christian Iseli
1997-09-02 22:33 ` Jeffrey A Law

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).