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: [C++ Patch] PR 58664


... in fact, I need to be more careful when comparing the types, also because of cv-qualifiers, eg, for:

struct S
{
  const S s[1] = { 0 };
};

the trees for S and const S are definitely different. Done in the attached.

Thanks,
Paolo.

///////////////////////

Attachment: CL_58664_b
Description: Text document

Attachment: patch_58664_b
Description: Text document


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