This is the mail archive of the gcc@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]

All ARM compiler builds failing


Both native and cross building of all ARM configurations has been broken 
since this patch was installed:

Thu Feb 20 21:41:19 CET 2003  Jan Hubicka  <jh at suse dot cz>

        * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): 
New
        global variables.
        (lang_independent_options):  Add -fsched2-use-superblocks
        -fsced2-use-traces.
        (rest_of_compilation): Deal with it.
        * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks):  
Declare.
        * flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces):
        Declare.
        * rtl.h (reg_to_stack):  Update prototype.
        * reg-stack.c (reg_to_stack): Return when something has changed;
        update liveness when executing after superblock scheduling.

        * combine.c (simplify_shift_const):  Simplify few special cases
        into constants.

See http://gcc.gnu.org/ml/gcc/2003-02/msg01521.html for some analysis.

Is there any prospect of a fix soon, or should we consider reverting this?

R.


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