]> git.ipfire.org Git - thirdparty/gcc.git/commit
Correct fix offload dwarf info
authorAndrew Stubbs <ams@codesourcery.com>
Sat, 16 Jan 2021 15:18:07 +0000 (15:18 +0000)
committerAndrew Stubbs <ams@codesourcery.com>
Sat, 16 Jan 2021 15:37:01 +0000 (15:37 +0000)
commit808bdf1bb291f34943d330ebed53d5fba99e3fda
tree874ff1fc642d561e70fdaad54e2944923b0a37fa
parent5dac172b8016998123a4302041361e6f4aed6731
Correct fix offload dwarf info

The previous patch wasn't quite right, apparently.  Somehow the behaviour
changed after another clean build?  This tweak fixes it.

This patch should be squashed with fdcb23540a2 to go to mainline.

gcc/ChangeLog:

* dwarf2out.c (gen_subprogram_die): Check offload attributes only.
gcc/dwarf2out.c