This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/66415] [6 Regression] ice in location_column_from_byte_offset
- From: "manu at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 04 Jun 2015 09:15:44 +0000
- Subject: [Bug c/66415] [6 Regression] ice in location_column_from_byte_offset
- Auto-submitted: auto-generated
- References: <bug-66415-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66415
--- Comment #4 from Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> ---
(In reply to Marek Polacek from comment #2)
> Manuel, does that look fine to you?
I wonder why line is NULL, but even if it can only happen due to bugs in other
parts of the compiler, we should not ICE here. Thus, your patch is the right
thing to do in my opinion.