On Tue, Jan 29, 2019 at 07:07:02AM -0500, Siteshwar Vashisht wrote: > > > ----- Original Message ----- > > From: "Jakub Jelinek" <jakub@xxxxxxxxxx> > > To: "Development discussions related to Fedora" <devel@xxxxxxxxxxxxxxxxxxxxxxx> > > Sent: Monday, January 21, 2019 10:51:32 PM > > Subject: Re: [Late] F30 System-Wide Change proposal: GCC9 > > > > The release notes are WIP, more will come when it is written, many new > > features > > are just not described there yet. > > One of my packages broke because gcc now prints line numbers with error messages. Just in case anyone else is facing similar issue. '-fno-diagnostics-show-caret' By default, each diagnostic emitted includes the original source line and a caret '^' indicating the column. This option suppresses this information. The source line is truncated to N characters, if the '-fmessage-length=n' option is given. When the output is done to the terminal, the width is limited to the width given by the 'COLUMNS' environment variable or, if not set, to the terminal width. '-fno-diagnostics-show-labels' By default, when printing source code (via '-fdiagnostics-show-caret'), diagnostics can label ranges of source code with pertinent information, such as the types of expressions: printf ("foo %s bar", long_i + long_j); ~^ ~~~~~~~~~~~~~~~ | | char * long int This option suppresses the printing of these labels (in the example above, the vertical bars and the "char *" and "long int" text). '-fno-diagnostics-show-line-numbers' By default, when printing source code (via '-fdiagnostics-show-caret'), a left margin is printed, showing line numbers. This option suppresses this left margin. Jakub _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx