https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86872
H.J. Lu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86872
--- Comment #6 from hjl at gcc dot gnu.org ---
Author: hjl
Date: Fri Aug 24 23:37:53 2018
New Revision: 263845
URL: https://gcc.gnu.org/viewcvs?rev=263845&root=gcc&view=rev
Log:
Set start_location to 0 if we ran out of line map space
With profi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86872
--- Comment #5 from H.J. Lu ---
A patch is posted at
https://gcc.gnu.org/ml/gcc-patches/2018-08/msg00866.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86872
--- Comment #4 from H.J. Lu ---
line-map.c has
linemap_assert (reason != LC_ENTER_MACRO);
line_map_ordinary *map
= linemap_check_ordinary (new_linemap (set, start_location));
map->reason = reason;
We get here with reason != LC_ENTER_MA
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86872
David Malcolm changed:
What|Removed |Added
CC||dmalcolm at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86872
Jan Hubicka changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86872
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|