Re: Error message when using ASM_DECLARE_FUNCTION_NAME macro

2009-04-15 Thread Ian Lance Taylor
"Vincent R." writes: > When implementing seh for arm(arm-wince-pe) we have a weird assembler > message when > declaring ASM_DECLARE_FUNCTION_NAME. This macro calls the > arm_seh_header_function and > if we are trying to directly access a new field (has_seh) from cfun struct > we > get an assemble

Error message when using ASM_DECLARE_FUNCTION_NAME macro

2009-04-15 Thread Vincent R.
Hi, Sorry to cross-post but I don't have any answer on gcc-help. When implementing seh for arm(arm-wince-pe) we have a weird assembler message when declaring ASM_DECLARE_FUNCTION_NAME. This macro calls the arm_seh_header_function and if we are trying to directly access a new field (has_seh) from