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]

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


Author: bstarynk
Date: Wed Jul 31 11:00:05 2013
New Revision: 201366

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

2013-07-31  Basile Starynkevitch  <basile@starynkevitch.net>

	* melt-runtime.h (melt_fatal_info): Declare as MELT_EXTERN.

	* melt/warmelt-first.melt (melt_assert_failure_fun): New function.
	(variadic_ctype, variadic_index, variadic_length, variadic_skip)
	(variadic_type_code): Moved from warmelt-base.melt file.

	* melt/warmelt-base.melt (variadic_ctype, variadic_index)
	(variadic_length, variadic_skip)
	(variadic_type_code): Removed since moved to warmelt-first.melt
	file above.

	* melt/warmelt-macro.melt (mexpand_assert_msg): Now more variadic
	and expanded to call to melt_assert_failure_fun.

	* melt/xtramelt-ana-base.melt: Most assert_msg got new variadic
	arguments.


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


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