[Bug c/68966] atomic_fetch_* on atomic_bool not diagnosed

2016-07-22 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68966 --- Comment #8 from Martin Sebor --- Code that directly manipulates the representation of _Bool objects is potentially buggy. GCC assumes that the representation is either all bits zero (for false) or only the least significant bit is set (for t

[Bug c/68966] atomic_fetch_* on atomic_bool not diagnosed

2016-07-22 Thread pponnuvel at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68966 Pon changed: What|Removed |Added CC||pponnuvel at gmail dot com --- Comment #7 from Pon

[Bug c/68966] atomic_fetch_* on atomic_bool not diagnosed

2016-01-07 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68966 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/68966] atomic_fetch_* on atomic_bool not diagnosed

2016-01-07 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68966 --- Comment #5 from Martin Sebor --- Author: msebor Date: Fri Jan 8 01:00:25 2016 New Revision: 232147 URL: https://gcc.gnu.org/viewcvs?rev=232147&root=gcc&view=rev Log: PR c/68966 - atomic_fetch_* on atomic_bool not diagnosed gcc/ChangeLog:

[Bug c/68966] atomic_fetch_* on atomic_bool not diagnosed

2015-12-22 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68966 --- Comment #4 from Martin Sebor --- Patch posted for review: https://gcc.gnu.org/ml/gcc-patches/2015-12/msg02075.html

[Bug c/68966] atomic_fetch_* on atomic_bool not diagnosed

2015-12-17 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68966 Martin Sebor changed: What|Removed |Added Attachment #37077|0 |1 is obsolete|

[Bug c/68966] atomic_fetch_* on atomic_bool not diagnosed

2015-12-17 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68966 Martin Sebor changed: What|Removed |Added Keywords||accepts-invalid Status|UNCONF

[Bug c/68966] atomic_fetch_* on atomic_bool not diagnosed

2015-12-17 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68966 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #1