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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
