Displaying 5 results from an estimated 5 matches for "type_decl".
2002 Sep 30
1
[LLVMdev] llvm-g++ barfs
...re/gcc_install/llvm/include/iso/stdio_iso.h:37,
from /usr/dcs/projects/cs426/Software/gcc_install/llvm/include/stdio.h:22,
from stepanov.cpp:66:
/usr/dcs/projects/cs426/Software/gcc_install/llvm/include/stdio_tag.h:21: Tree
check: expected identifier_node, have type_decl in getOpaqueType, at
llvm-types.c:184
Please submit a full bug report, with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
gaeke|csil-suna37|~/cs/426/MP1/step|[1178]%
-Brian
--
gaeke at uiuc.edu
2005 Jan 03
0
[LLVMdev] [patch] native AMD64 support
...able by default the SSE and MMX builtins. */
> target_flags |= (MASK_SSE2 | MASK_SSE | MASK_MMX | MASK_128BIT_LONG_DOUBLE);
> ix86_fpmath = FPMATH_SSE;
> +#endif
> }
> else
> {
> @@ -2795,7 +2801,8 @@
> tree f_gpr, f_fpr, f_ovf, f_sav, record, type_decl;
>
> /* For i386 we use plain pointer to argument area. */
> - if (!TARGET_64BIT)
> + /* LLVM also uses the i386 standard version in 64-bit mode */
> + if (!TARGET_64BIT || EMIT_LLVM)
> return build_pointer_type (char_type_node);
>
> record = (*lang_hooks....
2006 Sep 11
0
[LLVMdev] trying to build llvm-gcc in linux/amd64
On Mon, 11 Sep 2006, [UTF-8] Rafael Esp?ndola wrote:
> I am trying to build llvm-gcc4 on a amd64. I had to add the attached
> patch to get the build system to select the correct library. Now the
Applied.
> build fails while compiling a code that has __builtin_va_copy. The
> attached test.i fails with:
>
> cc1: ../../trunk/gcc/llvm-convert.cpp:443: llvm::Value*
>
2006 Sep 11
5
[LLVMdev] trying to build llvm-gcc in linux/amd64
I am trying to build llvm-gcc4 on a amd64. I had to add the attached
patch to get the build system to select the correct library. Now the
build fails while compiling a code that has __builtin_va_copy. The
attached test.i fails with:
cc1: ../../trunk/gcc/llvm-convert.cpp:443: llvm::Value*
TreeToLLVM::Emit(tree_node*, llvm::Value*): Assertion
`(isAggregateType(((exp)->common.type)) == (DestLoc
2006 Sep 05
2
[LLVMdev] gfortran: array constructor problems
...bit offset <integer_cst 0x45e23c60 constant invariant 0>
context <record_type 0x45e4c180 int_info> arguments <integer_cst
0x45e23150 0>
LLVM: uint 0 chain <field_decl 0x45e4c280 range>>
pointer_to_this <pointer_type 0x45e4c580> chain <type_decl
0x45e4c300 D.269>>
arg 0 <tree_list 0x45e49840 purpose <field_decl 0x45e4c200 kind>
value <integer_cst 0x45e23db0 constant invariant 1>
chain <tree_list 0x45e49860 purpose <field_decl 0x45e4c280
range> value <integer_cst 0x45e23db0 1>>>...