http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57377
Bug ID: 57377 Summary: compiler cannot be built with RTL checking Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: build Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: ebotcazou at gcc dot gnu.org CC: krebbel at gcc dot gnu.org Target: s390-*-* There is apparently something wrong with the mnemonic attribute: build/genconditions /home/eric/svn/gcc/gcc/config/s390/s390.md > tmp-condmd.c build/genpreds -h /home/eric/svn/gcc/gcc/config/s390/s390.md > tmp-preds.h build/genpreds -c /home/eric/svn/gcc/gcc/config/s390/s390.md > tmp-constrs.h build/genpreds: Internal error: RTL check: expected elt 0 type 's' or 'S', have 'e' (rtx set) in gen_mnemonic_attr, at gensupport.c:2436 make[2]: *** [s-preds] Error 1 make[2]: *** Waiting for unfinished jobs.... build/genpreds: Internal error: RTL check: expected elt 0 type 's' or 'S', have 'e' (rtx set) in gen_mnemonic_attr, at gensupport.c:2436 make[2]: *** [s-preds-h] Error 1 build/genpreds: Internal error: RTL check: expected elt 0 type 's' or 'S', have 'e' (rtx set) in gen_mnemonic_attr, at gensupport.c:2436 make[2]: *** [s-constrs-h] Error 1 genconditions: Internal error: RTL check: expected elt 0 type 's' or 'S', have 'e' (rtx set) in gen_mnemonic_attr, at gensupport.c:2436 make[2]: *** [s-conditions] Error 1 rm fsf-funding.pod gcov.pod gfdl.pod cpp.pod gcc.pod gfortran.pod make[2]: Leaving directory `/home/eric/build/gcc/s390x-ibm-linux/gcc' make[1]: *** [all-gcc] Error 2 make[1]: Leaving directory `/home/eric/build/gcc/s390x-ibm-linux' make: *** [all] Error 2