https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19430
Richard Biener changed:
What|Removed |Added
CC||dominiq at lps dot ens.fr
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19430
Richard Biener changed:
What|Removed |Added
Last reconfirmed|2005-05-03 18:04:44 |2022-8-29
--- Comment #37 from Richard
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19430
Martin Sebor changed:
What|Removed |Added
CC||scott.d.phillips at intel dot
com
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19430
Martin Sebor changed:
What|Removed |Added
CC||msebor at gcc dot gnu.org
--- Comment #35
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19430
Manuel López-Ibáñez changed:
What|Removed |Added
CC||jimfr06 at gmail dot com
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19430
Manuel López-Ibáñez changed:
What|Removed |Added
CC||arnd at linaro dot org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19430
--- Comment #32 from Manuel López-Ibáñez ---
(In reply to Vincent Lefèvre from comment #31)
> In any case, no warnings are generated. So, the problem here is not related
> to whether the address of j is taken, but to something else.
With a const
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19430
--- Comment #31 from Vincent Lefèvre ---
There's something I don't understand: Whether -Wuninitialized or
-Wmaybe-uninitialized is used, I don't see any difference in the behavior of
GCC between
[...]
if (bar (i)) {
baz (&j);
}
[...]
an
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19430
--- Comment #30 from Manuel López-Ibáñez ---
(In reply to Richard Biener from comment #29)
> What remains seems to be complaining that
>
> int i;
> foo (&i);
>
> doesn't warn. And we have another bug that
>
> int i;
> foo (&i);
> ..
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19430
--- Comment #29 from Richard Biener ---
What remains seems to be complaining that
int i;
foo (&i);
doesn't warn. And we have another bug that
int i;
foo (&i);
... = i;
doesn't warn for the read from i.
I think both of these need a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19430
Manuel López-Ibáñez changed:
What|Removed |Added
CC||tisaac at ices dot utexas.edu
---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19430
--- Comment #27 from Manuel López-Ibáñez ---
(In reply to Vincent Lefèvre from comment #26)
> (In reply to Manuel López-Ibáñez from comment #25)
> > I don't see any reason for -Wuninitialized to not enable
> > -Wmaybe-uninitialized.
>
> I can see
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19430
--- Comment #26 from Vincent Lefèvre ---
(In reply to Manuel López-Ibáñez from comment #25)
> I don't see any reason for -Wuninitialized to not enable
> -Wmaybe-uninitialized.
I can see 3 kinds of use:
1. Users who are interested in neither: the
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19430
--- Comment #25 from Manuel López-Ibáñez ---
(In reply to Vincent Lefèvre from comment #23)
> BTW, I suppose that in this test, -Wuninitialized should be changed to
> "-Wuninitialized -Wmaybe-uninitialized" in case it is decided later that
> -Wuni
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19430
Richard Biener changed:
What|Removed |Added
Summary|V_MAY_DEF (taking address |taking address of a var
15 matches
Mail list logo