https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64447
H.J. Lu changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64447
H.J. Lu changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64447
Markus Trippelsdorf changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64447
--- Comment #4 from Jan Hubicka ---
Hi,
the problem is that estimate_function_body_sizes frees ipa_free_all_node_params
when called late via add_new_function.
the following patch should fix it.
Honza
Index: ipa-inline-analysis.c
===
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64447
John David Anglin changed:
What|Removed |Added
CC||danglin at gcc dot gnu.org
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64447
--- Comment #2 from David Edelsohn ---
Analyzing compilation unit
Performing interprocedural optimizations
<*free_lang_data>
/home/dje/src/src/libstdc++-v3/src/c++98/bitmap_allocator.cc: At global scope:
/home/dje/src/src/libstdc++-v
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64447
David Edelsohn changed:
What|Removed |Added
Priority|P3 |P1
Status|UNCONFIRMED