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 c++/57926] Atomic functions broken with C++ but not C?


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=209316&root=gcc&view=rev
Log:
    PR c++/57926
    * c-common.c (sync_resolve_size, get_atomic_generic_size): Call
    default_conversion for an array argument.

Added:
    trunk/gcc/testsuite/g++.dg/ext/atomic-2.C
Modified:
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-common.c


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