https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115023
--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>: https://gcc.gnu.org/g:caa26905eaf79d4875136c8de9e881371e97fe90 commit r15-4871-gcaa26905eaf79d4875136c8de9e881371e97fe90 Author: Andrew Pinski <quic_apin...@quicinc.com> Date: Sat Nov 2 23:34:00 2024 -0700 docs: Document that __builtin_assoc_barrier also can be used for FMAs [PR115023] I noticed that __builtin_assoc_barrier makes a differnce for FMAs formation but it was not documented. This adds that documentation even with a small example. Build the HTML documents to make sure everything looks correct. gcc/ChangeLog: PR middle-end/115023 * doc/extend.texi (__builtin_assoc_barrier): Document ffp-contract=fast and FMA usage. Signed-off-by: Andrew Pinski <quic_apin...@quicinc.com>