[PLUGIN] Add except.h to the list of plugin headers
Richard Guenther
richard.guenther@gmail.com
Tue Mar 30 09:56:00 GMT 2010
On Mon, Mar 29, 2010 at 4:55 PM, Duncan Sands <baldrick@free.fr> wrote:
> I've started adding exception handling support to the dragonegg plugin,
> and it quickly became apparent that I need the except.h header. This
> patch adds add. Passes bootstrap and plugin tests. OK to apply?
Ok.
Thanks,
Richard.
> Ciao,
>
> Duncan.
>
> Index: mainline/gcc/Makefile.in
> ===================================================================
> --- mainline.orig/gcc/Makefile.in 2010-03-28 21:22:33.000000000 +0200
> +++ mainline/gcc/Makefile.in 2010-03-28 21:31:20.584024844 +0200
> @@ -4285,7 +4285,7 @@
> $(host_xm_file_list) $(host_xm_include_list) $(xm_include_list) \
> intl.h $(PLUGIN_VERSION_H) $(DIAGNOSTIC_H) $(C_COMMON_H)
> $(C_PRETTY_PRINT_H) \
> tree-iterator.h $(PLUGIN_H) $(TREE_FLOW_H) langhooks.h incpath.h debug.h \
> - tree-ssa-sccvn.h real.h output.h $(IPA_UTILS_H) \
> + except.h tree-ssa-sccvn.h real.h output.h $(IPA_UTILS_H) \
> $(C_PRAGMA_H) $(CPPLIB_H) $(FUNCTION_H) \
> cppdefault.h flags.h $(MD5_H) params.def params.h prefix.h tree-inline.h \
> $(IPA_PROP_H) $(RTL_H) $(TM_P_H) $(CFGLOOP_H) $(EMIT_RTL_H) version.h
> Index: mainline/gcc/ChangeLog
> ===================================================================
> --- mainline.orig/gcc/ChangeLog 2010-03-28 21:28:15.000000000 +0200
> +++ mainline/gcc/ChangeLog 2010-03-28 21:31:41.804025893 +0200
> @@ -1,3 +1,7 @@
> +2010-03-28 Duncan Sands <baldrick@free.fr>
> +
> + * Makefile.in (PLUGIN_HEADERS): Add except.h.
> +
> 2010-03-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
>
> PR middle-end/41674
>
More information about the Gcc-patches
mailing list