Hi,
the change looks good to me, OK for master.
Regards
Thomas
This arose from work by Sandra on "Unify C and C++ handling of loops and
switches"
Kind regards,
Toon.
Forwarded Message
Subject: [PATCH V2 3/4] Work around bootstrap failure in Fortran front
Switching the C++ front end to lower loops the same was as the C front
end triggered this error when bootstrapping the Fortran front end:
/path/to/gcc/fortran/interface.c:3546:12: error: '*new_arg' may be used
uninitialized [-Werror=maybe-uninitialized]
3546 | new_arg[i]->next = NULL;
|