public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/92002] [10/11 regression] -Wuninitialized warning in gcc/wide-int.cc
       [not found] <bug-92002-4@http.gcc.gnu.org/bugzilla/>
@ 2020-05-07 11:56 ` jakub at gcc dot gnu.org
  2020-07-02  6:57 ` ebotcazou at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-05-07 11:56 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.0                        |10.2

--- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 10.1 has been released.

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

* [Bug bootstrap/92002] [10/11 regression] -Wuninitialized warning in gcc/wide-int.cc
       [not found] <bug-92002-4@http.gcc.gnu.org/bugzilla/>
  2020-05-07 11:56 ` [Bug bootstrap/92002] [10/11 regression] -Wuninitialized warning in gcc/wide-int.cc jakub at gcc dot gnu.org
@ 2020-07-02  6:57 ` ebotcazou at gcc dot gnu.org
  2020-07-23  6:51 ` rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2020-07-02  6:57 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hp at gcc dot gnu.org

--- Comment #14 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
*** Bug 95940 has been marked as a duplicate of this bug. ***

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

* [Bug bootstrap/92002] [10/11 regression] -Wuninitialized warning in gcc/wide-int.cc
       [not found] <bug-92002-4@http.gcc.gnu.org/bugzilla/>
  2020-05-07 11:56 ` [Bug bootstrap/92002] [10/11 regression] -Wuninitialized warning in gcc/wide-int.cc jakub at gcc dot gnu.org
  2020-07-02  6:57 ` ebotcazou at gcc dot gnu.org
@ 2020-07-23  6:51 ` rguenth at gcc dot gnu.org
  2021-03-03 15:06 ` cvs-commit at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-07-23  6:51 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.2                        |10.3

--- Comment #15 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 10.2 is released, adjusting target milestone.

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

* [Bug bootstrap/92002] [10/11 regression] -Wuninitialized warning in gcc/wide-int.cc
       [not found] <bug-92002-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2020-07-23  6:51 ` rguenth at gcc dot gnu.org
@ 2021-03-03 15:06 ` cvs-commit at gcc dot gnu.org
  2021-03-03 15:12 ` ro at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-03-03 15:06 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #16 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Rainer Orth <ro@gcc.gnu.org>:

https://gcc.gnu.org/g:fa6092d2cdc654d4b2e018929c0dbe13fbd4ea69

commit r11-7484-gfa6092d2cdc654d4b2e018929c0dbe13fbd4ea69
Author: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Date:   Wed Mar 3 16:01:50 2021 +0100

    sparcv9: Disable -Wuninitialized warnings breaking bootstrap [PR92002]

    sparcv9 bootstrap has been broken for 1 1/2 years now by spurious
    -Wuninitialized warnings:

    In function âwide_int wi::max_value(unsigned int, signop)â,
        inlined from âwide_int wi::max_value(unsigned int, signop)â at
/vol/gcc/src/hg/master/local/gcc/wide-int.cc:330:1:
    /vol/gcc/src/hg/master/local/gcc/wide-int.cc:335:31: error:
â<anonymous>.generic_wide_int<wide_int_storage>::<anonymous>.wide_int_storage::val[1]â
may be used uninitialized [-Werror=maybe-uninitialized]
      335 |     return shwi (-1, precision);
          |                               ^
    [...]
    In function âwide_int get_nonzero_bits(const_tree)â,
        inlined from âwide_int get_nonzero_bits(const_tree)â at
/vol/gcc/src/hg/master/local/gcc/tree-ssanames.c:531:1:
    /vol/gcc/src/hg/master/local/gcc/tree-ssanames.c:544:67: error:
â<anonymous>.generic_wide_int<wide_int_storage>::<anonymous>.wide_int_storage::val[1]â
may be used uninitialized [-Werror=maybe-uninitialized]
      544 |                          | (HOST_WIDE_INT) pi->misalign,
precision);
          |                                                                   ^
    [...]

    Before we ship yet another release with this issue, I suggest to at
    least include a workaround of demoting them to warnings.

    Tested on sparcv9-sun-solaris2.11.


    2021-03-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

            gcc:
            PR bootstrap/92002
            * config/sparc/t-sparc (tree-ssanames.o-warn): Don't error for
            -Wuninitialized, -Wmaybe-uninitialized.
            (wide-int.o-warn): Likewise.

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

* [Bug bootstrap/92002] [10/11 regression] -Wuninitialized warning in gcc/wide-int.cc
       [not found] <bug-92002-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-03-03 15:06 ` cvs-commit at gcc dot gnu.org
@ 2021-03-03 15:12 ` ro at gcc dot gnu.org
  2021-04-08 12:02 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: ro at gcc dot gnu.org @ 2021-03-03 15:12 UTC (permalink / raw)
  To: gcc-bugs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |https://gcc.gnu.org/piperma
                   |                            |il/gcc-patches/2021-March/5
                   |                            |66180.html

--- Comment #17 from Rainer Orth <ro at gcc dot gnu.org> ---
Workaround patch installed for GCC 11.1.

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

* [Bug bootstrap/92002] [10/11 regression] -Wuninitialized warning in gcc/wide-int.cc
       [not found] <bug-92002-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2021-03-03 15:12 ` ro at gcc dot gnu.org
@ 2021-04-08 12:02 ` rguenth at gcc dot gnu.org
  2022-06-28 10:38 ` [Bug bootstrap/92002] [10/11/12/13 " jakub at gcc dot gnu.org
  2023-07-07 10:36 ` [Bug bootstrap/92002] [11/12/13/14 " rguenth at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-04-08 12:02 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.3                        |10.4

--- Comment #18 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 10.3 is being released, retargeting bugs to GCC 10.4.

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

* [Bug bootstrap/92002] [10/11/12/13 regression] -Wuninitialized warning in gcc/wide-int.cc
       [not found] <bug-92002-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2021-04-08 12:02 ` rguenth at gcc dot gnu.org
@ 2022-06-28 10:38 ` jakub at gcc dot gnu.org
  2023-07-07 10:36 ` [Bug bootstrap/92002] [11/12/13/14 " rguenth at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-06-28 10:38 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.4                        |10.5

--- Comment #19 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 10.4 is being released, retargeting bugs to GCC 10.5.

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

* [Bug bootstrap/92002] [11/12/13/14 regression] -Wuninitialized warning in gcc/wide-int.cc
       [not found] <bug-92002-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2022-06-28 10:38 ` [Bug bootstrap/92002] [10/11/12/13 " jakub at gcc dot gnu.org
@ 2023-07-07 10:36 ` rguenth at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-07 10:36 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.5                        |11.5

--- Comment #20 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 10 branch is being closed.

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

end of thread, other threads:[~2023-07-07 10:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-92002-4@http.gcc.gnu.org/bugzilla/>
2020-05-07 11:56 ` [Bug bootstrap/92002] [10/11 regression] -Wuninitialized warning in gcc/wide-int.cc jakub at gcc dot gnu.org
2020-07-02  6:57 ` ebotcazou at gcc dot gnu.org
2020-07-23  6:51 ` rguenth at gcc dot gnu.org
2021-03-03 15:06 ` cvs-commit at gcc dot gnu.org
2021-03-03 15:12 ` ro at gcc dot gnu.org
2021-04-08 12:02 ` rguenth at gcc dot gnu.org
2022-06-28 10:38 ` [Bug bootstrap/92002] [10/11/12/13 " jakub at gcc dot gnu.org
2023-07-07 10:36 ` [Bug bootstrap/92002] [11/12/13/14 " rguenth 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).