[Bug preprocessor/118700] Include resolution changes when using -isystem and some headers are symlinks between directories where one is a prefix of the other

2025-02-03 Thread christian.menard at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118700 --- Comment #6 from Christian Menard --- Thanks. At least -fno-canonical-system-headers serves as a workaround. To me, it does not seem like the reported behavior is by design. The discussion in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6191

[Bug preprocessor/118700] Include resolution changes when using -isystem and some headers are symlinks between directories where one is a prefix of the other

2025-01-30 Thread christian.menard at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118700 Christian Menard changed: What|Removed |Added CC||christian.menard at gmx dot de --- C

[Bug preprocessor/118700] Include resolution changes when using -isystem and some headers are symlinks between directories where one is a prefix of the other

2025-01-30 Thread christian.menard at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118700 --- Comment #1 from Christian Menard --- Created attachment 60330 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60330&action=edit Minimal example to reproduce

[Bug preprocessor/118700] New: Include resolution changes when using -isystem and some headers are symlinks between directories where one is a prefix of the other

2025-01-30 Thread christian.menard at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118700 Bug ID: 118700 Summary: Include resolution changes when using -isystem and some headers are symlinks between directories where one is a prefix of the other Product: gcc