[Bug tree-optimization/100250] [11 Regression] ICE related to -Wmaybe-uninitialized

2021-06-17 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100250

Martin Sebor  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #9 from Martin Sebor  ---
Backported to GCC 11.2.

[Bug tree-optimization/100250] [11 Regression] ICE related to -Wmaybe-uninitialized

2021-06-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100250

--- Comment #8 from CVS Commits  ---
The releases/gcc-11 branch has been updated by Martin Sebor
:

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

commit r11-8599-ga52b2f4cae38abecda2a7ad72a47c4e38236870a
Author: Martin Sebor 
Date:   Thu Jun 17 10:20:09 2021 -0600

Backported from trunk:

PR middle-end/100250 - ICE related to -Wmaybe-uninitialized

gcc/ChangeLog:

PR middle-end/100250
* attribs.c (attr_access::array_as_string): Avoid dereferencing
a pointer when it's null.

gcc/testsuite/ChangeLog:

PR middle-end/100250
* gcc.dg/uninit-pr100250.c: New test.

[Bug tree-optimization/100250] [11 Regression] ICE related to -Wmaybe-uninitialized

2021-06-16 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100250

Martin Liška  changed:

   What|Removed |Added

 CC||heinrich.heinzer at gmail dot 
com

--- Comment #7 from Martin Liška  ---
*** Bug 101092 has been marked as a duplicate of this bug. ***

[Bug tree-optimization/100250] [11 Regression] ICE related to -Wmaybe-uninitialized

2021-06-07 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100250

Jakub Jelinek  changed:

   What|Removed |Added

 CC||christian.holme at med dot 
uni-goe
   ||ttingen.de

--- Comment #6 from Jakub Jelinek  ---
*** Bug 100924 has been marked as a duplicate of this bug. ***

[Bug tree-optimization/100250] [11 Regression] ICE related to -Wmaybe-uninitialized

2021-04-28 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100250

Martin Sebor  changed:

   What|Removed |Added

  Known to fail|11.0, 12.0  |11.1.0
  Known to work||12.0
Summary|[11/12 Regression] ICE  |[11 Regression] ICE related
   |related to  |to -Wmaybe-uninitialized
   |-Wmaybe-uninitialized   |

--- Comment #5 from Martin Sebor  ---
Fixed in 12.0 for now.