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: combiner bug and fix


    Are you suggest to put the fix at top (`say very early') of gen_binary
    ?  Or you suggest to put the fix at top of gen_binary and to place of
    my original fix ?

The former.  Your patch is not needed.

    In former case I don't understand why you want to track rtl so far ?
    (Why we can't reject it by my original fix ?)  

Because there are numerous places in the code that handle the CLOBBER
the way I was suggesting, so it makes it more consistent.


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