r239855 - in /trunk/gcc: ChangeLog dwarf2out.c ...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Tue Aug 30 06:46:00 GMT 2016


Author: jakub
Date: Tue Aug 30 06:46:38 2016
New Revision: 239855

URL: https://gcc.gnu.org/viewcvs?rev=239855&root=gcc&view=rev
Log:
	PR debug/77363
	* dwarf2out.c (modified_type_die): Use lookup_type_die (type)
	instead of lookup_type_die (type_main_variant (type)) even for array
	types.

	* g++.dg/debug/dwarf2/pr77363.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/debug/dwarf2/pr77363.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dwarf2out.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list