This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Avoid emitting "sizetype" type names into .debug_info (PR debug/80263)


On 04/03/2017 12:11 PM, Pedro Alves wrote:
> Hi Jakub,
> 
> On 04/01/2017 01:27 PM, Jakub Jelinek wrote:
> 
>> 2017-04-01  Jakub Jelinek  <jakub@redhat.com>
>>
>> 	PR debug/80263
>> 	* dwarf2out.c (modified_type_die): Try harder not to emit internal
>> 	sizetype type into debug info.
>>
>> 	* gcc.dg/debug/dwarf2/pr80263.c: New test.
> 
> Thanks much for the fix.
> 
> I've run gdb's testsuite against GCC trunk with this patch,
> and found no regressions.

Oh, and I forgot to mention for the archives that I had
confirmed that the testcase at:

 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80263#c1

starts working correctly with this patch too.

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]