This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH to shorten_compare -Wtype-limits handling
- From: Manuel LÃpez-IbÃÃez <lopezibanez at gmail dot com>
- To: Martin Sebor <msebor at gmail dot com>
- Cc: Jason Merrill <jason at redhat dot com>, gcc-patches List <gcc-patches at gcc dot gnu dot org>, Manuel LÃpez-IbÃÃez <manu at gcc dot gnu dot org>
- Date: Fri, 20 Nov 2015 17:19:51 +0000
- Subject: Re: PATCH to shorten_compare -Wtype-limits handling
- Authentication-results: sourceware.org; auth=none
- References: <564D4F77 dot 3010005 at redhat dot com> <564E2697 dot 9020907 at gmail dot com> <564E4A36 dot 5040509 at redhat dot com> <564F419B dot 4080507 at redhat dot com> <564F45F7 dot 3060506 at gmail dot com>
On 20 November 2015 at 16:10, Martin Sebor <msebor@gmail.com> wrote:
>>> Hmm, it looks like using expansion_point_if_in_system_header might avoid
>>> the first issue you mention.
>>
>>
>> Thus.
>
>
> Great, thanks! (I'll have to remember the trick for my own use!)
I added this to https://gcc.gnu.org/wiki/DiagnosticsGuidelines under
"Locations" for future reference. I hope others would do the same in
the future, so the info is kept up-to-date.
Cheers,
Manuel.