https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104200
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|testsuite |tree-optimization --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Wait this should not warn as __atomic_compare_exchange_n should have been removed before the warning happens as it is happening in pass_waccess::check_atomic_builtin now which should have been after the code was removed ... Let me try to reduce a testcase and all.