Displaying 2 results from an estimated 2 matches for "_exact_log2".
Did you mean:
exact_log2
2007 Sep 18
1
[LLVMdev] 2.1 Pre-Release Available (testers needed)
> LLVM-GCC 4.0 fails on Cygwin, possibly due to lack of symbolic links.
I am trying with llvm-gcc-4.2 from svn.
Aaron
2008 Jan 14
0
[LLVMdev] Multiple definitions of _floor_log2
...lvm-main.o:/usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_algob
ase.h:(.text$floor_log2[_floor_log2]+0x0): first defined here
libbackend.a(toplev.o): In function `exact_log2':
/seth/courses/745/srcs/llvm-gcc/obj/gcc/../../llvm-gcc4.2-2.1.source/gcc
/toplev.c:637: multiple definition of `_exact_log2'
llvm-main.o:/usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_algob
ase.h:(.text$exact_log2[_exact_log2]+0x0): first defined here
------- the actual command line is:
c++ -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-...