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]

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


Author: bstarynk
Date: Mon Jul  2 20:12:17 2012
New Revision: 189178

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

2012-07-02  Basile Starynkevitch  <basile@starynkevitch.net>
	* Makefile.in (melt-build-param.mk): filter out optimization and
	debug compiler flags -O and -g.

	* melt-module.mk (%.descr.meltpic.o): Soon obsolete rule.
	(%.descriptor.meltpic.o): New rule.

	* melt/warmelt-first.melt: Code chunks with variable declarations
	need extra braces.

	* melt/warmelt-debug.melt: Ditto.

	* melt/warmelt-normatch.melt (mg_draw_match_graphviz_file): Ditto.

	* melt/warmelt-outobj.melt (output_melt_descriptor): Generate make
	rule for a %.descriptor.meltpic.o.

	* melt-newbuild.tpl: Much more, still buggy.

	* melt-newbuild.mk: Regenerate.


Modified:
    branches/melt-branch/gcc/ChangeLog.MELT
    branches/melt-branch/gcc/Makefile.in
    branches/melt-branch/gcc/melt-module.mk
    branches/melt-branch/gcc/melt-newbuild.mk
    branches/melt-branch/gcc/melt-newbuild.tpl
    branches/melt-branch/gcc/melt-runtime.c
    branches/melt-branch/gcc/melt/warmelt-debug.melt
    branches/melt-branch/gcc/melt/warmelt-first.melt
    branches/melt-branch/gcc/melt/warmelt-normatch.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]