This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/65637] expand_omp_for_static_chunk ssa-handling code is untested


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

--- Comment #7 from vries at gcc dot gnu.org ---
Author: vries
Date: Mon May 18 13:22:15 2015
New Revision: 223290

URL: https://gcc.gnu.org/viewcvs?rev=223290&root=gcc&view=rev
Log:
Fix gcc_assert in expand_omp_for_static_chunk

2015-05-18  Tom de Vries  <tom@codesourcery.com>

        PR tree-optimization/65637
        * omp-low.c (expand_omp_for_static_chunk): Fix gcc_assert for the case
        that head is NULL.

Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog
    branches/gomp-4_0-branch/gcc/omp-low.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]