search for: misctest

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

Did you mean: misctests
2004 Sep 05
0
[LLVMdev] POST MORTEM: llvm-test changes
...39; /usr/home/llvm/obj/../test/Regression/CFrontend/2002-04-08-LocalArray.c: In function `test': /usr/home/llvm/obj/../test/Regression/CFrontend/2002-04-08-LocalArray.c:11: warning: `return' with a value, in function returning void /usr/home/llvm/obj/../test/Regression/CFrontend/2002-07-14-MiscTests.c: In function `memset_impl': /usr/home/llvm/obj/../test/Regression/CFrontend/2002-07-14-MiscTests.c:13: warning: cast from pointer to integer of different size /usr/home/llvm/obj/../test/Regression/CFrontend/2002-07-14-MiscTests.c:17: warning: cast to pointer from integer of different size /...
2004 Sep 05
2
[LLVMdev] POST MORTEM: llvm-test changes
Jeff, Actually, that was my fault. I forgot to remove the non-existent directories from the configure.ac file. That's done and committed now, so the advice is still the same: update configure script :) Reid. On Sun, 2004-09-05 at 09:53, Jeff Cohen wrote: > Configure gives me these errors on FreeBSD. I'm proceding with the build anyway to see what happens. Don't worry :)
2004 Sep 05
2
[LLVMdev] POST MORTEM: llvm-test changes
...lvm/obj/../test/Regression/CFrontend/2002-04-08-LocalArray.c: In function `test': > > /usr/home/llvm/obj/../test/Regression/CFrontend/2002-04-08-LocalArray.c:11: warning: `return' with a value, in function returning void > /usr/home/llvm/obj/../test/Regression/CFrontend/2002-07-14-MiscTests.c: In function `memset_impl': > > /usr/home/llvm/obj/../test/Regression/CFrontend/2002-07-14-MiscTests.c:13: warning: cast from pointer to integer of different size > /usr/home/llvm/obj/../test/Regression/CFrontend/2002-07-14-MiscTests.c:17: warning: cast to pointer from integer of d...
2008 Jun 10
3
[LLVMdev] DejaGNU test fixes
...rc/llvm-trunk/test/ExecutionEngine/dg.exp ... Running /home/kooijman/src/llvm-trunk/test/Feature/dg.exp ... Running /home/kooijman/src/llvm-trunk/test/FrontendAda/dg.exp ... Running /home/kooijman/src/llvm-trunk/test/FrontendC/dg.exp ... FAIL: /home/kooijman/src/llvm-trunk/test/FrontendC/2002-07-14-MiscTests.c Failed with unknown error (or has stderr output) at line 1 while running: /home/kooijman/src/llvm-gcc/install/bin/llvm-gcc -emit-llvm -S /home/kooijman/src/llvm-trunk/test/FrontendC/2002-07-14-MiscTests.c -o - | llvm-as -f -o /dev/null /home/kooijman/src/llvm-trunk/test/FrontendC/2002-07-14-Mis...