This is the mail archive of the gcc@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: r106743 - in /trunk/gcc: ChangeLog Makefile.in ...


On Thu, 2005-11-10 at 13:37 -0500, Hans-Peter Nilsson wrote:
> On Thu, 10 Nov 2005 dberlin@gcc.gnu.org wrote:
> 
> > Author: dberlin
> > Date: Thu Nov 10 17:23:49 2005
> > New Revision: 106743
> 
> > 2005-11-10  Daniel Berlin  <dberlin@dberlin.org>
> 
> > 	(heapvar_lookup): New function.
> 
> /home/hp/combined/combined/gcc/tree-ssa-structalias.c: In function `heapvar_lookup':
> /home/hp/combined/combined/gcc/tree-ssa-structalias.c:320: error: `from' undeclared (first use in this function)
> /home/hp/combined/combined/gcc/tree-ssa-structalias.c:320: error: (Each undeclared identifier is reported only once
> /home/hp/combined/combined/gcc/tree-ssa-structalias.c:320: error: for each function it appears in.)
> /home/hp/combined/combined/gcc/tree-ssa-structalias.c:317: warning: unused parameter `stmt'
> make[4]: *** [tree-ssa-structalias.o] Error 1
> 
> I'll make the obvious s/stmt/from/ in that function if it
> trivially fixes the build (and nobody else got to it).
> 
> But as it must've been untested, it seems likely there are other
> bugs in that commit.

Actually, it was tested.
I stupidly renamed it when i was doing the commit, to match the comment.


> 
> brgds, H-P


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