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]

[Ping] [C++ Patch] PR 60373


Hi,

On 05/13/2014 02:19 AM, Paolo Carlini wrote:
Hi,

in this issue Marc noticed that the warning for ignored attribute visibility is truncated when the previous declaration belongs to a system header. Luckily the problem can be neatly fixed because it's just a consequence of not using warning_at + inform, as we should anyway. The other hunk in the patch tweaks the only other remaining warning_at pair I found in the file, should be a rather benign one, but better adjusting it too.

Tested x86_64-linux.
Ping rather early because this one should be rather straightforward...

Thanks!
Paolo.


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