This is the mail archive of the gcc-prs@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]

c/6689


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

From: davem@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c/6689
Date: 17 May 2002 16:58:04 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_1-branch
 Changes by:	davem@gcc.gnu.org	2002-05-17 09:58:04
 
 Modified files:
 	gcc            : ChangeLog local-alloc.c 
 
 Log message:
 	2002-05-17  David S. Miller  <davem@redhat.com>
 	
 	PR c/6689, PR optimization/6615
 	* local-alloc.c (struct equivalence): Rename 'src' to 'src_p'
 	and make it a pointer to rtx.  Update comments.
 	(update_equiv_regs): When scanning for equivalences, record
 	address of SET_SRC (set) in reg_equiv[].src_p.  Dereference
 	it while making the equiv replacements.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.13152.2.534&r2=1.13152.2.535
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/local-alloc.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.102.2.1&r2=1.102.2.2
 


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