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

r208271 - in /branches/melt-branch/gcc: ChangeL...


Author: bstarynk
Date: Mon Mar  3 10:40:28 2014
New Revision: 208271

URL: http://gcc.gnu.org/viewcvs?rev=208271&root=gcc&view=rev
Log:

2014-03-03  Basile Starynkevitch  <basile@starynkevitch.net>

	* melt-run.proto.h (MELT_GCC_VERSION): Include very early
	<cstdlib>, as suggested in
	http://gcc.gnu.org/ml/gcc/2012-08/msg00277.html message. Use
	GCCPLUGIN_VERSION by default.

	* Makefile.in (melt-run.h): Substitute GCCPLUGIN_VERSION by the
	actual number for MELT_GCC_VERSION.

	* melt/warmelt-first.melt (ctype_gimple_seq): Since gimple_seq is
	synonym of gimple, use the gimple marker routine.

	* melt/xtramelt-ana-gimple.melt (melt_walk_use_def_chains): Clear
	the local meltwalkhookdata_st structure after the walk.


Modified:
    branches/melt-branch/gcc/ChangeLog.MELT
    branches/melt-branch/gcc/Makefile.in
    branches/melt-branch/gcc/melt-run.proto.h
    branches/melt-branch/gcc/melt/warmelt-first.melt
    branches/melt-branch/gcc/melt/xtramelt-ana-gimple.melt


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