This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/14522] [3.5 Regression] Bad sed command in the configure script


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]