Skip to content

Instantly share code, notes, and snippets.

@lu-zero
Created June 9, 2020 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lu-zero/e0e589b84dfb630bb3aa13a4134dd07d to your computer and use it in GitHub Desktop.
Save lu-zero/e0e589b84dfb630bb3aa13a4134dd07d to your computer and use it in GitHub Desktop.

This is not fun.

In file included from /home/lu_zero/Sources/aom/test/simd_cmp_neon.cc:16:
/home/lu_zero/Sources/aom/test/simd_cmp_impl.h: In function ‘void simd_test_neon::TestSimd1Arg(uint32_t, uint32_t, uint32_t, const char*) [with CRet = c_v256; CArg = short unsigned int]’:
/home/lu_zero/Sources/aom/test/simd_cmp_impl.h:1737:1: internal compiler error: Max. number of generated reload insns per insn is achieved (90)

 1737 | }
      | ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.gentoo.org/> for instructions.
make[2]: *** [CMakeFiles/test_libaom.dir/build.make:109: CMakeFiles/test_libaom.dir/test/simd_cmp_neon.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:2706: CMakeFiles/test_libaom.dir/all] Error 2
make: *** [Makefile:150: all] Error 2
@grkblood13
Copy link

You ever get anywhere with this?

@lu-zero
Copy link
Author

lu-zero commented Aug 9, 2020

I didn't try again with gcc-10 yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment