compilation error

Issue #704 invalid
tellauri created an issue

raspbian Linux raspberrypi 4.9.70-v7+ source : latest git

src/system/Time.re: In function ‘Time_gmtstring’: src/system/Time.re:405:1: error: insn does not satisfy its constraints: (insn 272 136 269 3 (parallel [ (set (reg:SI 2 r2 [270]) (truncate:SI (lshiftrt:DI (mult:DI (sign_extend:DI (reg:SI 7 r7 [orig:135 _37 ] [135])) (sign_extend:DI (reg:SI 8 r8 [194]))) (const_int 32 [0x20])))) (clobber (scratch:SI)) ]) src/system/Time.re:391 58 {smulsi3_highpart_v6} (nil)) src/system/Time.re:405:1: internal compiler error: in extract_constrain_insn, at recog.c:2190 Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-6/README.Bugs> for instructions. Makefile:529 : la recette pour la cible « src/system/Time.lo » a échouée make[3]: ** [src/system/Time.lo] Erreur 1

Comments (2)

  1. Tildeslash repo owner

    I think the key phrase here is internal compiler error: in extract_constrain_insn, at recog.c:2190. Meaning this is a problem in the compiler, not in Monit per se.

  2. Log in to comment