This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [incremental] Patch: FYI: fix lowering passes problem



+/* We need an initial pass for all_lowering_passes that does nothing
+   but is a place where we can hang TODO_set_props.  */
+static struct tree_opt_pass pass_do_nothing_but_lower =
+{
+  "nothingbutlower",			/* name */

You want NULL here.


Thanks!

Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]