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]

Re: Tree inlining for the C front end (part 1 of 3)


Unless told otherwise, I'll assume this one to be approved along with
the patch that introduces langhooks.h.

Index: gcc/po/ChangeLog
from  Alexandre Oliva  <aoliva@redhat.com>

	* POTFILES.in: Add newly-added files.

Index: gcc/po/POTFILES.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/po/POTFILES.in,v
retrieving revision 1.56
diff -u -p -r1.56 POTFILES.in
--- gcc/po/POTFILES.in 2001/10/01 04:21:20 1.56
+++ gcc/po/POTFILES.in 2001/10/05 06:40:52
@@ -693,6 +693,7 @@ convert.h
 cp/call.c
 cp/cfns.h
 cp/class.c
+cp/cp-lang.c
 cp/cp-tree.h
 cp/cvt.c
 cp/decl.c
@@ -973,6 +974,7 @@ java/xref.h
 java/zextract.c
 java/zipfile.h
 jump.c
+langhooks.h
 lcm.c
 libfuncs.h
 #libgcc2.c is part of the GCC library
@@ -1069,6 +1071,8 @@ tradcpp.c
 tradcpp.h
 tree.c
 tree.h
+tree-inline.c
+tree-inline.h
 tsystem.h
 typeclass.h
 unprotoize.c

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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