[Bug middle-end/31279] Uninitialized warning for call-by-reference arguments with known intent(in)

2020-05-19 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31279 Martin Sebor changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug middle-end/31279] Uninitialized warning for call-by-reference arguments with known intent(in)

2019-11-22 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31279 Bug 31279 depends on bug 83859, which changed state. Bug 83859 Summary: Please add new attribute which will establish relation between parameters for buffer and its size https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83859 What

[Bug middle-end/31279] Uninitialized warning for call-by-reference arguments with known intent(in)

2019-09-29 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31279 --- Comment #5 from Martin Sebor --- The C family patch: https://gcc.gnu.org/ml/gcc-patches/2019-09/msg01690.html

[Bug middle-end/31279] Uninitialized warning for call-by-reference arguments with known intent(in)

2019-02-24 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31279 Martin Sebor changed: What|Removed |Added Last reconfirmed|2012-02-02 00:00:00 |2019-2-24 CC|

[Bug middle-end/31279] Uninitialized warning for call-by-reference arguments with known intent(in)

2017-03-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31279 --- Comment #3 from Richard Biener --- Several(?) C duplicates exist which implicitely suggest a similar attribute. void bar (int *); void foo () { int i; bar (); } if we can annotate the first arg of 'bar' as "intent in" (aka, should be

[Bug middle-end/31279] Uninitialized warning for call-by-reference arguments with known intent(in)

2013-08-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31279 Bug 31279 depends on bug 31094, which changed state. Bug 31094 Summary: Support annotating function parameters as read-only and/or non-escaping http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31094 What|Removed

[Bug middle-end/31279] Uninitialized warning for call-by-reference arguments with known intent(in)

2013-06-25 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31279 --- Comment #2 from Dominique d'Humieres dominiq at lps dot ens.fr --- Still no warning at revision 200371.

[Bug middle-end/31279] Uninitialized warning for call-by-reference arguments with known intent(in)

2012-02-02 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31279 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug middle-end/31279] Uninitialized warning for call-by-reference arguments with known intent(in)

2007-03-20 Thread burnus at gcc dot gnu dot org
-- burnus at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31279