https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19541
RGomes <Robert.Gomes at igt dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Robert.Gomes at igt dot com --- Comment #25 from RGomes <Robert.Gomes at igt dot com> --- I also vote for preserving the -I- original behavior, i.e. simply get rid of the deprecation message from the precompiler. We also have situations where code is pulled in from other directories and vpath is in play, and these sort of use cases rely on the behavior provided by -I-, despite the original motivation behind wanting to deprecate it. Thanks.