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/59779] [4.9 Regression] FAIL: gcc.dg/autopar/outer-1.c scan-tree-dump-times parloops "parallelizing outer loop"


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Can't reproduce this with a cross-compiler to hppa-unknown-linux on current
trunk:
./cc1 -O2 -quiet -ftree-parallelize-loops=4 -fdump-tree-parloops-details
-fdump-tree-optimized outer-1.c -nostdinc; grep 'parallelizing outer loop'
outer-1.c.112t.parloops; grep loopfn outer-1.c.169t.optimized
parallelizing outer loop 9
  __builtin_GOMP_parallel (parloop._loopfn.0, &.paral_data_store.8, 4, 0);
;; Function parloop._loopfn.0 (parloop._loopfn.0, funcdef_no=2, decl_uid=1447,
symbol_order=3)
parloop._loopfn.0 (void * .paral_data_param)


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