[Bug tree-optimization/86636] [9 Regression] ICE in json::string::string

2018-07-27 Thread dmalcolm at gcc dot gnu.org
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

[Bug tree-optimization/86636] [9 Regression] ICE in json::string::string

2018-07-24 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86636 David Malcolm changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/86636] [9 Regression] ICE in json::string::string

2018-07-24 Thread dmalcolm at gcc dot gnu.org
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)

[Bug tree-optimization/86636] [9 Regression] ICE in json::string::string

2018-07-23 Thread dmalcolm at gcc dot gnu.org
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).

[Bug tree-optimization/86636] [9 Regression] ICE in json::string::string

2018-07-23 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86636 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|