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] Emit error + inform for access control issues


Hi,

I noticed a while ago that for each access control issue we emit two errors instead of an error + an inform, as we lately try to consistently do. I also noticed that the testsuite reflects that in many testcases... Anyway, the below - for next Stage 1? - implements the change, passes testing on x86_64-linux.

Thanks,
Paolo.

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

Attachment: patch_access_error_inform
Description: Text document


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