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++/86306] Initializing atomic qualified type with another atomic qualified type leads to assertion failure


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

--- Comment #2 from zhonghao at pku dot org.cn ---
(In reply to Jonathan Wakely from comment #1)
> It's correctly rejected by GCC because _Atomic is a C keyword, not a C++ one.
> 
> Please try to understand the code before filing bugs, and consider if it's
> really a bug.

The original report (https://bugs.llvm.org/show_bug.cgi?id=22043) mentioned a
bug in the c++ component of clang. The code is in C++, right?

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