]> git.ipfire.org Git - thirdparty/gcc.git/commit
libcc1: fix <vector> include
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 16 Mar 2024 08:50:00 +0000 (09:50 +0100)
committerIain Sandoe <iains@gcc.gnu.org>
Sat, 29 Jun 2024 10:15:17 +0000 (11:15 +0100)
commit378f50f4c32af5111893989bfc5a191d3aa27bb7
tree3f543d8a1213451814086540e068638e08fe9c7a
parent5a419c22e67b30bfa10a59351c64663396a4c8f2
libcc1: fix <vector> include

Use INCLUDE_VECTOR before including system.h, instead of directly
including <vector>, to avoid running into poisoned identifiers.

Signed-off-by: Dimitry Andric <dimitry@andric.com>
libcc1/ChangeLog:

PR middle-end/111632
* libcc1plugin.cc: Fix include.
* libcp1plugin.cc: Fix include.

(cherry picked from commit 5213047b1d50af63dfabb5e5649821a6cb157e33)
libcc1/libcc1plugin.cc
libcc1/libcp1plugin.cc