public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/105628] New: False positive with -Waddress
@ 2022-05-17 12:32 jochen447 at concept dot de
  2022-05-17 12:44 ` [Bug c/105628] " pinskia at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jochen447 at concept dot de @ 2022-05-17 12:32 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105628

            Bug ID: 105628
           Summary: False positive with -Waddress
           Product: gcc
           Version: 12.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jochen447 at concept dot de
  Target Milestone: ---

Created attachment 52986
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52986&action=edit
minified example program to show the false positive

Option -Wall also enables -Waddress, which causes a lot of false positives like
shown in my attached example problem (minimized and anonymized real world
example):

waddress.c: In function ‘comp_has_ExtraPtr’:
waddress.c:44:29: warning: the comparison will always evaluate as ‘true’ for
the pointer operand in ‘(struct Extra **)&comp->pin + 4’ must not be NULL
[-Waddress]
   44 |     return ExtraPtrOf(comp) ? 1 : 0;
      |                             ^

It only seems to be emitted when using the ?-operator.


# gcc -v
...
gcc version 12.1.1 20220507 (Red Hat 12.1.1-1) (GCC)


# uname -a
Linux fedora 5.17.6-300.fc36.x86_64 #1 SMP PREEMPT Mon May 9 15:47:11 UTC 2022
x86_64 x86_64 x86_64 GNU/Linux

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-03-11 12:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-17 12:32 [Bug c/105628] New: False positive with -Waddress jochen447 at concept dot de
2022-05-17 12:44 ` [Bug c/105628] " pinskia at gcc dot gnu.org
2022-10-25  7:11 ` [Bug c/105628] [12/13 Regression] " pinskia at gcc dot gnu.org
2023-04-08 14:45 ` law at gcc dot gnu.org
2023-05-08 12:24 ` [Bug c/105628] [12/13/14 " rguenth at gcc dot gnu.org
2024-03-11 12:32 ` pinskia at gcc dot gnu.org
2024-03-11 12:34 ` pinskia at gcc dot gnu.org

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 read-only IMAP folder(s) and NNTP newsgroup(s).