public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/33581]  New: OpenMP segmentation fault
@ 2007-09-28  8:15 spollmann at gmail dot com
  2007-09-28  8:22 ` [Bug c++/33581] " spollmann at gmail dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: spollmann at gmail dot com @ 2007-09-28  8:15 UTC (permalink / raw)
  To: gcc-bugs

The following code (a general case) generates a segmentation fault when
compiled with the -m32 and -fopenmp switch in gcc 4.2.1.  With the -m32 switch
removed, the program executes correctly.

#include <iostream>

int main()
{
  int x;

#pragma omp parallel for
  for (x = 0; x < 100; x++)
    {
      std::cout << x << std::endl;
    }
  return 0;
}

compile command line: /usr/local/gcc-4.2.1/bin/g++ --static -fopenmp -m32 -o
openMPTestProgram openMPTest.cpp

System:  SUSE 10 x64 linux distribution, 
(Dual-core Intel(R) Pentium(R) D CPU 2.80GHz system), 4GB ram

GCC configuration option: ../gcc-4.2.1/configure --prefix=/usr/local/gcc-4.2.1


-- 
           Summary: OpenMP segmentation fault
           Product: gcc
           Version: 4.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: spollmann at gmail dot com


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


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

end of thread, other threads:[~2007-10-26  6:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-28  8:15 [Bug c++/33581] New: OpenMP segmentation fault spollmann at gmail dot com
2007-09-28  8:22 ` [Bug c++/33581] " spollmann at gmail dot com
2007-09-28  9:36 ` [Bug middle-end/33581] " pinskia at gcc dot gnu dot org
2007-09-28  9:36 ` pinskia at gcc dot gnu dot org
2007-09-29  7:04 ` spollmann at gmail dot com
2007-09-29  7:10 ` spollmann at gmail dot com
2007-09-29  8:50 ` pinskia at gcc dot gnu dot org
2007-10-26  6:49 ` jakub at gcc dot gnu dot 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).