[Bug bootstrap/87013] Error: junk at end of line, first unrecognized character is `i'
aoliva at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Sep 20 19:35:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87013
--- Comment #9 from Alexandre Oliva <aoliva at gcc dot gnu.org> ---
Author: aoliva
Date: Thu Sep 20 19:34:30 2018
New Revision: 264449
URL: https://gcc.gnu.org/viewcvs?rev=264449&root=gcc&view=rev
Log:
[PR87013] check for .loc is_stmt support in the assembler
Back when we had the logic to output is_stmt but never exercised it,
it didn't matter that we didn't test for assembler support for it.
But there are still assemblers out there that do not support it, so
now that we enable the formerly latent is_stmt logic, we'd better make
sure the assembler can deal with it.
for gcc/ChangeLog
PR bootstrap/87013
* configure.ac: Check for .loc is_stmt support.
* configure, config.in: Rebuilt.
* dwarf2out.c (dwarf2out_source_line): Skip is_stmt
if not supported.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config.in
trunk/gcc/configure
trunk/gcc/configure.ac
trunk/gcc/dwarf2out.c
More information about the Gcc-bugs
mailing list