search for: nonlocalgoto

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

2004 Sep 05
0
[LLVMdev] POST MORTEM: llvm-test changes
...usr/home/llvm/obj/../test/Regression/CFrontend/2003-01-30-UnionInit.c:8: internal compiler error: Abort trap Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://llvm.cs.uiuc.edu> for instructions. /usr/home/llvm/obj/../test/Regression/CFrontend/2003-02-12-NonlocalGoto.c: In function `main': /usr/home/llvm/obj/../test/Regression/CFrontend/2003-02-12-NonlocalGoto.c:7: error: nested functions are not supported! WARNING: Function declared to have type 'int' but it actually has type 'sbyte'! Assertion failed: (0 && "Couldn't expa...
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
...lease submit a full bug report, > with preprocessed source if appropriate. > See <URL:http://llvm.cs.uiuc.edu> for instructions. Could you follow those instructions please? For some reason this is a bug on your platform. > /usr/home/llvm/obj/../test/Regression/CFrontend/2003-02-12-NonlocalGoto.c: In function `main': > > /usr/home/llvm/obj/../test/Regression/CFrontend/2003-02-12-NonlocalGoto.c:7: error: nested functions are not supported! > WARNING: Function declared to have type 'int' but it actually has type 'sbyte'! > Assertion failed: (0 && &qu...