https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123654
--- Comment #6 from Sam James <sjames at gcc dot gnu.org> --- (In reply to Jakub Jelinek from comment #5) > Does > GROUP ( AS_NEEDED ( -latomic ) ) > instead of > INPUT ( AS_NEEDED ( -latomic ) ) > work instead? No. The parser seems broken and requires an argument before AS_NEEDED even with GROUP.
