https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90500
Guobing <neochen.life at aliyun dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |neochen.life at aliyun dot com --- Comment #9 from Guobing <neochen.life at aliyun dot com> --- After applied this patch, I get below errors during compiling with GCC9, while I expect it should be pass as the same as GCC8. ../sysdeps/ieee754/dbl-64/s_tanh.c:97:247: error: clones for ‘target_clones’ attribute cannot be created ../sysdeps/ieee754/dbl-64/s_tanh.c:97:247: note: ‘target_clones’ cannot be combined with ‘alias’ attribute ../sysdeps/ieee754/dbl-64/s_tanh.c:97:135: error: clones for ‘target_clones’ attribute cannot be created ../sysdeps/ieee754/dbl-64/s_tanh.c:97:135: note: ‘target_clones’ cannot be combined with ‘alias’ attribute ../sysdeps/ieee754/dbl-64/s_tanh.c:97:26: error: clones for ‘target_clones’ attribute cannot be created ../sysdeps/ieee754/dbl-64/s_tanh.c:97:26: note: ‘target_clones’ cannot be combined with ‘alias’ attribute