diff options
author | Richard Sandiford <richard.sandiford@arm.com> | 2024-07-25 13:25:32 +0100 |
---|---|---|
committer | Richard Sandiford <richard.sandiford@arm.com> | 2024-07-25 13:25:32 +0100 |
commit | d6849aa926665cbee8bf87822401ca44f881753f (patch) | |
tree | 2d75200a258acd73aa879ae8fa0d838770da489e /include/gdb | |
parent | 634eae5ec3f3af2c4f6221d3ed2cf78d7f5c47f0 (diff) | |
download | gcc-d6849aa926665cbee8bf87822401ca44f881753f.zip gcc-d6849aa926665cbee8bf87822401ca44f881753f.tar.gz gcc-d6849aa926665cbee8bf87822401ca44f881753f.tar.bz2 |
rtl-ssa: Define INCLUDE_ARRAY
g:72fbd3b2b2a497dbbe6599239bd61c5624203ed0 added a use of std::array
without explicitly forcing <array> to be included. That didn't cause
problems in my local builds but understandably did for some people.
gcc/
* doc/rtl.texi: Document the need to define INCLUDE_ARRAY before
including rtl-ssa.h.
* rtl-ssa.h: Likewise (in comment).
* config/aarch64/aarch64-cc-fusion.cc: Add INCLUDE_ARRAY.
* config/aarch64/aarch64-early-ra.cc: Likewise.
* config/riscv/riscv-avlprop.cc: Likewise.
* config/riscv/riscv-vsetvl.cc: Likewise.
* fwprop.cc: Likewise.
* late-combine.cc: Likewise.
* pair-fusion.cc: Likewise.
* rtl-ssa/accesses.cc: Likewise.
* rtl-ssa/blocks.cc: Likewise.
* rtl-ssa/changes.cc: Likewise.
* rtl-ssa/functions.cc: Likewise.
* rtl-ssa/insns.cc: Likewise.
* rtl-ssa/movement.cc: Likewise.
Diffstat (limited to 'include/gdb')
0 files changed, 0 insertions, 0 deletions