See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121719
Fix this error:
/tmp/ccfnh7KQ.s: Assembler messages:
/tmp/ccfnh7KQ.s:175: Error: symbol `loop' is already defined
508779 PRE(sys_prlimit64): reorder check for memory validity
508869 x86-linux: simplify scalar test output
508958 FreeBSD: add getgroups and setgroups wrappers
+509103 Fix tests/arm64/bug484935.c build with "-O2 -flto -ffat-lto-objects"
To see details of a given bug, visit
https://bugs.kde.org/show_bug.cgi?id=XXXXXX
"LDR x2, [%1, #16]\n"
"mov %0, x0\n"
"mov x3, #2000\n"
- "loop:"
+ "1:\n"
" subs x3, x3, #1\n"
- " b.ne loop\n"
+ " b.ne 1b\n"
: "=r"(result)
: "r"(ptr)
: "x0", "x1", "x2", "x3");