public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c/3917 Ooops!
@ 2001-08-07 11:46 Guillermo Ballester Valor
  0 siblings, 0 replies; only message in thread
From: Guillermo Ballester Valor @ 2001-08-07 11:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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 Ooops!
Date: Tue, 07 Aug 2001 20:44:29 +0200

 This is a multi-part message in MIME format.
 --------------F446F04B6471BE9F23B606C5
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 Hi
 
 Oops! I've just sent a buggy patch. :(
 
 This is the valid
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3917&database=gcc
 
 -- 
 Guillermo Ballester Valor
 gbv@ctv.es
 Granada (Spain)
 --------------F446F04B6471BE9F23B606C5
 Content-Type: text/plain; charset=us-ascii;
  name="difer"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="difer"
 
 *** ia64.c	Tue Aug  7 20:41:37 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 : 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]++;
 
 --------------F446F04B6471BE9F23B606C5--
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-08-07 11:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-07 11:46 c/3917 Ooops! Guillermo Ballester Valor

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