https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57195
--- Comment #5 from Michael Collison <michael.collison at linaro dot org> --- On 08/23/2015 04:50 AM, segher at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57195 > > --- Comment #4 from Segher Boessenkool <segher at gcc dot gnu.org> --- > Hello Michael, Hi Segher, > > Patches should be sent to gcc-patches@. I did send the patch upstream: https://gcc.gnu.org/ml/gcc-patches/2015-08/msg01366.html > > If you do, either make in_angle_bracket a bool, or actually count > the nesting level; and you probably want to handle the case where > there are more closing than opening brackets. > > And one of your lines is much too long ;-) Okay thanks. I'll address that once I get feedback on the other parts of the patch >