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

bstarynk@gcc.gnu.org bstarynk@gcc.gnu.org
Tue Jul 29 13:54:00 GMT 2014


Author: bstarynk
Date: Tue Jul 29 13:14:05 2014
New Revision: 213166

URL: https://gcc.gnu.org/viewcvs?rev=213166&root=gcc&view=rev
Log:

2014-07-29  Basile Starynkevitch  <basile@starynkevitch.net>

	* melt-runtime.h (MELT_VERSION_STRING): Bump to 1.1+

	* melt/melt-macro.melt (class_source_compile_diagnostic): New
	class with scdiag_msg & scdiag_expr fields.
	(class_source_compilewarning): Rename as...
	(class_source_compile_warning, class_source_compile_errors): New
	subclass of class_source_compile_diagnostic
	(mexpand_compile_warning): Use error_at.
	(mexpand_compile_error): New expander for ...
	(compile_error): New language macro.

	* melt/melt-normal.melt (normexp_compilewarning): Renamed as...
	(normexp_compile_warning): Use scdiag_msg & scdiag_expr.
	(normexp_compile_error): New method for normal_exp on
	class_source_compile_error

	* melt/warmelt-hooks.melt (add_pragma_handler): Mention
	@file{libmelt-ana-tree.melt} not @file{xtramelt-ana-tree.melt} in
	documentation.

	* melt/libmelt-ana-tree.melt (tree_function_decl_named_of_type)
	(tree_function_decl_of_type_and_result): New cmatchers.


Modified:
    branches/melt-branch/gcc/ChangeLog.MELT
    branches/melt-branch/gcc/melt-build-script.sh
    branches/melt-branch/gcc/melt-runtime.h
    branches/melt-branch/gcc/melt/libmelt-ana-tree.melt
    branches/melt-branch/gcc/melt/warmelt-hooks.melt
    branches/melt-branch/gcc/melt/warmelt-macro.melt
    branches/melt-branch/gcc/melt/warmelt-normal.melt



More information about the Gcc-cvs mailing list