[PR87013] check for .loc is_stmt support in the assembler
commitb2bf47a641afe45b7788f8c7886596f5fbe13b3c
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Sep 2018 19:34:30 +0000 (20 19:34 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Sep 2018 19:34:30 +0000 (20 19:34 +0000)
treeaa13ba0a1197e59239ebf0dab931b47a5b780549
parentea9e8242da40af6db553c7e98fb1fcc185d09e69
[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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264449 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config.in
gcc/configure
gcc/configure.ac
gcc/dwarf2out.c