diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-09-02 11:17:19 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-09-02 11:17:19 +0000 |
commit | 9c33e6152c9cd014d89b7e62f81257e96dc7984c (patch) | |
tree | cb57f827e9eee03750df3f5d8b0fd48e057cf268 /gcc/melt-build-script.sh | |
parent | 7471308405adb06144e899f0ef0414677df34de8 (diff) | |
download | gcc-9c33e6152c9cd014d89b7e62f81257e96dc7984c.tar.gz |
2014-09-02 Basile Starynkevitch <basile@starynkevitch.net>
* melt-runtime.h (MELT_VERSION_STRING): Bump to 1.1.2post.
* melt/libmelt-ana-base.melt (each_cgraph_fun_call_flow_graph):
Test #if MELT_GCC_VERSION >= 4009, not == 4009....
* melt/libmelt-ana-tree.melt (tree_type_canonical): New cmatcher.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@214812 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/melt-build-script.sh')
-rw-r--r-- | gcc/melt-build-script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/melt-build-script.sh b/gcc/melt-build-script.sh index 3fad311bc00..f6c7ab925a2 100644 --- a/gcc/melt-build-script.sh +++ b/gcc/melt-build-script.sh @@ -3,7 +3,7 @@ #@#@# #@#@# DO NOT EDIT THIS FILE (melt-build-script.sh) #@#@# -#@#@# It has been AutoGen-ed August 31, 2014 at 11:44:24 AM by AutoGen 5.18.3 +#@#@# It has been AutoGen-ed September 2, 2014 at 12:54:49 PM by AutoGen 5.18.3 #@#@# From the definitions melt-build-script.def #@#@# and the template file melt-build-script.tpl # Generated shell script for MELT modules and MELT translator bootstrap |