https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68913
Nick Clifton <nickc at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nickc at redhat dot com --- Comment #2 from Nick Clifton <nickc at redhat dot com> --- Created attachment 37086 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37086&action=edit Provide weak version of __fread_chk It seems to me that we could solve this problem by providing our own definition of __fread_chk. It does not have to work, since this is a link test, and the real purpose of the test is to check that __fread_chk_warn is not referenced at link time. So I plan on submitting the uploaded patch after a few more local checks.