[llvm-commits] [llvm-gcc-4.2] r57022 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp

Duncan Sands baldrick at free.fr
Fri Oct 3 12:51:15 PDT 2008


Hi Evan,

> Fix a bug in EmitCallOf which shows up only with assertion turned on.
> When it's processing a call argument that corresponds to eh_value or
> eh_select, grab the type of special variables ExceptionValue or
> ExceptionSelectorValue instead or it won't match the expected type.

can you please explain.  It sounds like TREE_TYPE(TREE_VALUE(arg)) does
not contain the correct type for TREE_VALUE(arg).  If so, isn't that the
bug?

Thanks,

Duncan.



More information about the llvm-commits mailing list