https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86636
--- Comment #5 from David Malcolm ---
Author: dmalcolm
Date: Fri Jul 27 16:57:01 2018
New Revision: 263031
URL: https://gcc.gnu.org/viewcvs?rev=263031&root=gcc&view=rev
Log:
Fixes to testcase for PR tree-optimization/86636
gcc/testsuite/ChangeL
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86636
David Malcolm changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86636
--- Comment #3 from David Malcolm ---
Author: dmalcolm
Date: Tue Jul 24 16:06:58 2018
New Revision: 262950
URL: https://gcc.gnu.org/viewcvs?rev=262950&root=gcc&view=rev
Log:
Fix segfault in -fsave-optimization-record (PR tree-optimization/86636)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86636
--- Comment #2 from David Malcolm ---
Thanks for filing this.
Segfault happens here in optrecord_json_writer::location_to_json:
206 obj->set ("file", new json::string (LOCATION_FILE (loc)));
due to a NULL value for LOCATION_FILE (loc).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86636
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|