Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2023
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. c_kdtree.c: In function ‘colKdFindPoint’:
  2. c_kdtree.c:154:1: error: unrecognizable insn:
  3. 154 | }
  4. | ^
  5. (insn 31 30 32 2 (parallel [
  6. (set (reg:SI 147 t)
  7. (ge:SI (reg:SF 178)
  8. (reg:SF 164 [ _6 ])))
  9. (clobber (reg:SI 155 fpscr1))
  10. (use (reg:SI 154 fpscr0))
  11. ]) "c_kdtree.c":153:22 -1
  12. (nil))
  13. during RTL pass: vregs
  14. c_kdtree.c:154:1: internal compiler error: in extract_insn, at recog.c:2310
  15. 0x5b5b39 _fatal_insn(char const*, rtx_def const*, char const*, int, char const*)
  16. ../../gcc-9.3.0/gcc/rtl-error.c:108
  17. 0x5b5b5b _fatal_insn_not_found(rtx_def const*, char const*, int, char const*)
  18. ../../gcc-9.3.0/gcc/rtl-error.c:116
  19. 0x5b4e36 extract_insn(rtx_insn*)
  20. ../../gcc-9.3.0/gcc/recog.c:2310
  21. 0x81cebf instantiate_virtual_regs_in_insn
  22. ../../gcc-9.3.0/gcc/function.c:1605
  23. 0x81cebf instantiate_virtual_regs
  24. ../../gcc-9.3.0/gcc/function.c:1975
  25. 0x81cebf execute
  26. ../../gcc-9.3.0/gcc/function.c:2024
  27. Please submit a full bug report,
  28. with preprocessed source if appropriate.
  29. Please include the complete backtrace with any bug report.
  30. See <https://gcc.gnu.org/bugs/> for instructions.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement