search for: incompleteenum

Displaying 5 results from an estimated 5 matches for "incompleteenum".

2004 Sep 05
0
[LLVMdev] POST MORTEM: llvm-test changes
...ome/llvm/obj/../test/Regression/CFrontend/2004-03-16-AsmRegisterCrash.c: In function `foo': /usr/home/llvm/obj/../test/Regression/CFrontend/2004-03-16-AsmRegisterCrash.c:2: warning: llvm doesn't support asm specifier on 'X' /usr/home/llvm/obj/../test/Regression/CFrontend/2004-05-21-IncompleteEnum.c:1: warning: "enum foo" declared inside parameter list /usr/home/llvm/obj/../test/Regression/CFrontend/2004-05-21-IncompleteEnum.c:1: warning: its scope is only this definition or declaration, which is probably not what you want WARNING: Function declared to have type '%enum.foo3.*...
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
.../test/Regression/CFrontend/2004-03-16-AsmRegisterCrash.c: In function `foo': > > /usr/home/llvm/obj/../test/Regression/CFrontend/2004-03-16-AsmRegisterCrash.c:2: warning: llvm doesn't support asm specifier on 'X' > /usr/home/llvm/obj/../test/Regression/CFrontend/2004-05-21-IncompleteEnum.c:1: warning: "enum foo" declared inside parameter list > /usr/home/llvm/obj/../test/Regression/CFrontend/2004-05-21-IncompleteEnum.c:1: warning: its scope is only this definition or declaration, which is probably not what you want > WARNING: Function declared to have type '%enu...
2004 May 25
1
[LLVMdev] ATTENTION: SymbolTable Change!!
...IL , expected PASS Compiling C code failed Regression.CFrontend.2004-03-15-SimpleIndirectGoto: FAIL , expected PASS Compiling C code failed Regression.CFrontend.2004-03-16-AsmRegisterCrash: FAIL , expected PASS Compiling C code failed Regression.CFrontend.2004-05-21-IncompleteEnum: FAIL , expected PASS Compiling C code failed Regression.CodeGen.Generic.2004-04-09-SameValueCoalescing: FAIL , expected PASS Script: /proj/work/llvm/build/test/tmp/tr2004-04-09-SameValueCoalescing.llx/testscript.2004-04-09-SameValueCoalescing.llx Output: /proj/work/llvm/build...
2008 Jun 10
3
[LLVMdev] DejaGNU test fixes
...test/FrontendC/2004-02-13-IllegalVararg.c:9: warning: (so you should pass ‘double’ not ‘float’ to ‘va_arg’) /home/kooijman/src/llvm-trunk/test/FrontendC/2004-02-13-IllegalVararg.c:9: note: if this code is reached, the program will abort FAIL: /home/kooijman/src/llvm-trunk/test/FrontendC/2004-05-21-IncompleteEnum.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/2004-05-21-IncompleteEnum.c -o - | llvm-as -f -o /dev/null /home/kooijman/src/llvm-trunk/test/FrontendC/2004-05-21...