https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111632
--- Comment #36 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-11 branch has been updated by Iain D Sandoe <ia...@gcc.gnu.org>: https://gcc.gnu.org/g:378f50f4c32af5111893989bfc5a191d3aa27bb7 commit r11-11550-g378f50f4c32af5111893989bfc5a191d3aa27bb7 Author: Francois-Xavier Coudert <fxcoud...@gcc.gnu.org> Date: Sat Mar 16 09:50:00 2024 +0100 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 <dimi...@andric.com> libcc1/ChangeLog: PR middle-end/111632 * libcc1plugin.cc: Fix include. * libcp1plugin.cc: Fix include. (cherry picked from commit 5213047b1d50af63dfabb5e5649821a6cb157e33)