public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/49960] New: inconsistant outputs when enabling autopar for a self -dependence testcase
@ 2011-08-03 12:53 razya at gcc dot gnu.org
  2011-08-03 12:54 ` [Bug tree-optimization/49960] " razya at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: razya at gcc dot gnu.org @ 2011-08-03 12:53 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: inconsistant outputs when enabling autopar for a self
                    -dependence testcase
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: razya@gcc.gnu.org
                CC: rakdver@kam.mff.cuni.cz, sebpop@gmail.com
              Host: Linux power7/Linux x86
            Target: Linux power7/Linux x86
             Build: Linux power7/Linux x86


Compiling with :
/gcc -O3 -ftree-parallelize-loops=8 -fdump-tree-parloops-details
parallelization-2.c -fno-tree-vectorize

The runs do not always generate the same output:
For example:

> ./a.out 
tmps[1]=1044481
tmps[2]=1044482
tmps[3]=1044483
tmps[4]=1044484
tmps[5]=1044485
tmps[6]=1044486
tmps[7]=1044487
> ./a.out 
tmps[1]=786433
tmps[2]=786434
tmps[3]=786435
tmps[4]=786436
tmps[5]=786437
tmps[6]=786438
tmps[7]=786439


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-07-12 22:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-03 12:53 [Bug tree-optimization/49960] New: inconsistant outputs when enabling autopar for a self -dependence testcase razya at gcc dot gnu.org
2011-08-03 12:54 ` [Bug tree-optimization/49960] " razya at gcc dot gnu.org
2011-09-01  9:58 ` razya at gcc dot gnu.org
2011-11-16 15:02 ` [Bug tree-optimization/49960] inconsistent " razya at gcc dot gnu.org
2011-11-16 15:14 ` razya at gcc dot gnu.org
2011-11-16 15:18 ` razya at gcc dot gnu.org
2015-07-12 22:28 ` vries at gcc dot gnu.org
2015-07-12 22:29 ` vries at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).