]> git.ipfire.org Git - thirdparty/gcc.git/commit
pretty_printer: unbreak build on aarch64 [PR115465]
authorDavid Malcolm <dmalcolm@redhat.com>
Wed, 12 Jun 2024 18:24:47 +0000 (14:24 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Wed, 12 Jun 2024 18:24:47 +0000 (14:24 -0400)
commite35f4eab68773b08324f9784ca69f8ace3c657cc
tree812042bcb36692a3ff04afb29136cc5dfe569368
parent439c0cc9f7f6e83b898cabbd2e34f98484b432d3
pretty_printer: unbreak build on aarch64 [PR115465]

I missed this target-specific usage of pretty_printer::buffer when
making the fields private in r15-1209-gc5e3be456888aa; sorry.

gcc/ChangeLog:
PR bootstrap/115465
* config/aarch64/aarch64-early-ra.cc (early_ra::process_block):
Update for fields of pretty_printer becoming private in
r15-1209-gc5e3be456888aa.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
gcc/config/aarch64/aarch64-early-ra.cc