https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92037
Richard Biener changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92037
--- Comment #6 from Jan Hubicka ---
Author: hubicka
Date: Thu Oct 10 13:04:44 2019
New Revision: 276804
URL: https://gcc.gnu.org/viewcvs?rev=276804&root=gcc&view=rev
Log:
PR middle-end/92037
* cgraph.c (symbol_table_test::symbol_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92037
--- Comment #5 from Jan Hubicka ---
It is lifetime dse issue in symbol table construction. I am testing
* cgraph.c (symbol_table_test::symbol_table_test): Use ggc_alloc
rather than ggc_alloc_cleared to alloc symbol table.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92037
--- Comment #4 from Jan Hubicka ---
> Started with Honza's r276469 (git mirror 047f91509cb) but that likely only
> exposed some latent issue. Given where the segfault takes place, perhaps the
> symbol_table needs re-initialization in between dif
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92037
Martin Jambor changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92037
Trass3r changed:
What|Removed |Added
CC||trass3r at gmail dot com
--- Comment #2 from T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92037
--- Comment #1 from Richard Biener ---
Note my stage1 compiler was built with gcc 9.2.1 (r274748) and
STAGE1_CFLAGS=-O2
trying with -O0 stage1 now.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92037
Richard Biener changed:
What|Removed |Added
Keywords||build
Target|