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: gengtype plugin improvement last4round -patch 4 [filerules]


On Mon, Nov 22, 2010 at 09:40:37AM +0200, Laurynas Biveinis wrote:
> 2010/11/22 Basile Starynkevitch <basile@starynkevitch.net>:
> > I did check before submitting the third round of this patch that the
> > generated files are same. Will check again this afternoon.
> 
> Thanks!


I svn checked out 167023 & 167034 in /usr/src/Lang/gcc-trunk-167023 &
/usr/src/Lang/gcc-trunk-167024 and build them respectively in
/usr/src/Lang/_ObjTrunk167023 & /usr/src/Lang/_ObjTrunk167024
with the following configurations (respectively)
from /usr/src/Lang/_ObjTrunk167023/config.status
'/usr/src/Lang/gcc-trunk-167023/configure'   '--disable-bootstrap' '--enable-plugins' '--enable-lto' '--disable-multilib' '--enable-languages=c,c++,lto' 

from /usr/src/Lang/_ObjTrunk167023/config.status
 '/usr/src/Lang/gcc-trunk-167024/configure'   '--disable-bootstrap' '--enable-plugins' '--enable-lto' '--disable-multilib' '--enable-languages=c,c++,lto' 

and the following gengtype generated files have the same contents
(according to cmp) in /usr/src/Lang/_ObjTrunk167023/gcc &
/usr/src/Lang/_ObjTrunk167024/gcc

gt-ada-decl.h
gt-ada-misc.h
gt-ada-trans.h
gt-ada-utils.h
gt-alias.h
gt-bitmap.h
gt-caller-save.h
gt-c-decl.h
gt-c-family-c-common.h
gt-c-family-c-cppbuiltin.h
gt-c-family-c-pragma.h
gt-cfglayout.h
gt-cgraph.h
gt-cgraphunit.h
gt-coverage.h
gt-c-parser.h
gt-cp-call.h
gt-cp-class.h
gt-cp-cp-lang.h
gt-cp-cp-objcp-common.h
gt-cp-decl2.h
gt-cp-decl.h
gt-cp-mangle.h
gt-cp-method.h
gt-cp-name-lookup.h
gt-cp-parser.h
gt-cp-pt.h
gt-cp-repo.h
gt-cp-rtti.h
gt-cp-semantics.h
gt-cp-tree.h
gt-cp-typeck2.h
gt-cselib.h
gt-dbxout.h
gt-dojump.h
gt-dwarf2asm.h
gt-dwarf2out.h
gt-emit-rtl.h
gt-except.h
gt-explow.h
gt-expr.h
gt-fortran-f95-lang.h
gt-fortran-trans-decl.h
gt-fortran-trans-intrinsic.h
gt-fortran-trans-io.h
gt-fortran-trans-stmt.h
gt-fortran-trans-types.h
gt-function.h
gt-gcse.h
gt-gimple.h
gt-gimplify.h
gt-godump.h
gthr-default.h
gt-i386.h
gt-integrate.h
gt-ipa-inline.h
gt-java-builtins.h
gt-java-class.h
gt-java-constants.h
gt-java-decl.h
gt-java-expr.h
gt-java-jcf-parse.h
gt-java-lang.h
gt-java-mangle.h
gt-java-resource.h
gt-lists.h
gt-lto-lto.h
gt-lto-lto-lang.h
gt-lto-symtab.h
gt-objc-objc-act.h
gt-omp-low.h
gt-optabs.h
gt-passes.h
gt-sdbout.h
gt-stor-layout.h
gt-stringpool.h
gt-targhooks.h
gt-tree.h
gt-tree-iterator.h
gt-tree-mudflap.h
gt-tree-nested.h
gt-tree-parloops.h
gt-tree-phinodes.h
gt-tree-profile.h
gt-tree-scalar-evolution.h
gt-tree-ssa-address.h
gt-tree-ssa-propagate.h
gt-tree-ssa-structalias.h
gt-tree-vect-generic.h
gt-varasm.h
gt-varpool.h
gtype-ada.h
gtype-c.h
gtype-cp.h
gtype-desc.c
gtype-desc.h
gtype-fortran.h
gtype-java.h
gtype-lto.h
gtype-objc.h
gtype-objcp.h


System is Debian/Sid/AMD64.

So I checked that my latest patch did not modify anything in the
gengtype generated files.

Cheers.

PS. I didn't bootstrap for the compare, but I did bootstrap before
committing to trunk.

-- 
Basile STARYNKEVITCH         http://starynkevitch.net/Basile/
email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359
8, rue de la Faiencerie, 92340 Bourg La Reine, France
*** opinions {are only mines, sont seulement les miennes} ***


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