[Bug target/82961] [6/7 Regression] ICE in dwarf2out.c: deferred_asm_name != NULL

2018-10-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82961

Jakub Jelinek  changed:

   What|Removed |Added

   Target Milestone|6.5 |7.4

--- Comment #12 from Jakub Jelinek  ---
GCC 6 branch is being closed

[Bug target/82961] [6/7 Regression] ICE in dwarf2out.c: deferred_asm_name != NULL

2017-12-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82961

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|--- |6.5

[Bug target/82961] [6/7 Regression] ICE in dwarf2out.c: deferred_asm_name != NULL

2017-11-19 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82961

--- Comment #11 from Tom de Vries  ---
Created attachment 42651
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42651=edit
backport to 6 branch

The patch committed to trunk applies cleanly to gcc-7-branch, but not the
gcc-6-branch. This version of the patch applies to the gcc-6-branch.

Given the lack of build and test, I'm not committing these backports, but I'm
waiting for a go ahead from the vms maintainers (ideally with a confirmation of
build & test) or branch maintainers.

[Bug target/82961] [6/7 Regression] ICE in dwarf2out.c: deferred_asm_name != NULL

2017-11-18 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82961

--- Comment #10 from Tom de Vries  ---
https://gcc.gnu.org/ml/gcc-patches/2017-11/msg01649.html

[Bug target/82961] [6/7 Regression] ICE in dwarf2out.c: deferred_asm_name != NULL

2017-11-18 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82961

--- Comment #9 from Tom de Vries  ---
Author: vries
Date: Sat Nov 18 23:30:50 2017
New Revision: 254920

URL: https://gcc.gnu.org/viewcvs?rev=254920=gcc=rev
Log:
[vms] Add missing vmsdbgout_early_finish

2017-11-19  Tom de Vries  

PR target/82961
* vmsdbgout.c (vmsdbgout_early_finish): New function.
(vmsdbg_debug_hooks): Set early_finish field to vmsdbgout_early_finish.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/vmsdbgout.c