On Mon, Nov 18, 2013 at 9:23 AM, Chandler Carruth <chandlerc at google.com> wrote: > > On Mon, Nov 18, 2013 at 12:20 AM, Manuel Klimek <klimek at google.com> wrote: >> >> Wouldn't the right fix have been to s/"/'/g? > > Yes. Actually no; it was comparing against "-c", not "c": assert(*(End - 1) == "-c"); FWIW, - Kim