[Bug c++/63707] Brace initialization of array sometimes fails if no copy constructor

2016-06-07 Thread john.lindgren at aol dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63707 John Lindgren changed: What|Removed |Added Known to fail||6.1.1 --- Comment #8 from John Lindgren

[Bug c++/66501] [4.9/5/6 Regression] Default move assignment does not move array members

2015-06-11 Thread john.lindgren at aol dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66501 --- Comment #1 from John Lindgren --- For what it's worth, the default move *constructor* works correctly; it is only the assignment operator that is the problem.

[Bug c++/66501] New: Default move assignment does not move array members

2015-06-10 Thread john.lindgren at aol dot com
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: john.lindgren at aol dot com Target Milestone: --- In the following code, main() should return 0 (and did with GCC 4.8.2). With GCC 5.1.0, main() instead returns 2. It seems that the compiler-generated Container

[Bug c++/63707] Brace initialization of array sometimes fails if no copy constructor

2014-11-01 Thread john.lindgren at aol dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63707 John Lindgren changed: What|Removed |Added Attachment #33860|0 |1 is obsolete|

[Bug c++/63707] Brace initialization of array sometimes fails if no copy constructor

2014-11-01 Thread john.lindgren at aol dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63707 --- Comment #3 from John Lindgren --- Created attachment 33862 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33862&action=edit Test case 4

[Bug c++/63707] Brace initialization of array sometimes fails if no copy constructor

2014-11-01 Thread john.lindgren at aol dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63707 --- Comment #2 from John Lindgren --- Created attachment 33861 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33861&action=edit Test case 3

[Bug c++/63707] Brace initialization of array sometimes fails if no copy constructor

2014-11-01 Thread john.lindgren at aol dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63707 --- Comment #1 from John Lindgren --- Created attachment 33860 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33860&action=edit Test case 2

[Bug c++/63707] New: Brace initialization of array sometimes fails if no copy constructor

2014-11-01 Thread john.lindgren at aol dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: john.lindgren at aol dot com Created attachment 33859 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33859&action=edit Test case 1 Brace-initializing an array of a class

[Bug c++/61305] New: internal compiler error: in cp_tree_equal, at cp/tree.c:2371

2014-05-24 Thread john.lindgren at aol dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: john.lindgren at aol dot com Created attachment 32849 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32849&action=edit C++ source Trying to compile the attached C++ file g