On 07/26/2013 05:04 AM, David Malcolm wrote: > (opt_pass::gt_ggc_mx): New. > (opt_pass::gt_pch_nx): New. > (opt_pass::gt_pch_nx_with_op): New. > (gt_ggc_mx (opt_pass *)): New. > (gt_pch_nx (opt_pass *)): New. > (gt_pch_nx_opt_pass): New. > (pipeline::operator new): New. > (pipeline::gt_ggc_mx): New. > (pipeline::gt_pch_nx): New. > (pipeline::gt_pch_nx_with_op): New. > (gt_ggc_mx (pipeline *)): New. > (gt_pch_nx (pipeline *)): New. > (gt_pch_nx_pipeline): New.
I guess my previous comments about ::gt_ggc_mx vs class::gt_ggc_mx wrt the context structure apply as well to this patch. r~