Re: [PATCH] testsuite: Use attribute "noipa" in sibcall tests

2021-12-08 Thread Richard Sandiford via Gcc-patches
Hans-Peter Nilsson via Gcc-patches writes: > ...instead of attribute "noinline". > > For cris-elf, testsuite/gcc.dg/sibcall-3.c and sibcall-4.c "XPASS", > without sibcalls being implemented. On inspection, recurser_void2 is > set to be an assembly-level alias for recurser_void1 as in > ".set _rec

[PATCH] testsuite: Use attribute "noipa" in sibcall tests

2021-12-07 Thread Hans-Peter Nilsson via Gcc-patches
...instead of attribute "noinline". For cris-elf, testsuite/gcc.dg/sibcall-3.c and sibcall-4.c "XPASS", without sibcalls being implemented. On inspection, recurser_void2 is set to be an assembly-level alias for recurser_void1 as in ".set _recurser_void2,_recurser_void1" for both these cases. IOW