search for: update_alignment_for_field

Displaying 6 results from an estimated 6 matches for "update_alignment_for_field".

2007 May 15
2
[LLVMdev] Compiling llvm-gcc in linux/ppc
...error: (Each undeclared identifier is reported only once ../../trunk/gcc/stor-layout.c:449: error: for each function it appears in.) ../../trunk/gcc/stor-layout.c:711:43: error: macro "ADJUST_FIELD_ALIGN" passed 3 arguments, but takes just 2 ../../trunk/gcc/stor-layout.c: In function 'update_alignment_for_field': ../../trunk/gcc/stor-layout.c:708: error: 'ADJUST_FIELD_ALIGN' undeclared (first use in this function) ../../trunk/gcc/stor-layout.c:760:41: error: macro "ADJUST_FIELD_ALIGN" passed 3 arguments, but takes just 2 ../../trunk/gcc/stor-layout.c:994:44: error: macro "ADJUST...
2007 May 22
0
[LLVMdev] Compiling llvm-gcc in linux/ppc
...dentifier is > reported only once > ../../trunk/gcc/stor-layout.c:449: error: for each function it appears in.) > ../../trunk/gcc/stor-layout.c:711:43: error: macro "ADJUST_FIELD_ALIGN" > passed 3 arguments, but takes just 2 > ../../trunk/gcc/stor-layout.c: In function 'update_alignment_for_field': > ../../trunk/gcc/stor-layout.c:708: error: 'ADJUST_FIELD_ALIGN' > undeclared (first use in this function) > ../../trunk/gcc/stor-layout.c:760:41: error: macro "ADJUST_FIELD_ALIGN" > passed 3 arguments, but takes just 2 > ../../trunk/gcc/stor-layout.c:994:44:...
2007 May 23
2
[LLVMdev] Compiling llvm-gcc in linux/ppc
...; reported only once >> ../../trunk/gcc/stor-layout.c:449: error: for each function it appears in.) >> ../../trunk/gcc/stor-layout.c:711:43: error: macro "ADJUST_FIELD_ALIGN" >> passed 3 arguments, but takes just 2 >> ../../trunk/gcc/stor-layout.c: In function 'update_alignment_for_field': >> ../../trunk/gcc/stor-layout.c:708: error: 'ADJUST_FIELD_ALIGN' >> undeclared (first use in this function) >> ../../trunk/gcc/stor-layout.c:760:41: error: macro "ADJUST_FIELD_ALIGN" >> passed 3 arguments, but takes just 2 >> ../../trunk/gcc/st...
2007 May 23
0
[LLVMdev] Compiling llvm-gcc in linux/ppc
...once >>> ../../trunk/gcc/stor-layout.c:449: error: for each function it appears in.) >>> ../../trunk/gcc/stor-layout.c:711:43: error: macro "ADJUST_FIELD_ALIGN" >>> passed 3 arguments, but takes just 2 >>> ../../trunk/gcc/stor-layout.c: In function 'update_alignment_for_field': >>> ../../trunk/gcc/stor-layout.c:708: error: 'ADJUST_FIELD_ALIGN' >>> undeclared (first use in this function) >>> ../../trunk/gcc/stor-layout.c:760:41: error: macro "ADJUST_FIELD_ALIGN" >>> passed 3 arguments, but takes just 2 >>&gt...
2007 May 14
0
[LLVMdev] Compiling llvm-gcc in linux/ppc
On Mon, 14 May 2007, Nicolas Geoffray wrote: > Hi everyone, I am using linux/ppc and after porting llvm's jit for this > architecture, I am currently trying to compile llvm-gcc on it. > > I have gcc 4.1.1 and use llvm-gcc from cvs. This looks like you're compiling llvm-gcc3, which is quite dead by now. Please follow these instructions: http://llvm.org/docs/CFEBuildInstrs.html
2007 May 14
2
[LLVMdev] Compiling llvm-gcc in linux/ppc
Hi everyone, I am using linux/ppc and after porting llvm's jit for this architecture, I am currently trying to compile llvm-gcc on it. I have gcc 4.1.1 and use llvm-gcc from cvs. Compilation fails and the message is: gcc -O2 -DIN_GCC -DDEFAULT_TARGET_MACHINE=\"powerpc-unknown-linux-gnu\" -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long