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]

Re: 3.1 bootstrap failure on alpha remains


    Now, of course this isn't going to be recognized, but before we 
    finally give up we send that SET_DEST through reg_referenced_p,
    which is unhappy about being presented with an expression rtx
    instead of an object rtx.  Thus the abort.

Look up from the code you patched to where there's an assignment of
'fmt = "ie";'.  I think it would be better to add this test there.


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