[Bug middle-end/81889] [7 Regression] bogus warnings with -Wmaybe-uninitialized -O3

2022-02-23 Thread jasonadamses at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81889

Jason Adams  changed:

   What|Removed |Added

 CC||jasonadamses at protonmail dot 
com

--- Comment #16 from Jason Adams  ---
Thanks, it was useful for my project best antivirus apps for android:
https://celltrackingapps.com/best-antivirus-for-ios/

[Bug middle-end/81889] [7 Regression] bogus warnings with -Wmaybe-uninitialized -O3

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81889

Richard Biener  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
   Target Milestone|7.5 |8.0
  Known to fail||7.5.0

--- Comment #15 from Richard Biener  ---
Fixed.

[Bug middle-end/81889] [7 Regression] bogus warnings with -Wmaybe-uninitialized -O3

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81889

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|7.4 |7.5

[Bug middle-end/81889] [7 Regression] bogus warnings with -Wmaybe-uninitialized -O3

2018-01-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81889

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|7.3 |7.4

--- Comment #14 from Richard Biener  ---
GCC 7.3 is being released, adjusting target milestone.

[Bug middle-end/81889] [7 Regression] bogus warnings with -Wmaybe-uninitialized -O3

2018-01-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81889

--- Comment #13 from Richard Biener  ---
Backport FAILs gcc.dg/tree-ssa/pr61743-2.c.

[Bug middle-end/81889] [7 Regression] bogus warnings with -Wmaybe-uninitialized -O3

2017-12-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81889

Richard Biener  changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #12 from Richard Biener  ---
But maybe also pretty dangerous ;)

[Bug middle-end/81889] [7 Regression] bogus warnings with -Wmaybe-uninitialized -O3

2017-12-12 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81889

--- Comment #11 from janus at gcc dot gnu.org ---
(In reply to Richard Biener from comment #10)
> Fixed on trunk sofar

Works great here (without any side effects, apparently). Thanks for fixing!


> not sure if this particular fix should be backported though...

Why not? Looks pretty simple ...

[Bug middle-end/81889] [7 Regression] bogus warnings with -Wmaybe-uninitialized -O3

2017-12-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81889

Richard Biener  changed:

   What|Removed |Added

  Known to work||8.0
Summary|[7/8 Regression] bogus  |[7 Regression] bogus
   |warnings with   |warnings with
   |-Wmaybe-uninitialized -O3   |-Wmaybe-uninitialized -O3

--- Comment #10 from Richard Biener  ---
Fixed on trunk sofar not sure if this particular fix should be backported
though...

[Bug middle-end/81889] [7 Regression] bogus warnings with -Wmaybe-uninitialized -O3

2017-08-18 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81889

janus at gcc dot gnu.org changed:

   What|Removed |Added

   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=67679

--- Comment #1 from janus at gcc dot gnu.org ---
This may be related to other -Wmaybe-uninitialized regressions like PR 67679.