Displaying 5 results from an estimated 5 matches for "decl_constant_value".
2004 Nov 28
1
[LLVMdev] attempt to make dummy drivers for llvm-gcc for f77, java and objc
...le of the
gcc and propose a patch and send you the entire files. I removed that
so that you are not spammed by large files.
This function is only needed for f77, and not java :
llvm_f77_dummies.c :
//includes removed from mail (all includes from the
tree-inline.c + c-common.h
tree decl_constant_value (tree a){ return 0;}
These functions are for f77,objc and java :
llvm_dummies.c :
void nothing(){} // do nothing
void (*lang_expand_decl_stmt) (tree)=¬hing;
void (*lang_expand_function_end) (void)=¬hing;
_Bool statement_code_p[256]; // dummy data...
2007 Jan 11
3
[LLVMdev] Ada support for llvm-gcc4
...e Ada front-end from FSF gcc head, since the 4.0 version
is known to be weak.
All testing done on x86-linux-gnu. No attempt was made to build
for other targets.
Patch description:
1-usehooks.diff
Apple made some backend changes that assume a C-like
front-end (C, C++ or ObjC): calls are made to decl_constant_value,
iasm_build_bracket and similar routines that mostly aren't defined
by the Ada, fortran and java front-ends. However two of the calls,
to c_common_type_for_mode and pushdecl, could equivalently be made
to a langhook. This patch switches these to langhook calls.
2-stubs.diff
This adds a new...
2007 May 14
2
[LLVMdev] Compiling llvm-gcc in linux/ppc
...ee-inline.c:(.text+0x386c): undefined reference to `build_stmt'
libbackend.a(tree-inline.o):tree-inline.c:(.text+0x3c44): more undefined
references to `build_stmt' follow
libbackend.a(tree-inline.o): In function `expand_call_inline':
tree-inline.c:(.text+0x3d54): undefined reference to `decl_constant_value'
tree-inline.c:(.text+0x4108): undefined reference to `build_stmt'
tree-inline.c:(.text+0x4390): undefined reference to `build_stmt'
tree-inline.c:(.text+0x446c): undefined reference to `build_stmt'
tree-inline.c:(.text+0x44e4): undefined reference to `build_stmt'
tree-inline.c:...
2007 Jan 11
0
[LLVMdev] Ada support for llvm-gcc4
...0 version
> is known to be weak.
>
> All testing done on x86-linux-gnu. No attempt was made to build
> for other targets.
>
> Patch description:
>
> 1-usehooks.diff
> Apple made some backend changes that assume a C-like
> front-end (C, C++ or ObjC): calls are made to decl_constant_value,
> iasm_build_bracket and similar routines that mostly aren't defined
> by the Ada, fortran and java front-ends. However two of the calls,
> to c_common_type_for_mode and pushdecl, could equivalently be made
> to a langhook. This patch switches these to langhook calls.
>
> 2...
2007 May 14
0
[LLVMdev] Compiling llvm-gcc in linux/ppc
...x386c): undefined reference to `build_stmt'
> libbackend.a(tree-inline.o):tree-inline.c:(.text+0x3c44): more undefined
> references to `build_stmt' follow
> libbackend.a(tree-inline.o): In function `expand_call_inline':
> tree-inline.c:(.text+0x3d54): undefined reference to `decl_constant_value'
> tree-inline.c:(.text+0x4108): undefined reference to `build_stmt'
> tree-inline.c:(.text+0x4390): undefined reference to `build_stmt'
> tree-inline.c:(.text+0x446c): undefined reference to `build_stmt'
> tree-inline.c:(.text+0x44e4): undefined reference to `build_stmt...