[PR87013] check for .loc is_stmt support in the assembler
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 20 Sep 2018 19:34:30 +0000 (19:34 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Thu, 20 Sep 2018 19:34:30 +0000 (19:34 +0000)
commit894f597f8fb8693a5d0f5834e98a8ccebbbb9106
treeaa13ba0a1197e59239ebf0dab931b47a5b780549
parent2eb3745a7bcd7f326b44f784d2f0ca6a2fd4080d
[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.

From-SVN: r264449
gcc/ChangeLog
gcc/config.in
gcc/configure
gcc/configure.ac
gcc/dwarf2out.c