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]

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


Author: bstarynk
Date: Fri Sep 18 05:53:13 2009
New Revision: 151831

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

2009-09-18  Basile Starynkevitch  <basile@starynkevitch.net>
	[To remove src_loc, we added the shameful ability to compile
	translate all the MELT translator at once in a single monster
	file. Let-s with constant cstrings don't work, so added
	tletcstr.melt test case]
	* gcc/melt-make.mk (warmeltbig-*, warmeltallbig): new targets, to have
	the ability to translate all the MELT translator at once.
	* gcc/melt/warmelt-first.melt: the clone_symbol function is now more
	robust and can clone any thing with a warning. Added
	the_null_cstring & cstring_length
	primitives. shameful_hack_to_remove_src_loc is commented out.
	* gcc/melt/warmelt-outobj.melt: re-added ability to translateinit a list
	of files.


Added:
    branches/melt-branch/gcc/testsuite/melt/tletcstr.melt
Modified:
    branches/melt-branch/gcc/ChangeLog.MELT
    branches/melt-branch/gcc/melt-make.mk
    branches/melt-branch/gcc/melt/warmelt-first.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]