From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 037253882047; Wed, 12 Jun 2024 16:48:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 037253882047 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718210898; bh=dfWsEwSLgUOZ0IKjPQXvGHwFE1FGbX+xsisInUgatDo=; h=From:To:Subject:Date:From; b=uztydtyxz1vpSOuSs7Do4Y/Mz/epwBC/LSXgOkpIvtnyrdsIRVDz0kANpHwgZOqQq EX5fIuo86WYo4GqAKdvY80u7DZKV5ImkkzTEh4qsRnSSV187Doueel/YueaqLPH3Jl Fq/Kik0tD+3h4BPzHaWXeRIOGPRW8JnhH97vItKU= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyBib290c3RyYXAvMTE1NDY1XSBOZXc6IFsxNSBSZWdyZXNz?= =?UTF-8?B?aW9uXSBhYXJjaDY0LWVhcmx5LXJhLmNjOjM0NDk6MjM6IGVycm9yOiDigJhj?= =?UTF-8?B?bGFzcyBwcmV0dHlfcHJpbnRlcuKAmSBoYXMgbm8gbWVtYmVyIG5hbWVkIA==?= =?UTF-8?B?4oCYYnVmZmVy4oCZ?= Date: Wed, 12 Jun 2024 16:48:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dmalcolm at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone cf_gcctarget Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D115465 Bug ID: 115465 Summary: [15 Regression] aarch64-early-ra.cc:3449:23: error: =E2=80=98class pretty_printer=E2=80=99 has no member na= med =E2=80=98buffer=E2=80=99 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: dmalcolm at gcc dot gnu.org Target Milestone: --- Target: aarch64-*-* Looks like I broke the build on aarch64 with r15-1209-gc5e3be456888aa. https://builder.sourceware.org/buildbot/#/builders/266/builds/3613 ../../gcc/gcc/config/aarch64/aarch64-early-ra.cc: In member function =E2=80= =98void {anonymous}::early_ra::process_block(basic_block, bool)=E2=80=99: ../../gcc/gcc/config/aarch64/aarch64-early-ra.cc:3449:23: error: =E2=80=98c= lass pretty_printer=E2=80=99 has no member named =E2=80=98buffer=E2=80=99; did y= ou mean =E2=80=98output_buffer* pretty_printer::m_buffer=E2=80=99? (not accessible from this context) 3449 | rtl_slim_pp.buffer->stream =3D dump_file; | ^~~~~~ In file included from ../../gcc/gcc/rtl-ssa.h:39, from ../../gcc/gcc/config/aarch64/aarch64-early-ra.cc:49: ../../gcc/gcc/pretty-print.h:327:18: note: declared private here 327 | output_buffer *m_buffer; Sorry; am working on a fix.=