https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70038
--- Comment #4 from Andrew Pinski ---
(In reply to kenlon from comment #2)
> call to stat with a null argument is not the matter,it will return -1,that
> is ok.
> the matter code is:
> (prevlinkname ? "TRUE":"NULL");
>
> if (prevlinkname) {
> ..
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70038
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70038
kenlon <366899789 at qq dot com> changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70038
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---