On Thu, 22 Nov 2012, Kirill Yukhin wrote: > Hi folks, > > This patch adds an utility for dumping MD-files after iterators and > define_substs expanding. The new utility is named genmddump and is > built along with other gen* programs. > > I also added new target to Makefile to invoke this utility. However, > I?m not sure it?s general enough to be added to the top-level > makefile, so your suggestions on where we should place it and how it > should be invoked are welcome.
> What do you guys think? Very nice. I think it should be enabled and the expanded md be dumped for non-release builds. There's configury bits for the development stage but with loose ends; you'll have to add an AC_SUBST in gcc/configure.ac to use in gcc/Makefile.in, like a @maybe_dumped_md@ set to empty or s-mddump and added to dependencies for "all" (or probably actually some suitable sub-dependency for "all"). brgds, H-P