Re: [Bug bootstrap/53607] opt-functions.awk --> "awk: There is a regular expression error."
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."
flags) > > + sub ("^\{", "", flags) > > sub("}\\).*", "", flags) > > You need to escape the backslash inside a string. Revised patch attached; awk behavior/o