re PR c++/79821 (SEGV in cc1plus compiling 64-bit stdc++.h.gch/O2g.gch)
commitedca997e57edcca3a671d645aedf06680342b8fd
authorJakub Jelinek <jakub@redhat.com>
Mon, 6 Mar 2017 22:51:23 +0000 (6 23:51 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 6 Mar 2017 22:51:23 +0000 (6 23:51 +0100)
tree90c13e448cfb7a5fcd3e6c6f4f33646a7b3603c2
parent5935a7c495162f3d03c13336492f2cc434339074
re PR c++/79821 (SEGV in cc1plus compiling 64-bit stdc++.h.gch/O2g.gch)

PR c++/79821
* dwarf2out.h (dw_vec_const): Change array type from unsigned char *
to void * for PCH reasons.
* dwarf2out.c (output_loc_operands, output_die): Cast
v.val_vec.array to unsigned char *.

From-SVN: r245932
gcc/ChangeLog
gcc/dwarf2out.c
gcc/dwarf2out.h