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]

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


Author: bstarynk
Date: Tue Jul  5 13:02:05 2011
New Revision: 175850

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


2011-07-05  Basile Starynkevitch  <basile@starynkevitch.net>
	* melt-runtime.h (MELT_VERSION_STR): becomes 0.8rc1
	(MELT_HAVE_DEBUG): New preprocessor flag, either 0 or 1
	(debugeprintf,debugeprintfline,debugeprintf_raw)
	(debugeprintfnonl,debugeprintvalue,debugebacktrace,debugeputs)
	(melt_magic_discr,MELT_DECLFRAME,MELT_LOCATION,MELT_INITFRAME):
	Conditionned on MELT_HAVE_DEBUG.
	(melt_debug_garbcoll): Conditionned on ENABLE_GC_CHECKING.

	* melt/warmelt-first.melt (shortbacktrace_dbg): Conditionned on
	MELT_HAVE_DEBUG.

	* melt/warmelt-macro.melt (mexpand_assert_msg,mexpand_debug_msg):
	produce source exprs cppif-conditionned on MELT_HAVE_DEBUG.

	* melt/warmelt-outobj.melt (output_curframe_declstruct)
	(output_curframe_declstruct_init): Emit code conditionned on
	MELT_HAVE_DEBUG.

Modified:
    branches/melt-branch/gcc/ChangeLog.MELT
    branches/melt-branch/gcc/melt-runtime.h
    branches/melt-branch/gcc/melt/warmelt-first.melt
    branches/melt-branch/gcc/melt/warmelt-macro.melt
    branches/melt-branch/gcc/melt/warmelt-outobj.melt


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