[Bug bootstrap/107739] --enable-languages= duplicates yield odd error

2022-11-17 Thread schwab--- via Gcc-bugs
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'`

[Bug bootstrap/107739] --enable-languages= duplicates yield odd error

2022-11-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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 "$

[Bug bootstrap/107739] --enable-languages= duplicates yield odd error

2022-11-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107739 Andrew Pinski changed: What|Removed |Added Keywords||build, diagnostic Status|UN

[Bug bootstrap/107739] --enable-languages= duplicates yield odd error

2022-11-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107739 --- Comment #1 from Andrew Pinski --- I thought this was fixed at one point.