[LLVMbugs] warning on "used but not defined structure" during OOB llvm-gcc4.2-2.6.source compilation

Duncan Sands baldrick at free.fr
Wed Jan 6 21:40:52 PST 2010


Hi Mark,

> As LLVM is compiled with all warnings and pedantics on, I guess
> this may interest you.
>  
> when compiling the target ./build/gengtype.exe there are multiple
> identical warnings, the first being:
>  
> warning structure   'eh_range' used but not defined

you would doubtless find exactly the same issue if you tried to compile gcc-4.2
with all warnings on.  Since llvm-gcc is based on gcc-4.2, it inherits this kind
of thing from it.  I'm confident that no-one here is interested in fixing this,
but maybe the gcc people are - if you care enough, and it still happens with gcc
TOT, I suggest you open a gcc bug report.

Ciao,

Duncan.



More information about the llvm-bugs mailing list