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: make it safe to include tree-flow in C++


    Is the following changelog ok?

One exact correct whitespace formulation of that is below.  I'd have to
go back into the patch to see if a shorter format could also be used.

2005-12-11 Rafael =C1vila de Esp=EDndola <rafael.espindola@gmail.com>

	* tree-flow.h: Allow compilation with a C++ compiler.
	(struct edge_prediction): Prefix all field names  with "ep_".
	* predict.c (tree_predicted_by_p): Likewise for struct edge_prediction.
	(tree_predict_edge, combine_predictions_for_bb): Likewise.
	(remove_predictions_associated_with_edge): Likewise.


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