[Bug bootstrap/14522] [3.5 Regression] Bad sed command in the configure script
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Mar 11 07:17:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-11 07:17 -------
Confirmed by this little script:
echo ",c,c++,ada," | sed -e s/,all,/,/ -e s/,c,/,/| sed -e s/^,// -e s/,$//
The problem is that $ is not marked off right.
I will apply a fix for this.
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |pinskia at gcc dot gnu dot
|dot org |org
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-03-11 07:17:52
date| |
Summary|Bad sed command in the |[3.5 Regression] Bad sed
|configure script |command in the configure
| |script
Target Milestone|--- |3.5.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14522
More information about the Gcc-bugs
mailing list