From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 463A13858D3C; Thu, 9 Nov 2023 08:53:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 463A13858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1699520025; bh=Yl6HSXw5EulX2pdi092IGH3PvMrj9d+W6dtSh5CKITE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lZerCcez1SlM2omJd7iRQzWKQhMSGkbiQHhasI8xo5LaBxBElmXHCYVMBiAunGPYD Wu83Wb4p/y97/k8pFNd4Kw9ueA+azZiemkeK58TI+AjobCDmIXuFmIHcmhtZ+nSRsg x3jR2LciqEh6Zf6yiaEnZvNVZPSIkMavJAy8MNVA= From: "paolo.pisati at canonical dot com" To: libabigail@sourceware.org Subject: [Bug default/31045] assert violation while setting translation unit for unique types Date: Thu, 09 Nov 2023 08:53:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: libabigail X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: paolo.pisati at canonical dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dodji at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31045 --- Comment #3 from Paolo Pisati --- fresh checkout of your PR31045, doesn't build: $ autoreconf -i ... $ mkdir build $ cd build $ ../configure ... $ make make --no-print-directory all-recursive Making all in include make[2]: Nothing to be done for 'all'. Making all in src CXX abg-traverse.lo CXX abg-ir.lo ../../src/abg-ir.cc: In function =E2=80=98void abigail::ir::maybe_set_translation_unit(const decl_base_sptr&, translation_unit*)=E2=80=99: ../../src/abg-ir.cc:8002:5: error: =E2=80=98member=E2=80=99 was not declare= d in this scope 8002 | member->set_translation_unit(tu); | ^~~~~~ ... --=20 You are receiving this mail because: You are on the CC list for the bug.=