public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Guillermo Ballester Valor <gbv@ctv.es>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org
Subject: Re: c/3917
Date: Tue, 07 Aug 2001 11:36:00 -0000	[thread overview]
Message-ID: <20010807183600.23839.qmail@sourceware.cygnus.com> (raw)

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

From: Guillermo Ballester Valor <gbv@ctv.es>
To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, gbv@ctv.es,
   gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: c/3917
Date: Tue, 07 Aug 2001 20:35:05 +0200

 This is a multi-part message in MIME format.
 --------------DE8431CEFE92A44C6676A8AF
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 HI
 
 Sorry by any inconvenience I could say. I'm a newbe here. I am the same
 person who send the referenced bug. I've been seeing some assembler
 outputs for IA-64. I have not seen any pair of 'mfi' boundles in the
 same cycle, and it had to be in many cases.
 
 I've searched in the gcc-code (hard-task). I've seen a suspicious code
 line in 'ia64.c' routine 'itanium_split_issue'. In the current version
 (7-Aug-2001 18:00 TMG) it seems there is only a F_TYPE slot permitted in
 the bundle window. I think it sould be two. 
 
 Here is the patch i proposed. I'm not sure about it.
 
 Guillermo. 
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3917&database=gcc
 
 -- 
 Guillermo Ballester Valor
 gbv@ctv.es
 Granada (Spain)
 --------------DE8431CEFE92A44C6676A8AF
 Content-Type: text/plain; charset=us-ascii;
  name="difer"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="difer"
 
 *** ia64.c	Tue Aug  7 20:11:45 2001
 --- ../gcc/gcc/gcc/config/ia64/ia64.c	Mon Aug  6 19:17:28 2001
 ***************
 *** 5053,5059 ****
         enum attr_type t = (t0 == TYPE_L ? TYPE_F
   			  : t0 == TYPE_X ? TYPE_I
   			  : t0);
 !       int max = (t == TYPE_B ? 3 : t == 2);
         if (type_count[t] == max)
   	return i;
         type_count[t]++;
 --- 5053,5059 ----
         enum attr_type t = (t0 == TYPE_L ? TYPE_F
   			  : t0 == TYPE_X ? TYPE_I
   			  : t0);
 !       int max = (t == TYPE_B ? 3 : t == TYPE_F ? 1 : 2);
         if (type_count[t] == max)
   	return i;
         type_count[t]++;
 
 --------------DE8431CEFE92A44C6676A8AF--
 


             reply	other threads:[~2001-08-07 11:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-07 11:36 Guillermo Ballester Valor [this message]
2001-09-17 22:36 c/3917 Jim Wilson

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=20010807183600.23839.qmail@sourceware.cygnus.com \
    --to=gbv@ctv.es \
    --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).