This is the mail archive of the gcc-patches@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]

Re: copy-assignment of array type with trivial ctor


Rather than this, I would change the !TYPE_NEEDS_CONSTRUCTING test to

from_array == 2 ? TYPE_HAS_COMPLEX_ASSIGN_REF : TYPE_NEEDS_CONSTRUCTING

Jason


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