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
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.
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63707
John Lindgren changed:
What|Removed |Added
Attachment #33860|0 |1
is obsolete|
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
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
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
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
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