summaryrefslogtreecommitdiff
path: root/INSTALL/README-MELT-PLUGIN
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2014-08-31 16:03:27 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2014-08-31 16:03:27 +0000
commit7471308405adb06144e899f0ef0414677df34de8 (patch)
treebfe37072a6b3a630299a1c76a009192fc076049e /INSTALL/README-MELT-PLUGIN
parent7746fd4566ac34d6c76a29f7dc548d0cced880b6 (diff)
downloadgcc-7471308405adb06144e899f0ef0414677df34de8.tar.gz
2014-08-11 Basile Starynkevitch <basile@starynkevitch.net>
{{MELT plugin 1.1.2 release for GCC 4.8 & 4.9}} * INSTALL/README-MELT-PLUGIN: Improvements of 1.1.2 [gcc/] 2014-08-31 Basile Starynkevitch <basile@starynkevitch.net> {{MELT 1.1.2 release for GCC 4.8 & 4.9}} * melt-runtime.h (MELT_VERSION_STRING): Bump to 1.1.2. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@214767 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'INSTALL/README-MELT-PLUGIN')
-rw-r--r--INSTALL/README-MELT-PLUGIN35
1 files changed, 33 insertions, 2 deletions
diff --git a/INSTALL/README-MELT-PLUGIN b/INSTALL/README-MELT-PLUGIN
index 72527031643..87bbac73e84 100644
--- a/INSTALL/README-MELT-PLUGIN
+++ b/INSTALL/README-MELT-PLUGIN
@@ -195,9 +195,40 @@ the subject line] and to <gcc-melt@googlegroups.com>
+
################################################################
-NEWS for 1.1.1 MELT plugin for GCC 4.8 & 4.9
-[[august, 11th, 2014]]
+NEWS for 1.1.2 MELT plugin for GCC 4.8 & 4.9
+[[august, 31th, 2014]]
+
+Bug-fix with minor improvements release w.r.t. to MELT plugin 1.1.1
+
+ Bug fixes
+ =========
+
+ Better plugin build (ending message mention that probe is obsolete)
+
+ All passes data are cleared in hook_all_passes_end.
+
+ Gives an error message for unknown mode.
+
+ Reject loading twice the same MELT module.
+
+ register_pre_genericize_first & register_pre_genericize_last
+ should work.
+
+ mixbigint-s are understood by output_json.
+
+ assert_msg don't loop with non-value arguments.
+
+ do_blocking_jsonrpc2_call returns secondarily the time in
+ milliseconds needed to process the JSONRPC call.
+
+ register_gcc_attribute works, and is a macro.
+
+ tree_chain_to_tuple is a new function.
+
+################################################################ NEWS
+for 1.1.1 MELT plugin for GCC 4.8 & 4.9 [[august, 11th, 2014]]
Bug-fix release w.r.t. to MELT plugin 1.1