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]

[C++ Patch] PR 57599


Hi,

this dynamic_cast bug, which just came in, notices that in the simple case of static conversion we forget to perform the cv-qualifier conversions. It seems to me that we are missing a build_nop.

I extended quite a bit the testcase, to references too, because at some point I got those wrong ;)

Tested x86_64-linux.

Thanks,
Paolo.

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


Attachment: CL_57599
Description: Text document

Attachment: patch_57599
Description: Text document


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