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 middle-end/25989] gomp ICE with -O2 and schedule(guided)



------- Comment #8 from jakub at gcc dot gnu dot org  2006-04-26 08:21 -------
Subject: Bug 25989

Author: jakub
Date: Wed Apr 26 08:20:57 2006
New Revision: 113268

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113268
Log:
        PR middle-end/25989
        * tree-flow.h (struct omp_region): Add sched_kind.
        * omp-low.c (expand_parallel_call): Use region->inner->sched_kind
        instead of extracting omp for data.
        (expand_omp_for): Save extracted sched_kind.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/omp-low.c
    trunk/gcc/tree-flow.h


-- 


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


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