http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59659

--- Comment #1 from Casey Carter <Casey at Carter dot net> ---
Created attachment 31563
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31563&action=edit
Minimal test case.

Attached minimal test case. std::atomic<int> arr[1000000]; compiles correctly,
so it seems to be an interaction between std::atomic<int> and std::array.

Reply via email to