Re: [llvm-commits] [llvm-gcc-4.2] r45181 - /llvm-gcc-4.2/trunk/gcc/llvm-types.cpp

2007-12-19 Thread Dale Johannesen
On Dec 18, 2007, at 11:05 PM, Duncan Sands wrote: Hi Dale, Fix an ICE from testsuite. what was the failing test? The failing language construct is shown in the comment. The test is g++/opt/array1.C ___ llvm-commits mailing list

Re: [llvm-commits] [llvm-gcc-4.2] r45181 - /llvm-gcc-4.2/trunk/gcc/llvm-types.cpp

2007-12-19 Thread Dale Johannesen
On Dec 18, 2007, at 11:12 PM, Duncan Sands wrote: PS: TREE_CODE(type) == POINTER_TYPE || TREE_CODE(type) == REFERENCE_TYPE) not a sequential type!); // This relies on gcc types with constant size mapping to LLVM types with the - // same size. - return

Re: [llvm-commits] [llvm-gcc-4.2] r45181 - /llvm-gcc-4.2/trunk/gcc/llvm-types.cpp

2007-12-18 Thread Duncan Sands
PS: TREE_CODE(type) == POINTER_TYPE || TREE_CODE(type) == REFERENCE_TYPE) not a sequential type!); // This relies on gcc types with constant size mapping to LLVM types with the - // same size. - return !VOID_TYPE_P(TREE_TYPE(type))