On 11/05/2015 02:32 AM, Bernd Schmidt wrote:
When reviewing patches I'm never quite sure which of the following we
should be using:
some_target_hook (tree decl, machine_mode mode ATTRIBUTE_UNUSED)
some_target_hook (tree decl, machine_mode ARG_UNUSED (mode))
some_target_hook (tree decl, machine
On Thu, Nov 05, 2015 at 11:19:36AM +, Richard Earnshaw wrote:
> > It depends, if the argument is conditionally (based on preprocessor macros)
> > used, then we need the first form.
> > If it is completely unused, I also prefer the last form, but there are cases
> > where one wants to document t
On Thu, 2015-11-05 at 05:34 +0300, Mikhail Maltsev wrote:
> Hi all!
>
> I'm pleased to say that two students of Lomonosov Moscow State University,
> Yuri
> Kemaev and Pavel Adamenko decided to work on a project related to GCC and
> hopefully will become new contributors.
Excellent.
> I'll be as
On 05/11/15 10:48, Jakub Jelinek wrote:
> On Thu, Nov 05, 2015 at 11:45:24AM +0100, Marek Polacek wrote:
>> On Thu, Nov 05, 2015 at 10:32:11AM +0100, Bernd Schmidt wrote:
>>> When reviewing patches I'm never quite sure which of the following we should
>>> be using:
>>>
>>> some_target_hook (tree de
On Thu, Nov 05, 2015 at 11:45:24AM +0100, Marek Polacek wrote:
> On Thu, Nov 05, 2015 at 10:32:11AM +0100, Bernd Schmidt wrote:
> > When reviewing patches I'm never quite sure which of the following we should
> > be using:
> >
> > some_target_hook (tree decl, machine_mode mode ATTRIBUTE_UNUSED)
>
On Thu, Nov 05, 2015 at 10:32:11AM +0100, Bernd Schmidt wrote:
> When reviewing patches I'm never quite sure which of the following we should
> be using:
>
> some_target_hook (tree decl, machine_mode mode ATTRIBUTE_UNUSED)
>
> some_target_hook (tree decl, machine_mode ARG_UNUSED (mode))
>
> some
On Thu, Nov 5, 2015 at 9:32 AM, Bernd Schmidt wrote:
> When reviewing patches I'm never quite sure which of the following we should
> be using:
>
> some_target_hook (tree decl, machine_mode mode ATTRIBUTE_UNUSED)
>
> some_target_hook (tree decl, machine_mode ARG_UNUSED (mode))
>
> some_target_hook
When reviewing patches I'm never quite sure which of the following we
should be using:
some_target_hook (tree decl, machine_mode mode ATTRIBUTE_UNUSED)
some_target_hook (tree decl, machine_mode ARG_UNUSED (mode))
some_target_hook (tree decl, machine_mode /* mode */)
some_target_hook (tree dec