search for: emptyclass

Displaying 3 results from an estimated 3 matches for "emptyclass".

2004 Sep 05
0
[LLVMdev] POST MORTEM: llvm-test changes
...or declaration, which is probably not what you want WARNING: Function declared to have type '%enum.foo3.*' but it actually has type '%enum.foo4.*'! /usr/home/llvm/obj/../test/Regression/CFrontend/2004-06-08-OpaqueStructArg.c:2: warning: parameter has incomplete type ntend.2003-08-21-EmptyClass : PASS Yeah, it passes in the end but there are multiple "internal compiler errors" in the messages above. Now starting the llvm-test module...
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
...which is probably not what you want > WARNING: Function declared to have type '%enum.foo3.*' but it actually has type '%enum.foo4.*'! > /usr/home/llvm/obj/../test/Regression/CFrontend/2004-06-08-OpaqueStructArg.c:2: warning: parameter has incomplete type > ntend.2003-08-21-EmptyClass : PASS > > Yeah, it passes in the end but there are multiple "internal compiler > errors" in the messages above. None of those are good. You shouldn't get ICE's from the llvm-gcc compiler. Not sure what's up with any of that, it doesn't happen on other plat...