[Bug preprocessor/44652] Column numbers in error messages are wrong

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Sep 2 01:48:10 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44652

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |7.5.0

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
So we don't display the column any more:
In file included from t.c:2:
structdef.h:5:3: error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before
‘unsigned’
    5 |   unsigned int b:5;
      |   ^~~~~~~~


Let me figure out when it happened.


More information about the Gcc-bugs mailing list