On 3/3/26 4:48 AM, Thomas Berger wrote:
Am Dienstag, 3. März 2026, 09:05:22 Mitteleuropäische Normalzeit schrieb Jakub
Jelinek:
On Mon, Mar 02, 2026 at 09:38:41PM -0500, Jason Merrill wrote:
Could we use DECL_SOURCE_LOCATION instead?
Would that be reliable?
I dont't think so.
Fair enough.
It seems like we hit a number of issues due to out-of-order streaming of
class members, could we fix that, e.g. by calling decl_container before
start in decl_value?
This patch may still be the right approach for GCC 16, but it would be
nice if we could do better.
Jason