Hello, Richard Guenther <richard.guent...@gmail.com> skribis:
> And since yesterday GCC shows > > t.C:2:10: error: expected ';' after class definition > class a {} > ^ > t.C:6:1: error: expected ';' after struct definition > } > ^ > > as we now enabled -fdiagnostics-show-caret by default. How important is it to have it enabled by default, since editors/IDEs would typically jump right at the source location? Ludo’.