From: Randy Dunlap <randy.dunlap@oracle.com>
To: Segher Boessenkool <segher@kernel.crashing.org>
Cc: Muli Ben-Yehuda <muli@il.ibm.com>,
Linux kernel mailing list <linux-kernel@vger.kernel.org>,
"Robert P. J. Day" <rpjday@mindspring.com>,
trivial@kernel.org
Subject: Re: [PATCH] Documentation: Explain a second alternative for multi-line macros.
Date: Sun, 31 Dec 2006 20:30:42 -0800 [thread overview]
Message-ID: <45988E72.9020209@oracle.com> (raw)
In-Reply-To: <8952abefff5a73bf24a0c80936fe7091@kernel.crashing.org>
Segher Boessenkool wrote:
>>>> #define setcc(cc) ({ \
>>>> partial_status &= ~(SW_C0|SW_C1|SW_C2|SW_C3); \
>>>> partial_status |= (cc) & (SW_C0|SW_C1|SW_C2|SW_C3); })
>>> This _does_ return a value though, bad example.
>>
>> Where does it return a value?
>
> partial_status |=
as I expected (or suspected).
I also suspect that it wasn't intended, but this is old code
and I wasn't around Linux when it was written, so I don't know
about it for sure.
>> I don't see any uses of it
>
> Ah, that's a separate thing -- it returns a value, it's just
> never used.
Ack.
>> And with a small change to put it inside a do-while block
>> instead of ({ ... }), it at least builds cleanly.
>
> Well please replace it then, statement expressions should be
> avoided where possible (to start with, they don't have well-
> defined semantics).
We should probably avoid gcc extensions when possible.
I'll send a separate email for the patch.
--
~Randy
next prev parent reply other threads:[~2007-01-01 4:46 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-31 19:32 [PATCH] Documentation: Explain a second alternative for multi-line macros Robert P. J. Day
2006-12-31 19:45 ` Muli Ben-Yehuda
2006-12-31 19:49 ` Robert P. J. Day
2006-12-31 20:09 ` Muli Ben-Yehuda
2006-12-31 20:03 ` Randy Dunlap
2006-12-31 20:13 ` Robert P. J. Day
2007-01-01 2:40 ` Segher Boessenkool
2007-01-01 3:23 ` Randy Dunlap
2007-01-01 4:31 ` Segher Boessenkool
2007-01-01 4:30 ` Randy Dunlap [this message]
2007-01-01 15:37 ` Jan Engelhardt
2007-01-01 17:51 ` Segher Boessenkool
2007-01-01 19:11 ` Jan Engelhardt
2007-01-01 8:26 ` Robert P. J. Day
2007-01-01 14:20 ` Christoph Hellwig
2007-01-01 14:25 ` Robert P. J. Day
2007-01-01 16:14 ` Randy Dunlap
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45988E72.9020209@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=muli@il.ibm.com \
--cc=rpjday@mindspring.com \
--cc=segher@kernel.crashing.org \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.