Displaying 8 results from an estimated 8 matches for "decnumb".
Did you mean:
decnumber
2009 May 08
2
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
...++
attempted to build llvm-gcc:
$ make -j15
...
cc1: /pkg/build/llvm/llvm/lib/Analysis/ScalarEvolution.cpp:511:
bool<unnamed>::SCEVComplexityCompare::operator()(const llvm::SCEV*,
const llvm::SCEV*) const: Assertion `0 && "Unknown SCEV kind!"'
failed.
../../llvm-gcc/libdecnumber/decNumber.c:5591: internal compiler error: Aborted
This is all with llvm and llvm-gcc source from svn. I have tried
gcc-4.2.4 and gcc-4.3.2. ENABLE_OPTIMIZED=1 only seems to work with
gcc-4.3.2.
Here is the error when I try to build llvm with gcc-4.2.4 with
ENABLE_OPTIMIZED=1:
`.gnu.linkonce.t...
2009 May 09
0
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
...just slow things down.
> cc1: /pkg/build/llvm/llvm/lib/Analysis/ScalarEvolution.cpp:511:
> bool<unnamed>::SCEVComplexityCompare::operator()(const llvm::SCEV*,
> const llvm::SCEV*) const: Assertion `0 && "Unknown SCEV kind!"'
> failed.
> ../../llvm-gcc/libdecnumber/decNumber.c:5591: internal compiler error: Aborted
>
> This is all with llvm and llvm-gcc source from svn.
Since the SCEV code is changing rapidly at the moment, it may be that you
had the bad luck to update to a broken revision.
> Here is the error when I try to build llvm with gcc-4...
2009 Oct 20
0
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
...-isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -
I/home/ang/src/llvm-gcc-4.2-2.6/gcc -I/home/ang/src/llvm-gcc-4.2-2.6/gcc/. -I/ho
me/ang/src/llvm-gcc-4.2-2.6/gcc/../include -I/home/ang/src/llvm-gcc-4.2-2.6/gcc/
../libcpp/include -I/home/ang/src/llvm-gcc-4.2-2.6/gcc/../libdecnumber -I../lib
decnumber -I/home/ang/build/llvm-2.6/include -I/home/ang/src/llvm-2.6/include -D
L_popcountsi2 -c /home/ang/src/llvm-gcc-4.2-2.6/gcc/libgcc2.c -o libgcc/./_popco
untsi2.o
assertion "V == V2 && "Didn't find key?"" failed: file "/home/ang/src/llvm-2.6/l...
2009 May 06
0
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
Hello, Scott
> Yes, so I have read -- which is why I initially installed gcc-4.2.4.
> My original post was looking for help on how to use gcc-4.2.4. Some
> suggestions were made, but I was not able to get everything built. It
> seems that despite attempting to configure with everything pointing to
> gcc-4.2.4 (and not the system gcc 4.1.2), at some point in the build,
>
2009 May 09
2
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
...t.
>> cc1: /pkg/build/llvm/llvm/lib/Analysis/ScalarEvolution.cpp:511:
>> bool<unnamed>::SCEVComplexityCompare::operator()(const llvm::SCEV*,
>> const llvm::SCEV*) const: Assertion `0 && "Unknown SCEV kind!"'
>> failed.
>> ../../llvm-gcc/libdecnumber/decNumber.c:5591: internal compiler error: Aborted
>>
>> This is all with llvm and llvm-gcc source from svn.
>
> Since the SCEV code is changing rapidly at the moment, it may be that you
> had the bad luck to update to a broken revision.
Release 2.5 was giving me problems (s...
2009 Oct 20
3
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
On Oct 20, 2009, at 12:05 PM, Aaron Gray wrote:
> 2009/10/20 Tanya Lattner <lattner at apple.com>:
>>
>> On Oct 20, 2009, at 5:49 AM, Jay Foad wrote:
>>
>>>> To test clang:
>>>> 1) Compile llvm and clang from source.
>>>
>>> LLVM fails to build for me on Cygwin. I get:
>>>
>>
>> Does TOT build? If not,
2009 May 06
2
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
On Wed, May 6, 2009 at 12:51 PM, Anton Korobeynikov
<anton at korobeynikov.info> wrote:
> Even if you'll succeed, most probably LLVM will be miscompiled. gcc
> 4.1.2 is known buggy: http://llvm.org/docs/GettingStarted.html#brokengcc
>
Yes, so I have read -- which is why I initially installed gcc-4.2.4.
My original post was looking for help on how to use gcc-4.2.4. Some
2009 Feb 24
5
[LLVMdev] llvm-gcc (pre-release and svn sources) fails to compile on Solaris10/SPARC
...variadic-macros -Wmissing-format-attribute
-DHAVE_CONFIG_H -Wno-unused -DTARGET_NAME=\"sparc-sun-solaris2.10\"
-DNDEBUG -I. -I. -I../../llvm-gcc-4.2/gcc -I../../llvm-gcc-4.2/gcc/.
-I../../llvm-gcc-4.2/gcc/../include
-I../../llvm-gcc-4.2/gcc/../libcpp/include
-I../../llvm-gcc-4.2/gcc/../libdecnumber -I../libdecnumber
-I/local/space2/llvm_toolchain/llvm-2.5-objects/include
-I/local/space2/llvm_toolchain/llvm-2.5/include -DENABLE_LLVM
-I/local/space2/llvm_toolchain/llvm-2.5-objects/../llvm-2.5/include
-D_DEBUG -include llvm/System/Solaris.h -D_GNU_SOURCE
-D__STDC_LIMIT_MACROS -D__STDC_CONSTANT...