https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65509

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |jason at gcc dot gnu.org

--- Comment #11 from Jason Merrill <jason at gcc dot gnu.org> ---
OK, the issue seems to be that make_rtl_for_nonlocal_decl in the front end is
trying to defer calling rest_of_decl_compilation for static constant variables.
 Now that we have cgraph, the front end shouldn't be trying to play these types
of games.

Reply via email to