search for: iasm_in_operand

Displaying 3 results from an estimated 3 matches for "iasm_in_operand".

Did you mean: iasm_in_operands
2008 Jul 30
0
[LLVMdev] llvm-gcc fortran bootstrap broken
...locks */ + #endif /* GCC_TREE_H */ Index: gcc-4.2.llvm/gcc/stub-c.c =================================================================== --- gcc-4.2.llvm.orig/gcc/stub-c.c 2008-07-30 21:05:10.000000000 +0200 +++ gcc-4.2.llvm/gcc/stub-c.c 2008-07-30 21:05:44.000000000 +0200 @@ -32,6 +32,7 @@ bool iasm_in_operands ATTRIBUTE_WEAK; int flag_iasm_blocks ATTRIBUTE_WEAK; int parse_in ATTRIBUTE_WEAK; +tree invoke_impl_ptr_type; tree iasm_addr (tree) ATTRIBUTE_WEAK;
2008 Jul 30
4
[LLVMdev] llvm-gcc fortran bootstrap broken
On Jul 30, 2008, at 11:39 AM, Duncan Sands wrote: > On Wednesday 30 July 2008 18:13:27 Duncan Sands wrote: >> On x86-64 linux, in stage 2, I get: >> >> c++ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict- >> prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno- >> variadic-macros -Wno-overlength-strings -Wold-style-definition - >>
2011 Oct 17
3
[LLVMdev] Compile llvm-gcc fortran backend using mingw
...../libcpp/macro.c:1165: undefined reference to `flag_iasm_blocks' stub-c.o:stub-c.c:(.debug_info+0x81a0): undefined reference to `flag_iasm_blocks' stub-c.o:stub-c.c:(.debug_info+0x81b9): undefined reference to `iasm_state' stub-c.o:stub-c.c:(.debug_info+0x81d8): undefined reference to `iasm_in_operands' Configuration command: ../configure --enable-languages=,c++,fortran --prefix=u:/libs/llvm-gcc-2.9 --program-prefix=llvm- --enable-llvm=u:/libs/llvm-2.9 --disable-bootstrap --disable-multilib LLVM itself was compiled & installed successfully with such configuration: ../configure --prefix...