https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90264
--- Comment #7 from Jakub Jelinek ---
Either the function guarantees that *seq will be always non-NULL (at least if
the call doesn't return negative), but then there is no point in using out &&
*out, you can as well just use *out, because out wil
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90264
--- Comment #6 from Roman Zhuykov ---
Ok, this seems quite clear from compiler developer point of view.
But I still want to add, that for compiler user, who knows how asprintf
function works, "Line A" version is correct and warning seems unneces
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90264
Jakub Jelinek changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90264
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |9.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90264
Roman Zhuykov changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Last reconfirmed|