search for: a_guide_to_testcase_reduction

Displaying 4 results from an estimated 4 matches for "a_guide_to_testcase_reduction".

2008 Mar 25
0
[LLVMdev] llvm-gcc 4.2 assertion failed on linux x86_64
...E error, so you probably won't be able to get an LLVM bitcode file for us. You could help by whittling the test case down to something managable. First get a preprocessed file. Then I would suggest following the instructions on this page to reduce the testcase: http://gcc.gnu.org/wiki/A_guide_to_testcase_reduction That will help us a lot with the bug report. -bw On Mar 24, 2008, at 11:49 PM, Chandler Carruth wrote: > Hello, > > Trying to get my machine building up-to-date, and a nightly going, i > ran into an assertion during the build of llvm-gcc 4.2: > > $ make -j2 > <snip!> &...
2008 Mar 25
2
[LLVMdev] llvm-gcc 4.2 assertion failed on linux x86_64
Hello, Trying to get my machine building up-to-date, and a nightly going, i ran into an assertion during the build of llvm-gcc 4.2: $ make -j2 <snip!> /home/chandlerc/code/compilers/build/llvm-gcc/./gcc/xgcc -B/home/chandlerc/code/compilers/build/llvm-gcc/./gcc/ -B/home/chandlerc/code/compilers/install/llvm-gcc/x86_64-pc-linux-gnu/bin/
2008 Mar 04
3
[LLVMdev] llvm-gcc 4.2 building failed on x86-64
Current llvm-gcc 4.2 building failed on X86-64, here is the dump information: xgcc -B/home/zsth/projects/llvm.org/build/cfe4.2obj/./prev-gcc/ -B/home/zsth/projects/llvm.org/install/x86_64-unknown-linux-gnu/bin/ -I../../../cfe4.2/libcpp -I. -I../../../cfe4.2/libcpp/../include -I../../../cfe4.2/libcpp/include -DENABLE_LLVM -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
2008 Mar 27
2
[LLVMdev] llvm-gcc 4.2 assertion failed on linux x86_64
...;t be able to get an > LLVM bitcode file for us. You could help by whittling the test case > down to something managable. First get a preprocessed file. Then I > would suggest following the instructions on this page to reduce the > testcase: > > http://gcc.gnu.org/wiki/A_guide_to_testcase_reduction > > That will help us a lot with the bug report. > > -bw > > > > On Mar 24, 2008, at 11:49 PM, Chandler Carruth wrote: > > Hello, > > > > Trying to get my machine building up-to-date, and a nightly going, i > > ran into an assertion during the...