Re: [Bug bootstrap/53607] opt-functions.awk --> "awk: There is a regular expression error."

2013-01-06 Thread Daniel Richard G.
CC me. I will > apply if approved. > > -- > Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email > ------- You are receiving this mail because: --- > You reported the bug. -- Daniel Richard G. || sk...@isku

Re: [Bug bootstrap/53607] opt-functions.awk --> "awk: There is a regular expression error."

2013-01-06 Thread Daniel Richard G.
flags) > > + sub ("^\{", "", flags) > > sub("}\\).*", "", flags) > > You need to escape the backslash inside a string. Revised patch attached; awk behavior/o