[Bug tree-optimization/104200] [12 Regression] FAIL: gcc.target/aarch64/atomic-inst-cas.c (test for excess errors) fails

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jan 27 23:34:50 GMT 2022


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.


More information about the Gcc-bugs mailing list