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 libgomp/48241] New: libgomp.graphite/force-parallel-1.c FAILs on Solaris 10


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

           Summary: libgomp.graphite/force-parallel-1.c FAILs on Solaris
                    10
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgomp
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ro@gcc.gnu.org
              Host: *-*-solaris2.10
            Target: *-*-solaris2.10
             Build: *-*-solaris2.10


Unlike Solaris 11/x86, libgomp.graphite/force-parallel-1.c FAILs on Solaris 10
(both SPARC and x86):

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1 (LWP 1)]
0x080508b7 in parloop (N=10000000)
    at
/vol/gcc/src/hg/trunk/local/libgomp/testsuite/libgomp.graphite/force-parallel-1.c:9
9           x[i] = i + 3;
(gdb) where
#0  0x080508b7 in parloop (N=10000000)
    at
/vol/gcc/src/hg/trunk/local/libgomp/testsuite/libgomp.graphite/force-parallel-1.c:9
#1  0x08050916 in main ()
    at
/vol/gcc/src/hg/trunk/local/libgomp/testsuite/libgomp.graphite/force-parallel-1.c:20


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