[Bug c++/57926] Atomic functions broken with C++ but not C?

2014-04-14 Thread lailavrazda1979 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57926 lailavrazda1979 at gmail dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/57926] Atomic functions broken with C++ but not C?

2014-04-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57926 --- Comment #17 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Fri Apr 11 18:25:13 2014 New Revision: 209316 URL: http://gcc.gnu.org/viewcvs?rev=209316root=gccview=rev Log: PR c++/57926 * c-common.c

[Bug c++/57926] Atomic functions broken with C++ but not C?

2014-04-10 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57926 --- Comment #15 from Jason Merrill jason at gcc dot gnu.org --- (In reply to lailavrazda1979 from comment #14) Why wait? I'm not hugely opposed, but bugfixes are bugfixes, and one more fixed bug makes a better 4.9 release, right? Because all

[Bug c++/57926] Atomic functions broken with C++ but not C?

2014-04-10 Thread lailavrazda1979 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57926 --- Comment #16 from lailavrazda1979 at gmail dot com --- Okay, no worries.

[Bug c++/57926] Atomic functions broken with C++ but not C?

2014-04-09 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57926 --- Comment #13 from Jason Merrill jason at gcc dot gnu.org --- Created attachment 32575 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32575action=edit patch This patch forces the decay for C++. We don't need to do anything for C, since

[Bug c++/57926] Atomic functions broken with C++ but not C?

2014-04-09 Thread lailavrazda1979 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57926 --- Comment #14 from lailavrazda1979 at gmail dot com --- Why wait? I'm not hugely opposed, but bugfixes are bugfixes, and one more fixed bug makes a better 4.9 release, right?

[Bug c++/57926] Atomic functions broken with C++ but not C?

2014-04-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57926 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/57926] Atomic functions broken with C++ but not C?

2014-04-06 Thread lailavrazda1979 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57926 --- Comment #12 from lailavrazda1979 at gmail dot com --- Bug still a problem with latest trunk.

[Bug c++/57926] Atomic functions broken with C++ but not C?

2014-01-19 Thread lailavrazda1979 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57926 --- Comment #11 from lailavrazda1979 at gmail dot com --- I don't mean to be a bother, but this hasn't been updated in a while. Has it been fixed?

[Bug c++/57926] Atomic functions broken with C++ but not C?

2013-11-06 Thread lailavrazda1979 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57926 --- Comment #10 from lailavrazda1979 at gmail dot com --- Is this going to be fixed?

[Bug c++/57926] Atomic functions broken with C++ but not C?

2013-07-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57926 --- Comment #8 from Jason Merrill jason at gcc dot gnu.org --- I don't know how exactly these builtins interact with overload resolution, but it should be calling decay_conversion to turn arrays into pointers.

[Bug c++/57926] Atomic functions broken with C++ but not C?

2013-07-23 Thread amacleod at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57926 Andrew Macleod amacleod at redhat dot com changed: What|Removed |Added CC||rth at gcc dot

[Bug c++/57926] Atomic functions broken with C++ but not C?

2013-07-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57926 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC||amacleod

[Bug c++/57926] Atomic functions broken with C++ but not C?

2013-07-22 Thread amacleod at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57926 --- Comment #4 from Andrew Macleod amacleod at redhat dot com --- Short answer.. I'm not a sure, but it appears to be a g++ thing. I looks like g++ is using ARRAY_TYPE instead of POINTER_TYPE. the 4.8 branch does the same thing, but it does seem

[Bug c++/57926] Atomic functions broken with C++ but not C?

2013-07-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57926 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC||jason at

[Bug c++/57926] Atomic functions broken with C++ but not C?

2013-07-22 Thread amacleod at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57926 Andrew Macleod amacleod at redhat dot com changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org

[Bug c++/57926] Atomic functions broken with C++ but not C?

2013-07-22 Thread amacleod at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57926 --- Comment #7 from Andrew Macleod amacleod at redhat dot com --- btw, that patch passes bootstrap and a new testcase based on a modified version of the bug report test.

[Bug c++/57926] Atomic functions broken with C++ but not C?

2013-07-18 Thread lailavrazda1979 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57926 --- Comment #1 from lailavrazda1979 at gmail dot com --- Created attachment 30523 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30523action=edit Code triggering the bug

[Bug c++/57926] Atomic functions broken with C++ but not C?

2013-07-18 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57926 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords||rejects-valid