r148227 - in /branches/milepost-integration/gcc...

amylaar@gcc.gnu.org amylaar@gcc.gnu.org
Fri Jun 5 20:03:00 GMT 2009


Author: amylaar
Date: Fri Jun  5 20:03:48 2009
New Revision: 148227

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148227
Log:
        * toplev.c: Include pass-manager.h
        (toplev.main): Pass proper type to register_pass.
        * Makefile.in ($(TA)toplev.o): Depend on pass-manager.h .
        * ml-feat.c (ml_decl_index): Use XNEW.
        (ml_decl_ref, ml_type_ref, ml_inp_expr): Replace new with is_new.
        (ml_feat_extract): Use XCNEW.
        (pass_ml_feat): Cast 0 to timevar_id_t.

Modified:
    branches/milepost-integration/gcc/ChangeLog.mpost
    branches/milepost-integration/gcc/Makefile.in
    branches/milepost-integration/gcc/ml-feat.c
    branches/milepost-integration/gcc/toplev.c



More information about the Gcc-cvs mailing list