From 17efac5821230d7224f8fac447a1c44d1927befa Mon Sep 17 00:00:00 2001 From: bstarynk Date: Sun, 22 Jan 2012 16:38:38 +0000 Subject: 2012-01-22 Basile Starynkevitch * testsuite/melt/tpassexec.melt: New file. * testsuite/melt/tpassexec-c.c: New file. * melt-runtime.c (meltgc_do_initial_mode): Warn when mode failed. (meltgc_notify_sysdata_passexec_hook): More debug. * melt-run.proto.h: include "plugin-version.h". * melt/warmelt-modes.melt: Add a return :true in all our modes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@183391 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/melt-run.proto.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'gcc/melt-run.proto.h') diff --git a/gcc/melt-run.proto.h b/gcc/melt-run.proto.h index 8f18864ac4a..13ff8cfb963 100644 --- a/gcc/melt-run.proto.h +++ b/gcc/melt-run.proto.h @@ -2,7 +2,7 @@ MELT file melt-run.h included in every generated file. all include files for generated code - Copyright (C) 2008,2009,2011 Free Software Foundation, Inc. + Copyright (C) 2008,2009,2011,2012 Free Software Foundation, Inc. Contributed by Basile Starynkevitch and Pierre Vittet and Romain Geissler @@ -27,6 +27,12 @@ along with GCC; see the file COPYING3. If not see /* all file including this are somehow plugins, perhaps MELT specific ones */ #include "gcc-plugin.h" +/* the file "plugin-version.h" defines GCCPLUGIN_VERSION, but sadly + also provide useless static constants like revision, datestamp, + gcc_version, etc... and thru "configargs.h" static constants like + configure_default_options etc.... */ +#include "plugin-version.h" + /* usual GCC middle-end includes, copied from melt-runtime.c */ -- cgit v1.2.1