This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: copy-assignment of array type with trivial ctor
- From: Jason Merrill <jason at redhat dot com>
- To: Alexandre Oliva <aoliva at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 20 May 2002 15:02:09 +0100
- Subject: Re: copy-assignment of array type with trivial ctor
- References: <or7km4r8a8.fsf@free.redhat.lsd.ic.unicamp.br>
Rather than this, I would change the !TYPE_NEEDS_CONSTRUCTING test to
from_array == 2 ? TYPE_HAS_COMPLEX_ASSIGN_REF : TYPE_NEEDS_CONSTRUCTING
Jason