search for: unknowninitsize

Displaying 7 results from an estimated 7 matches for "unknowninitsize".

2004 Sep 09
2
[LLVMdev] POST MORTEM: llvm-test changes
> I haven't got around to this yet but I will. The odds are good the > problem is in a BSD system header file so I need to capture the > preprocessed source. I guess not... the file 2004-01-01-UnknownInitSize.c does not include anything else, so there is no preprocessed source to capture...
2004 Sep 09
0
[LLVMdev] POST MORTEM: llvm-test changes
...10sys.com> wrote: > > Assertion failed: ((FieldSizeTree != NULL_TREE) && "Struct/Union member of unknown length!"), function llvm_expand_constructor_elements, file ../../src/gcc/llvm-expand.c, line 3791. > > /usr/home/llvm/obj/../test/Regression/CFrontend/2004-01-01-UnknownInitSize.c:11: internal compiler error: Abort trap > > Please submit a full bug report, > > with preprocessed source if appropriate. > > 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...
2004 Sep 10
0
[LLVMdev] POST MORTEM: llvm-test changes
...4 08:52:10 -0700 Jeff Cohen <jeffc at jolt-lang.org> wrote: > > I haven't got around to this yet but I will. The odds are good the > > problem is in a BSD system header file so I need to capture the > > preprocessed source. > > I guess not... the file 2004-01-01-UnknownInitSize.c does not include > anything else, so there is no preprocessed source to capture... After thinking about this some more, I doubt it has anything to do with FreeBSD--at least not directly. It does indirectly in that I was forced to build my own front end binaries. I used the tarball that was...
2004 Sep 05
2
[LLVMdev] POST MORTEM: llvm-test changes
...uiuc.edu> for instructions. > Assertion failed: ((FieldSizeTree != NULL_TREE) && "Struct/Union member of unknown length!"), function llvm_expand_constructor_elements, file ../../src/gcc/llvm-expand.c, line 3791. > /usr/home/llvm/obj/../test/Regression/CFrontend/2004-01-01-UnknownInitSize.c:11: 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. > UNKNOWN INTEGRAL TYPE SIZE: 40 > /usr/home/llvm/obj/../test/Regression/CFrontend/2004-03-07-BitfieldCr...
2004 Sep 05
0
[LLVMdev] POST MORTEM: llvm-test changes
...//llvm.cs.uiuc.edu> for instructions. Assertion failed: ((FieldSizeTree != NULL_TREE) && "Struct/Union member of unknown length!"), function llvm_expand_constructor_elements, file ../../src/gcc/llvm-expand.c, line 3791. /usr/home/llvm/obj/../test/Regression/CFrontend/2004-01-01-UnknownInitSize.c:11: 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. UNKNOWN INTEGRAL TYPE SIZE: 40 /usr/home/llvm/obj/../test/Regression/CFrontend/2004-03-07-BitfieldCrash.c:7: internal compile...
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 10
2
[LLVMdev] POST MORTEM: llvm-test changes
...t;jeffc at jolt-lang.org> wrote: > > > > I haven't got around to this yet but I will. The odds are good the > > > problem is in a BSD system header file so I need to capture the > > > preprocessed source. > > > > I guess not... the file 2004-01-01-UnknownInitSize.c does not include > > anything else, so there is no preprocessed source to capture... > > After thinking about this some more, I doubt it has anything to do with > FreeBSD--at least not directly. It does indirectly in that I was forced > to build my own front end binaries. I u...