https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58315
Christopher Torres <redflames1003 at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |redflames1003 at gmail dot com
--- Comment #29 from Christopher Torres <redflames1003 at gmail dot com> ---
(In reply to Jason Merrill from comment #28)
> Author: jason
> Date: Wed Feb 25 15:49:34 2015
> New Revision: 220974
>
> URL: https://gcc.gnu.org/viewcvs?rev=220974&root=gcc&view=rev
> Log:
> PR debug/58315
> * decl.c (start_preparsed_function): Use create_artificial_label
> for cdtor_label.
>
> Added:
> trunk/gcc/testsuite/g++.dg/tree-ssa/deleted-label1.C
> Modified:
> trunk/gcc/cp/ChangeLog
> trunk/gcc/cp/decl.c
I also am looking for a fix for this issue. Compile times are at least x2
longer then before when I updated from an older version (from 30-40 minutes to
over 1 1/2 hours).
Is there any status updates on this issue? Does this effectively do what
Alexandre Oliva's patch does?