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

2.96-newppc branch



While building gcc 2.96 newppc-branch (with 2.95.2)
it dies when stage1/xgcc compiles gcc/regclass.c with this error:

../../gcc/regclass.c: In function `record_reg_classes':
../../gcc/regclass.c:1718: Internal compiler error in `split_all_insns',
at recog.c:2665
Please submit a full bug report.

I suppose this is the abort() in recog.c where it dies:

     if (insn == NULL && upd_life)
        abort ();


gcc 2.96 normal builds fine.

any ideas?


please cc me any replies.

thanks,

ani


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