This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bootstrap problem since r108480


On Thu, 2005-12-15 12:58:09 +0100, Jan-Benedict Glaw <jbglaw@lug-owl.de> wrote:
> gcc/:
> 2005-12-15  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
> 	* struct-equiv.c: (struct_equiv_improve_checkpoint) Fix
> 	breakage of commit r108480.
> 
> --- gcc/gcc/struct-equiv.c~orig	2005-12-15 12:50:30.000000000 +0100
> +++ gcc/gcc/struct-equiv.c	2005-12-15 12:51:33.000000000 +0100
> @@ -249,7 +249,7 @@ struct_equiv_improve_checkpoint (struct 
>  				 struct equiv_info *info)
>  {
>  #ifdef HAVE_cc0
> -  if (reg_mentioned_p (cc0_rtx, info->x_start) && !sets_cc0_p (info->x_start))
> +  if (reg_mentioned_p (cc0_rtx, icur.nfo->cur.x_start) && !sets_cc0_p (info->cur.x_start))
                                   ^
One 'i' accidentally added --------+

MfG, JBG

-- 
Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481             _ O _
"Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg  _ _ O
 fÃr einen Freien Staat voll Freier BÃrger"  | im Internet! |   im Irak!   O O O
ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));

Attachment: signature.asc
Description: Digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]