* [PATCH] parse.c: remove duplicate 'may_alias' ignored_attributes
@ 2014-08-04 20:01 Ramsay Jones
2014-08-05 16:43 ` Josh Triplett
0 siblings, 1 reply; 2+ messages in thread
From: Ramsay Jones @ 2014-08-04 20:01 UTC (permalink / raw)
To: Christopher Li; +Cc: Sparse Mailing-list
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
---
Hi Chris,
I noticed this recently when rebasing an old branch, but forgot
to write a patch.
ATB,
Ramsay Jones
parse.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/parse.c b/parse.c
index 69bcf82..471fb31 100644
--- a/parse.c
+++ b/parse.c
@@ -548,8 +548,6 @@ const char *ignored_attributes[] = {
"__l1_data__",
"l2",
"__l2__",
- "may_alias",
- "__may_alias__",
"malloc",
"__malloc__",
"may_alias",
--
2.0.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] parse.c: remove duplicate 'may_alias' ignored_attributes
2014-08-04 20:01 [PATCH] parse.c: remove duplicate 'may_alias' ignored_attributes Ramsay Jones
@ 2014-08-05 16:43 ` Josh Triplett
0 siblings, 0 replies; 2+ messages in thread
From: Josh Triplett @ 2014-08-05 16:43 UTC (permalink / raw)
To: Ramsay Jones; +Cc: Christopher Li, Sparse Mailing-list
On Mon, Aug 04, 2014 at 09:01:41PM +0100, Ramsay Jones wrote:
> Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Ironic attribute to duplicate. Apparently may_alias may alias.
> Hi Chris,
>
> I noticed this recently when rebasing an old branch, but forgot
> to write a patch.
>
> ATB,
> Ramsay Jones
>
> parse.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/parse.c b/parse.c
> index 69bcf82..471fb31 100644
> --- a/parse.c
> +++ b/parse.c
> @@ -548,8 +548,6 @@ const char *ignored_attributes[] = {
> "__l1_data__",
> "l2",
> "__l2__",
> - "may_alias",
> - "__may_alias__",
> "malloc",
> "__malloc__",
> "may_alias",
> --
> 2.0.0
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-05 16:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-04 20:01 [PATCH] parse.c: remove duplicate 'may_alias' ignored_attributes Ramsay Jones
2014-08-05 16:43 ` Josh Triplett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).