This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/65756] undefined reference to __atomic_store for odd-sized std::atomic<T>


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65756

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Martin Sebor <msebor at gcc dot gnu.org> ---
I see.  Thanks.  With that fixed, the program links successfully.  It would be
nice if GCC gave a better message for this sort of a user error.  I recall a
compiler (HP aCC maybe, or MSVC) that suggested a library to link with when the
linker failed with an unsatisfied reference.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]