intel-xe.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
	Marc Gonzalez <mgonzalez@freebox.fr>
Cc: Arnaud Vrac <avrac@freebox.fr>,
	dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
	intel-xe@lists.freedesktop.org,
	Nathan Chancellor <nathan@kernel.org>,
	Rob Clark <robdclark@gmail.com>,
	Abhinav Kumar <quic_abhinavk@quicinc.com>,
	Sean Paul <sean@poorly.run>,
	Marijn Suijten <marijn.suijten@somainline.org>,
	linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH 7/8] drm/msmi: annotate pll_cmp_to_fdata() with __maybe_unused
Date: Thu, 12 Sep 2024 16:10:20 +0300	[thread overview]
Message-ID: <87plp9f26b.fsf@intel.com> (raw)
In-Reply-To: <ki27iun7ar6nmwpkzykwjvkrn5jpadirbz6fy2c25akh2sbgpj@etbg4uo3hixr>

On Thu, 12 Sep 2024, Dmitry Baryshkov <dmitry.baryshkov@linaro.org> wrote:
> On Thu, Sep 12, 2024 at 02:50:04PM GMT, Marc Gonzalez wrote:
>> On 12/09/2024 14:28, Dmitry Baryshkov wrote:
>> > On Thu, Sep 12, 2024 at 02:14:10PM GMT, Marc Gonzalez wrote:
>> >> On 12/09/2024 13:15, Jani Nikula wrote:
>> >>> On Thu, 12 Sep 2024, Marc Gonzalez wrote:
>> >>>> On 11/09/2024 12:23, Jani Nikula wrote:
>> >>>>> On Tue, 10 Sep 2024, Marc Gonzalez wrote:
>> >>>>>> On 10/09/2024 16:51, Dmitry Baryshkov wrote:
>> >>>>>>> On Tue, Sep 10, 2024 at 01:03:43PM GMT, Jani Nikula wrote:
>> >>>>>>>> See also commit 6863f5643dd7 ("kbuild: allow Clang to find unused static
>> >>>>>>>> inline functions for W=1 build").
>> >>>
>> >>> [snip]
>> >>>
>> >>>>> GCC doesn't catch unused static inlines, while Clang does.
>> >>>>
>> >>>> It makes no sense to me that adding "inline" would prevent
>> >>>> GCC from diagnosing the issue... GCC should simply ignore
>> >>>> the "inline" keyword when definition is not in a header file
>> >>>> (maybe they don't store "origin").
>> >>>
>> >>> Please just read the commit message for the commit I reference above for
>> >>> details. There's not much more I could say about it.
>> >>
>> >> OK, I read 6863f5643dd7.
>> >>
>> >> My remark still stands.
>> >>
>> >> GCC's decision to not warn for unused static inline functions
>> >> in source files (not headers) is questionable at best.
>> > 
>> > What's the difference between source file and a header after the CPP
>> > run?
>> 
>> That question is moot, since the source file / header file
>> convention exists only _before_ the preprocessor runs.
>> 
>> If you meant to ask
>> "How is the implementation supposed to track the origin",
>> then I would hand wave and say "internal annotations".
>
> No, I asked what I meant. #include doesn't have any semantics. You can
> #include "source.c" in the same way. So asking the compiler to make a
> difference between source file and the header isn't going to work (Note,
> gcc has some notion of system header files and I think a pragma that
> changes the behaviour a bit, but we are not talking about such cases,
> are we?).

Just saying, this sub-thread might be more fruitful on some GCC bug or
list.

BR,
Jani.

-- 
Jani Nikula, Intel

  reply	other threads:[~2024-09-12 13:10 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-10 10:03 [PATCH 0/8] drm: fix and enable warnings on unused static inlines Jani Nikula
2024-09-10 10:03 ` [PATCH 1/8] drm/bridge: dw-hdmi-i2s: annotate hdmi_read() with __maybe_unused Jani Nikula
2024-09-10 10:03 ` [PATCH 2/8] drm: renesas: rcar-du: annotate rcar_cmm_read() " Jani Nikula
2024-09-10 12:39   ` Geert Uytterhoeven
2024-09-10 13:36     ` Jani Nikula
2024-09-11  9:51       ` Laurent Pinchart
2024-09-11 10:21         ` Jani Nikula
2024-09-10 10:03 ` [PATCH 3/8] drm/kmb: annotate set_test_mode_src_osc_freq_target_{low, hi}_bits() " Jani Nikula
2024-09-10 18:11   ` [PATCH 3/8] drm/kmb: annotate set_test_mode_src_osc_freq_target_{low,hi}_bits() " Chrisanthus, Anitha
2024-09-13 11:46     ` Jani Nikula
2024-09-10 10:03 ` [PATCH 4/8] drm/bridge: ti-sn65dsi86: annotate ti_sn_pwm_pin_{request, release} " Jani Nikula
2024-09-10 22:57   ` Doug Anderson
2024-09-11  8:01     ` Jani Nikula
2024-09-11 20:07       ` Doug Anderson
2024-09-10 10:03 ` [PATCH 5/8] drm/imagination: annotate pvr_fw_version_packed() " Jani Nikula
2024-09-10 10:40   ` Matt Coster
2024-09-13 11:47     ` Jani Nikula
2024-09-10 10:03 ` [PATCH 6/8] drm/meson: dw-hdmi: annotate dw_hdmi_dwc_write_bits() " Jani Nikula
     [not found]   ` <CAFBinCDQzHkvo1tQxa2pcgBHngtiXyCgdbnr=9nW7xDHy0RLdg@mail.gmail.com>
2024-09-16  7:43     ` Jani Nikula
2024-09-10 10:03 ` [PATCH 7/8] drm/msmi: annotate pll_cmp_to_fdata() " Jani Nikula
2024-09-10 14:51   ` Dmitry Baryshkov
2024-09-10 15:54     ` Marc Gonzalez
2024-09-11 10:23       ` Jani Nikula
2024-09-12 10:56         ` Marc Gonzalez
2024-09-12 11:15           ` Jani Nikula
2024-09-12 12:14             ` Marc Gonzalez
2024-09-12 12:28               ` Dmitry Baryshkov
2024-09-12 12:50                 ` Marc Gonzalez
2024-09-12 13:05                   ` Dmitry Baryshkov
2024-09-12 13:10                     ` Jani Nikula [this message]
2024-09-21 21:16         ` Dmitry Baryshkov
2024-09-23  6:38           ` Jani Nikula
2024-09-10 10:03 ` [PATCH 8/8] drm: enable warnings on unused static inlines Jani Nikula
2024-09-10 11:13 ` ✓ CI.Patch_applied: success for drm: fix and " Patchwork
2024-09-10 11:14 ` ✗ CI.checkpatch: warning " Patchwork
2024-09-10 11:15 ` ✓ CI.KUnit: success " Patchwork
2024-09-10 11:37 ` ✓ CI.Build: " Patchwork
2024-09-10 11:40 ` ✓ CI.Hooks: " Patchwork
2024-09-10 11:41 ` ✗ CI.checksparse: warning " Patchwork
2024-09-10 12:30 ` ✓ CI.BAT: success " Patchwork
2024-09-10 13:37 ` ✗ CI.FULL: failure " Patchwork
2024-09-11 17:46 ` [PATCH 0/8] " Nathan Chancellor

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=87plp9f26b.fsf@intel.com \
    --to=jani.nikula@intel.com \
    --cc=avrac@freebox.fr \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=marijn.suijten@somainline.org \
    --cc=mgonzalez@freebox.fr \
    --cc=nathan@kernel.org \
    --cc=quic_abhinavk@quicinc.com \
    --cc=robdclark@gmail.com \
    --cc=sean@poorly.run \
    /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 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).