Aaron Gray
2009-Aug-28 21:02 UTC
[LLVMdev] [Cygwin] llvm-gcc-4 bug - popcountsi2.o assertion ""V == V2 && "Didn't find key?""
/home/ang/build/llvm-gcc-coff/./gcc/xgcc -B/home/ang/build/llvm-gcc-coff/./gcc/ -B/home/ang/llvm-gcc/i686-pc-cygwin/bin/ -B/home/ang/llvm-gcc/i686-pc-cygwin/lib / -isystem /home/ang/llvm-gcc/i686-pc-cygwin/include -isystem /home/ang/llvm-gcc /i686-pc-cygwin/sys-include -O2 -I/home/ang/svn/llvm-gcc-coff/gcc/../winsup/w32 api/include -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -g -DIN_LIBG CC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I/home/ang/svn/llvm-gcc-coff/gcc -I/home/ ang/svn/llvm-gcc-coff/gcc/. -I/home/ang/svn/llvm-gcc-coff/gcc/../include -I/home /ang/svn/llvm-gcc-coff/gcc/../libcpp/include -I/home/ang/svn/llvm-gcc-coff/gcc/ ../libdecnumber -I../libdecnumber -I/home/ang/llvm-coff/include -DL_popcountsi2 -c /home/ang/svn/llvm-gcc-coff/gcc/libgcc2.c -o libgcc/./_popcountsi2.o assertion "V == V2 && "Didn't find key?"" failed: file "/home/ang/svn/llvm-coff/ lib/Support/StringMap.cpp", line 172 make[4]: *** [libgcc/./_popcountsi2.o] Error 1 make[4]: Leaving directory `/home/ang/build/llvm-gcc-coff/gcc' make[3]: *** [libgcc.a] Error 2 make[3]: Leaving directory `/home/ang/build/llvm-gcc-coff/gcc' make[2]: *** [all-stage1-gcc] Error 2 make[2]: Leaving directory `/home/ang/build/llvm-gcc-coff' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory `/home/ang/build/llvm-gcc-coff' make: *** [all] Error 2 This is familiar but I cannot remember whether it got fixed or not now. I thought llvm-gcc worked with llvm some months ago. Sorry to be so lame, Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090828/165027cd/attachment.html>
Anton Korobeynikov
2009-Aug-28 21:33 UTC
[LLVMdev] [Cygwin] llvm-gcc-4 bug - popcountsi2.o assertion ""V == V2 && "Didn't find key?""
Hello, Aaron> -c /home/ang/svn/llvm-gcc-coff/gcc/libgcc2.c -o libgcc/./_popcountsi2.o > assertion "V == V2 && "Didn't find key?"" failed: file > "/home/ang/svn/llvm-coff/ > This isĀ familiarĀ but I cannot remember whether it got fixed or not now. I > thought llvm-gcc worked with llvm some months ago. > Sorry to be so lame,This is usual indication that LLVM is miscompiled. I was hurt by the same hting preparing the prerelease binaries for mingw32 as well. The solutions were: - Switch to never gcc - Compile stuff in debug mode :( -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
Aaron Gray
2009-Aug-28 21:44 UTC
[LLVMdev] [Cygwin] llvm-gcc-4 bug - popcountsi2.o assertion ""V == V2 && "Didn't find key?""
2009/8/28 Anton Korobeynikov <anton at korobeynikov.info>> Hello, Aaron > > > -c /home/ang/svn/llvm-gcc-coff/gcc/libgcc2.c -o libgcc/./_popcountsi2.o > > assertion "V == V2 && "Didn't find key?"" failed: file > > "/home/ang/svn/llvm-coff/ > > This is familiar but I cannot remember whether it got fixed or not now. I > > thought llvm-gcc worked with llvm some months ago. > > Sorry to be so lame, > This is usual indication that LLVM is miscompiled. I was hurt by the > same hting preparing the prerelease binaries for mingw32 as well. The > solutions were: > - Switch to never gcc > - Compile stuff in debug mode :(Hi Anton, Thanks for the advice, I will start from scratch again tomorrow :) Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090828/f1669ae4/attachment.html>
Maybe Matching Threads
- [LLVMdev] [Cygwin] llvm-gcc-4 bug - popcountsi2.o assertion ""V == V2 && "Didn't find key?""
- [LLVMdev] [Cygwin] llvm-gcc-4 bug - popcountsi2.o assertion ""V == V2 && "Didn't find key?""
- [LLVMdev] [Cygwin] llvm-gcc-4 bug - popcountsi2.o assertion ""V == V2 && "Didn't find key?""
- [LLVMdev] [Cygwin] error building llvm-gcc
- [LLVMdev] [Cygwin] error building llvm-gcc