https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87401

--- Comment #5 from janus at gcc dot gnu.org ---
(In reply to Thomas Koenig from comment #2)
> Quite clear what is going on. The tree dump shows

After r264539, the CLOBBER in the dump is gone again.

However, wouldn't it be possible (desirable?) to keep it, but clobber the value
instead of the pointer (since the intent(out) argument is not a pointer here),
like so:

*o = {CLOBBER};
sub (o);

Reply via email to