public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/89180] [meta-bug] bogus/missing -Wunused warnings
       [not found] <bug-89180-4@http.gcc.gnu.org/bugzilla/>
@ 2020-04-28 15:54 ` jason at gcc dot gnu.org
  2020-05-19 17:19 ` msebor at gcc dot gnu.org
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: jason at gcc dot gnu.org @ 2020-04-28 15:54 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89180
Bug 89180 depends on bug 79585, which changed state.

Bug 79585 Summary: spurious -Wunused-variable on a pointer with attribute unused in function template
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79585

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c/89180] [meta-bug] bogus/missing -Wunused warnings
       [not found] <bug-89180-4@http.gcc.gnu.org/bugzilla/>
  2020-04-28 15:54 ` [Bug c/89180] [meta-bug] bogus/missing -Wunused warnings jason at gcc dot gnu.org
@ 2020-05-19 17:19 ` msebor at gcc dot gnu.org
  2020-07-30 14:57 ` dominiq at lps dot ens.fr
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: msebor at gcc dot gnu.org @ 2020-05-19 17:19 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89180
Bug 89180 depends on bug 95217, which changed state.

Bug 95217 Summary: missing -Wunused-but-set-parameter for compound assignment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95217

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c/89180] [meta-bug] bogus/missing -Wunused warnings
       [not found] <bug-89180-4@http.gcc.gnu.org/bugzilla/>
  2020-04-28 15:54 ` [Bug c/89180] [meta-bug] bogus/missing -Wunused warnings jason at gcc dot gnu.org
  2020-05-19 17:19 ` msebor at gcc dot gnu.org
@ 2020-07-30 14:57 ` dominiq at lps dot ens.fr
  2020-11-13 17:31 ` law at redhat dot com
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: dominiq at lps dot ens.fr @ 2020-07-30 14:57 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89180
Bug 89180 depends on bug 92358, which changed state.

Bug 92358 Summary: libgfortran/io/async.c:548:37: warning: unused parameter 'cmp'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92358

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |INVALID

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

* [Bug c/89180] [meta-bug] bogus/missing -Wunused warnings
       [not found] <bug-89180-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-07-30 14:57 ` dominiq at lps dot ens.fr
@ 2020-11-13 17:31 ` law at redhat dot com
  2021-03-24 12:38 ` iains at gcc dot gnu.org
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: law at redhat dot com @ 2020-11-13 17:31 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89180
Bug 89180 depends on bug 91318, which changed state.

Bug 91318 Summary: [C++][PATCH] warnings about unused internal macros with -Wunused-macros and #pragma GCC optimize
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91318

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c/89180] [meta-bug] bogus/missing -Wunused warnings
       [not found] <bug-89180-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2020-11-13 17:31 ` law at redhat dot com
@ 2021-03-24 12:38 ` iains at gcc dot gnu.org
  2021-04-15 21:53 ` msebor at gcc dot gnu.org
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: iains at gcc dot gnu.org @ 2021-03-24 12:38 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89180
Bug 89180 depends on bug 96749, which changed state.

Bug 96749 Summary: [coroutines] unexpected 'warning: statement has no effect [-Wunused-value]'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96749

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c/89180] [meta-bug] bogus/missing -Wunused warnings
       [not found] <bug-89180-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2021-03-24 12:38 ` iains at gcc dot gnu.org
@ 2021-04-15 21:53 ` msebor at gcc dot gnu.org
  2021-04-22 17:11 ` jakub at gcc dot gnu.org
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: msebor at gcc dot gnu.org @ 2021-04-15 21:53 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89180
Bug 89180 depends on bug 99972, which changed state.

Bug 99972 Summary: missing -Wunused-result on a call to a locally redeclared warn_unused_result function
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99972

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c/89180] [meta-bug] bogus/missing -Wunused warnings
       [not found] <bug-89180-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2021-04-15 21:53 ` msebor at gcc dot gnu.org
@ 2021-04-22 17:11 ` jakub at gcc dot gnu.org
  2021-10-24  6:09 ` pinskia at gcc dot gnu.org
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-04-22 17:11 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89180
Bug 89180 depends on bug 99588, which changed state.

Bug 99588 Summary: variable set but not used warning on static _Atomic assignment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99588

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c/89180] [meta-bug] bogus/missing -Wunused warnings
       [not found] <bug-89180-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2021-04-22 17:11 ` jakub at gcc dot gnu.org
@ 2021-10-24  6:09 ` pinskia at gcc dot gnu.org
  2022-05-05 13:05 ` marxin at gcc dot gnu.org
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-10-24  6:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89180
Bug 89180 depends on bug 102909, which changed state.

Bug 102909 Summary: Missing -Wunused-but-set-variable warning
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102909

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c/89180] [meta-bug] bogus/missing -Wunused warnings
       [not found] <bug-89180-4@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2021-10-24  6:09 ` pinskia at gcc dot gnu.org
@ 2022-05-05 13:05 ` marxin at gcc dot gnu.org
  2022-05-13 17:45 ` jason at gcc dot gnu.org
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-05-05 13:05 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89180
Bug 89180 depends on bug 105210, which changed state.

Bug 105210 Summary: gcc/auto-profile.cc:391:11: warning: variable 'level' set but not used
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105210

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c/89180] [meta-bug] bogus/missing -Wunused warnings
       [not found] <bug-89180-4@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2022-05-05 13:05 ` marxin at gcc dot gnu.org
@ 2022-05-13 17:45 ` jason at gcc dot gnu.org
  2022-05-27  8:23 ` rguenth at gcc dot gnu.org
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: jason at gcc dot gnu.org @ 2022-05-13 17:45 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89180
Bug 89180 depends on bug 96311, which changed state.

Bug 96311 Summary: [9 Regression] false positive for -Wunused-but-set-variable (const/constexpr identifier used in generic lambda)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96311

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c/89180] [meta-bug] bogus/missing -Wunused warnings
       [not found] <bug-89180-4@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2022-05-13 17:45 ` jason at gcc dot gnu.org
@ 2022-05-27  8:23 ` rguenth at gcc dot gnu.org
  2022-11-22  4:47 ` pinskia at gcc dot gnu.org
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-05-27  8:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89180
Bug 89180 depends on bug 88660, which changed state.

Bug 88660 Summary: [9 Regression] Invalid report of "set but used variable" with -O
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88660

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c/89180] [meta-bug] bogus/missing -Wunused warnings
       [not found] <bug-89180-4@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2022-05-27  8:23 ` rguenth at gcc dot gnu.org
@ 2022-11-22  4:47 ` pinskia at gcc dot gnu.org
  2023-01-23 21:42 ` mpolacek at gcc dot gnu.org
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-11-22  4:47 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89180
Bug 89180 depends on bug 107791, which changed state.

Bug 107791 Summary: Spurious -Wunused warning for artificial variable introduced for post contract
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107791

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c/89180] [meta-bug] bogus/missing -Wunused warnings
       [not found] <bug-89180-4@http.gcc.gnu.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2022-11-22  4:47 ` pinskia at gcc dot gnu.org
@ 2023-01-23 21:42 ` mpolacek at gcc dot gnu.org
  2023-04-11 16:12 ` gnu.ojxq8 at dralias dot com
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2023-01-23 21:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89180
Bug 89180 depends on bug 107797, which changed state.

Bug 107797 Summary: "warning right operand of comma operator has no effect" for expressions with no comma operator
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107797

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c/89180] [meta-bug] bogus/missing -Wunused warnings
       [not found] <bug-89180-4@http.gcc.gnu.org/bugzilla/>
                   ` (12 preceding siblings ...)
  2023-01-23 21:42 ` mpolacek at gcc dot gnu.org
@ 2023-04-11 16:12 ` gnu.ojxq8 at dralias dot com
  2023-07-18 12:42 ` roger at nextmovesoftware dot com
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: gnu.ojxq8 at dralias dot com @ 2023-04-11 16:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89180
Bug 89180 depends on bug 98450, which changed state.

Bug 98450 Summary: Inconsistent Wunused-variable warning for std::array
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98450

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c/89180] [meta-bug] bogus/missing -Wunused warnings
       [not found] <bug-89180-4@http.gcc.gnu.org/bugzilla/>
                   ` (13 preceding siblings ...)
  2023-04-11 16:12 ` gnu.ojxq8 at dralias dot com
@ 2023-07-18 12:42 ` roger at nextmovesoftware dot com
  2024-01-21 20:53 ` sandra at gcc dot gnu.org
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: roger at nextmovesoftware dot com @ 2023-07-18 12:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89180
Bug 89180 depends on bug 101090, which changed state.

Bug 101090 Summary: incorrect -Wunused-value warning on remquo with constant values
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101090

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug c/89180] [meta-bug] bogus/missing -Wunused warnings
       [not found] <bug-89180-4@http.gcc.gnu.org/bugzilla/>
                   ` (14 preceding siblings ...)
  2023-07-18 12:42 ` roger at nextmovesoftware dot com
@ 2024-01-21 20:53 ` sandra at gcc dot gnu.org
  2024-01-23  0:42 ` sandra at gcc dot gnu.org
  2024-03-17 20:57 ` law at gcc dot gnu.org
  17 siblings, 0 replies; 18+ messages in thread
From: sandra at gcc dot gnu.org @ 2024-01-21 20:53 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89180
Bug 89180 depends on bug 90464, which changed state.

Bug 90464 Summary: Documentation: incorrect description of -Wunused
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90464

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c/89180] [meta-bug] bogus/missing -Wunused warnings
       [not found] <bug-89180-4@http.gcc.gnu.org/bugzilla/>
                   ` (15 preceding siblings ...)
  2024-01-21 20:53 ` sandra at gcc dot gnu.org
@ 2024-01-23  0:42 ` sandra at gcc dot gnu.org
  2024-03-17 20:57 ` law at gcc dot gnu.org
  17 siblings, 0 replies; 18+ messages in thread
From: sandra at gcc dot gnu.org @ 2024-01-23  0:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89180
Bug 89180 depends on bug 90463, which changed state.

Bug 90463 Summary: Documentation: -Wunused not listed among the options enabled by -Wall
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90463

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug c/89180] [meta-bug] bogus/missing -Wunused warnings
       [not found] <bug-89180-4@http.gcc.gnu.org/bugzilla/>
                   ` (16 preceding siblings ...)
  2024-01-23  0:42 ` sandra at gcc dot gnu.org
@ 2024-03-17 20:57 ` law at gcc dot gnu.org
  17 siblings, 0 replies; 18+ messages in thread
From: law at gcc dot gnu.org @ 2024-03-17 20:57 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89180
Bug 89180 depends on bug 56457, which changed state.

Bug 56457 Summary: Bogus warning: loop-invariant.c:786:20: error: unused variable ‘regno’ when building vax-*-*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56457

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

end of thread, other threads:[~2024-03-17 20:57 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-89180-4@http.gcc.gnu.org/bugzilla/>
2020-04-28 15:54 ` [Bug c/89180] [meta-bug] bogus/missing -Wunused warnings jason at gcc dot gnu.org
2020-05-19 17:19 ` msebor at gcc dot gnu.org
2020-07-30 14:57 ` dominiq at lps dot ens.fr
2020-11-13 17:31 ` law at redhat dot com
2021-03-24 12:38 ` iains at gcc dot gnu.org
2021-04-15 21:53 ` msebor at gcc dot gnu.org
2021-04-22 17:11 ` jakub at gcc dot gnu.org
2021-10-24  6:09 ` pinskia at gcc dot gnu.org
2022-05-05 13:05 ` marxin at gcc dot gnu.org
2022-05-13 17:45 ` jason at gcc dot gnu.org
2022-05-27  8:23 ` rguenth at gcc dot gnu.org
2022-11-22  4:47 ` pinskia at gcc dot gnu.org
2023-01-23 21:42 ` mpolacek at gcc dot gnu.org
2023-04-11 16:12 ` gnu.ojxq8 at dralias dot com
2023-07-18 12:42 ` roger at nextmovesoftware dot com
2024-01-21 20:53 ` sandra at gcc dot gnu.org
2024-01-23  0:42 ` sandra at gcc dot gnu.org
2024-03-17 20:57 ` law 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).