https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107739
--- Comment #4 from Andreas Schwab ---
missing_languages=`echo "$missing_languages" |
sed -e ':loop' -e "s/,$language,/,/" -e 't loop'`
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107739
--- Comment #3 from Andrew Pinski ---
So there are two issues but I don't know how to solve the second part of the
issue.
The first issue is there is a missing g for the flags of the s command of the
sed command here:
missing_languages=`echo "$
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107739
Andrew Pinski changed:
What|Removed |Added
Keywords||build, diagnostic
Status|UN
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107739
--- Comment #1 from Andrew Pinski ---
I thought this was fixed at one point.