[Bug libstdc++/78465] [7 regression] 29_atomics/headers/atomic/macros.cc FAILs
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Nov 22 15:57:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78465
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2016-11-22
Assignee|unassigned at gcc dot gnu.org |redi at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
We should have used __builtin_abort() there, rather than add an incorrect
definition. Better yet would be to use static_assert.
More information about the Gcc-bugs
mailing list