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 52718


Hi,

this fixes the PR by checking for zero in check_default_argument and, in case, replacing it with nullptr to avoid further warnings later on. Should be safe enough for 4.7.1 too.

Tested x86_64-linux.

Thanks,
Paolo.

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

Attachment: CL_52718
Description: Text document

Attachment: patch_52718
Description: Text document


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