Re: [PATCH] MSP430: Don't warn if naked function does not return
On 05/23/2018 04:44 PM, Jozef Lawrynowicz wrote: > 2018-05-23 Jozef Lawrynowicz > > gcc/config/msp430/msp430.c (msp430_warn_func_return): New. > Thanks. Installed on the trunk. Jeff
[PATCH] MSP430: Don't warn if naked function does not return
Implement TARGET_WARN_FUNC_RETURN for msp430-elf, to eliminate warnings when functions with the "naked" attribute do not return. The GCC testsuite completes with no regressions for msp430-elf, and this fixes pr53633. If the patch is acceptable, I would appreciate it if someone could commit it for