Re: [PATCH] debug/100530 - Revert QUAL_ADDR_SPACE handling from dwarf2out.cc

2025-01-31 Thread Jakub Jelinek
On Fri, Jan 31, 2025 at 09:07:52AM +0100, Richard Biener wrote: > The bug clearly shows that r8-4385-ga297ccb52e0c89 was wrong in > enabling handling of address-space qualification as DWARF type > qualifiers as the code isn't prepared to it actually be not handled > and ends up changing a lesser qu

[PATCH] debug/100530 - Revert QUAL_ADDR_SPACE handling from dwarf2out.cc

2025-01-31 Thread Richard Biener
The bug clearly shows that r8-4385-ga297ccb52e0c89 was wrong in enabling handling of address-space qualification as DWARF type qualifiers as the code isn't prepared to it actually be not handled and ends up changing a lesser qualified (without address-space) type DIE in ways tripping asserts. The