search for: null_tree

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

2004 Sep 05
2
[LLVMdev] POST MORTEM: llvm-test changes
...lvm/obj/../test/Regression/CFrontend/2003-08-30-AggregateInitializer.c:13: 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. > 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 ful...
2004 Sep 09
0
[LLVMdev] POST MORTEM: llvm-test changes
On Sun, 05 Sep 2004 14:02:26 -0700 Reid Spencer <reid at x10sys.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 su...
2004 Sep 05
0
[LLVMdev] POST MORTEM: llvm-test changes
...ne 5070. /usr/home/llvm/obj/../test/Regression/CFrontend/2003-08-30-AggregateInitializer.c:13: 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. 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 repo...
2006 Sep 06
0
[LLVMdev] gfortran: array constructor problems
On Tue, 5 Sep 2006, Michael McCracken wrote: > Hi, in order to get a handle on the questions in Chris's previous > email, I rebuilt LLVM with debugging info, and then rebuilt gcc4 with > CHECKING_ENABLED. > > In the process, I ran into an assertion error when compiling the first > part of libgfortran: ok. > ../../src/gcc/llvm-convert.cpp:3871: failed assertion >
2006 Sep 06
2
[LLVMdev] gfortran: array constructor problems
...======= --- gcc/fortran/trans-array.c (revision 160) +++ gcc/fortran/trans-array.c (working copy) @@ -2840,6 +2840,7 @@ /* This will probably eat buckets of memory for large arrays. */ while (hi != 0 || lo != 0) { + TREE_CONSTANT(se.expr) = 1; list = tree_cons (NULL_TREE, se.expr, list); if (lo == 0) hi--; @@ -2903,6 +2904,7 @@ case EXPR_STRUCTURE: gfc_conv_structure (&se, c->expr, 1); + TREE_CONSTANT (se.expr) = 1; list = tree_cons (index, se.expr, list); break; -- Michael McC...
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 :)
2006 Sep 05
2
[LLVMdev] gfortran: array constructor problems
Hi, in order to get a handle on the questions in Chris's previous email, I rebuilt LLVM with debugging info, and then rebuilt gcc4 with CHECKING_ENABLED. In the process, I ran into an assertion error when compiling the first part of libgfortran: ../../src/gcc/llvm-convert.cpp:3871: failed assertion `(TREE_CONSTANT(exp) || TREE_CODE(exp) == STRING_CST) && "Isn't a