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/69058] segfault with ftree-parallelize-loops=2 in libgo/go/strconv/decimal.go


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

--- Comment #3 from vries at gcc dot gnu.org ---
Author: vries
Date: Mon Jan 11 08:55:16 2016
New Revision: 232208

URL: https://gcc.gnu.org/viewcvs?rev=232208&root=gcc&view=rev
Log:
Don't parallelize loops if libgomp not supported

2016-01-11  Tom de Vries  <tom@codesourcery.com>

        PR tree-optimization/69058
        * tree-parloops.c (pass_parallelize_loops::execute): Return 0 if
libgomp
        not supported.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-parloops.c

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