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/69650] [6 Regression] ICE in linemap_line_start, at libcpp/line-map.c:803


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

--- Comment #13 from Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> ---
(In reply to Richard Biener from comment #10)
> Not sure who's familiar with the C/C++ FE interfacing to libcpp and if
> those "bogus" locations should simply never be assigned to input_location...

As long as we keep mucking up input_location to hack passing around the proper
locations, we will keep having surprises like this caused by unrelated changes
elsewhere.

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