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]

[lno] [committed] add missing pass_return declaration


Hi,

The new "return" pass was not declared and bootstrapping failed. I
committed this patch.

diff -u -p -r1.1.4.7 tree-pass.h
--- gcc/tree-pass.h     12 Mar 2004 01:28:30 -0000      1.1.4.7
+++ gcc/tree-pass.h     12 Mar 2004 13:58:41 -0000
@@ -133,6 +133,7 @@ extern struct tree_opt_pass pass_phiopt;
 extern struct tree_opt_pass pass_forwprop;
 extern struct tree_opt_pass pass_redundant_phi;
 extern struct tree_opt_pass pass_dse;
+extern struct tree_opt_pass pass_return;


 #endif /* GCC_TREE_PASS_H */

-- 
	Falk


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