http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58006

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Sun Aug 18 15:23:24 2013
New Revision: 201827

URL: http://gcc.gnu.org/viewcvs?rev=201827&root=gcc&view=rev
Log:
    PR tree-optimization/58006
    * tree-parloops.c (take_address_of): Don't ICE if get_name
    returns NULL.
    (eliminate_local_variables_stmt): Remove clobber stmts.

    * g++.dg/opt/pr58006.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/opt/pr58006.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-parloops.c

Author: jakub
Date: Sun Aug 18 15:24:12 2013
New Revision: 201828

URL: http://gcc.gnu.org/viewcvs?rev=201828&root=gcc&view=rev
Log:
    PR tree-optimization/58006
    * tree-parloops.c (take_address_of): Don't ICE if get_name
    returns NULL.
    (eliminate_local_variables_stmt): Remove clobber stmts.

    * g++.dg/opt/pr58006.C: New test.

Added:
    branches/gcc-4_8-branch/gcc/testsuite/g++.dg/opt/pr58006.C
Modified:
    branches/gcc-4_8-branch/gcc/ChangeLog
    branches/gcc-4_8-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_8-branch/gcc/tree-parloops.c

Reply via email to