https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88723
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Mon Jan 7 09:51:46 2019 New Revision: 267638 URL: https://gcc.gnu.org/viewcvs?rev=267638&root=gcc&view=rev Log: PR debug/88723 * dwarf2out.c (const_ok_for_output_1): Remove redundant call to const_not_ok_for_debug_p target hook. (mem_loc_descriptor) <case UNSPEC>: Only call const_ok_for_output_1 on UNSPEC and subexpressions thereof if all subexpressions of the UNSPEC are CONSTANT_P. Modified: trunk/gcc/ChangeLog trunk/gcc/dwarf2out.c