https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120567
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2025-06-06 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to Richard Earnshaw from comment #1) > Or you could configure your compiler with --with-arch=armv7-a or some other > v7 variant; at that point the default sync_synchronize can just do what's > needed without the need for user intervention. I didn't see the errors myself, they were in the Linaro CI results, so I can't change the config :-) Maybe filtering the messages out for those tests is the best option.