This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug preprocessor/69177] [6 Regression] Bit-packing optimization makes it too easy to have location_t >= LINE_MAP_MAX_LOCATION_WITH_COLS


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69177

--- Comment #6 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
FWIW, we're hitting the current limit ourselves (with gimple-match.c) when we
didn't before, and I've seen two reports from other codebases that are reaching
the current limit: PR 68819 (unknown C++ codebase), and PR 69237 (Chromium).

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]