https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59051
Mark Wielaard <mark at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Mark Wielaard <mark at gcc dot gnu.org> --- (In reply to Eric Gallager from comment #3) > (In reply to Mark Wielaard from comment #2) > > Author: mark > > Date: Tue Aug 19 11:50:55 2014 > > New Revision: 214143 > > > > URL: https://gcc.gnu.org/viewcvs?rev=214143&root=gcc&view=rev > > Log: > > Emit DW_tag_restrict_type for restrict-qualified pointers. > > > > gcc/ChangeLog > > > > PR debug/59051 > > * dwarf2out.c (modified_type_die): Handle TYPE_QUAL_RESTRICT. > > > > gcc/testsuite/ChangeLog > > > > PR debug/59051 > > * gcc.dg/guality/restrict.c: New test. > > Did this fix this? Yes, it did indeed.