search for: type_queu

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

Did you mean: type_queue
2008 Jan 10
3
[LLVMdev] LLVM Build Problems on Itanium
...1//include -DENABLE_LLVM -I/liberty/llvm.ia64/llvm-2.1/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS /liberty/llvm.ia64/llvm-gcc4.2-2.1.source/gcc/dbxout.c -o dbxout.o In file included from /liberty/llvm.ia64/llvm-gcc4.2-2.1.source/gcc/dbxout.c:4365: ./gt-dbxout.h: In function ‘gt_ggc_ma_type_queue’: ./gt-dbxout.h:83: error: ‘type_queue’ undeclared (first use in this function) ./gt-dbxout.h:83: error: (Each undeclared identifier is reported only once ./gt-dbxout.h:83: error: for each function it appears in.) ./gt-dbxout.h:85: error: ‘type_queue_index’ undeclared (first use in this function...
2008 Jan 10
0
[LLVMdev] LLVM Build Problems on Itanium
Hi, I've figured out a little more. #if defined DBX_DEBUGGING_INFO || XCOFF_DEBUGGING_INFO guards the declaration of type_queue, however, neither is defined on Intanium. In gt-dbxout.h type_queue's uses are unguarded and thus are undefined on Itanium. When I compared llvm-gcc's gt-dbxout.h with FSF gcc's, I found that type_queue was never used in FSF gcc's version. Does anyone know what DBX_DEBUGGING_IN...
2008 Jan 10
2
[LLVMdev] LLVM Build Problems on Itanium
On Jan 10, 2008, at 10:29 AM, Thomas Jablin wrote: > Hi, > > I've figured out a little more. #if defined DBX_DEBUGGING_INFO || > XCOFF_DEBUGGING_INFO guards the declaration of type_queue, however, > neither is defined on Intanium. In gt-dbxout.h type_queue's uses are > unguarded and thus are undefined on Itanium. When I compared llvm- > gcc's > gt-dbxout.h with FSF gcc's, I found that type_queue was never used in > FSF gcc's version. Does anyone kno...
2008 Jan 10
0
[LLVMdev] LLVM Build Problems on Itanium
Devang Patel wrote: > On Jan 10, 2008, at 10:29 AM, Thomas Jablin wrote: > > >> Hi, >> >> I've figured out a little more. #if defined DBX_DEBUGGING_INFO || >> XCOFF_DEBUGGING_INFO guards the declaration of type_queue, however, >> neither is defined on Intanium. In gt-dbxout.h type_queue's uses are >> unguarded and thus are undefined on Itanium. When I compared llvm- >> gcc's >> gt-dbxout.h with FSF gcc's, I found that type_queue was never used in >> FSF gcc's vers...
2008 Jan 10
0
[LLVMdev] LLVM Build Problems on Itanium
...1//include -DENABLE_LLVM -I/liberty/llvm.ia64/llvm-2.1/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS /liberty/llvm.ia64/llvm-gcc4.2-2.1.source/gcc/dbxout.c -o dbxout.o In file included from /liberty/llvm.ia64/llvm-gcc4.2-2.1.source/gcc/dbxout.c:4365: ./gt-dbxout.h: In function ‘gt_ggc_ma_type_queue’: ./gt-dbxout.h:83: error: ‘type_queue’ undeclared (first use in this function) ./gt-dbxout.h:83: error: (Each undeclared identifier is reported only once ./gt-dbxout.h:83: error: for each function it appears in.) ./gt-dbxout.h:85: error: ‘type_queue_index’ undeclared (first use in this function...
2008 Jan 10
2
[LLVMdev] LLVM Build Problems on Itanium
...URCE >>>> -D__STDC_LIMIT_MACROS >>>> /liberty/llvm.ia64/llvm-gcc4.2-2.1.source/gcc/dbxout.c -o dbxout.o >>>> In file included from >>>> /liberty/llvm.ia64/llvm-gcc4.2-2.1.source/gcc/dbxout.c:4365: >>>> ./gt-dbxout.h: In function ‘gt_ggc_ma_type_queue’: >>>> ./gt-dbxout.h:83: error: ‘type_queue’ undeclared (first use in this >>>> function) >>>> ./gt-dbxout.h:83: error: (Each undeclared identifier is reported >>>> only once >>>> ./gt-dbxout.h:83: error: for each function it appears in.)...