public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgomp/33275]  New: Transient libgomp.fortran/omp_parse3.f90 -O0  failure
@ 2007-09-01 22:40 hjl at lucon dot org
  2007-09-02 15:55 ` [Bug libgomp/33275] " rguenth at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: hjl at lucon dot org @ 2007-09-01 22:40 UTC (permalink / raw)
  To: gcc-bugs

There is a transient failure of libgomp.fortran/omp_parse3.f90 at -O0 on
Linux/ia32. It aborts one of 3 tries. When it fails,

(gdb) bt
#0  0x400007a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1  0x401307a5 in raise () from /lib/tls/libc.so.6
#2  0x40132209 in abort () from /lib/tls/libc.so.6
#3  0x4009f0fc in _gfortran_abort ()
    at ../../../src/libgfortran/intrinsics/abort.c:39
#4  0x08048d1e in test_threadprivate.1061.omp_fn.2 (.omp_data_i=0xbfe2abc8)
    at
/export/gnu/import/rrs/127951/src/libgomp/testsuite/libgomp.fortran/omp_parse3.f90:90
#5  0x4001c188 in gomp_thread_start (xdata=0xbfe2aad0)
    at ../../../src/libgomp/team.c:108
#6  0x400fc3cc in start_thread () from /lib/tls/libpthread.so.0
#7  0x401d1c3e in clone () from /lib/tls/libc.so.6
(gdb) f 4
#4  0x08048d1e in test_threadprivate.1061.omp_fn.2 (.omp_data_i=0xbfe2abc8)
    at
/export/gnu/import/rrs/127951/src/libgomp/testsuite/libgomp.fortran/omp_parse3.f90:90
90            if (x .ne. j .or. y .ne. j + 1024) call abort

I am running 2.6.9-55.ELsmp on RHEL4 U5.


-- 
           Summary: Transient libgomp.fortran/omp_parse3.f90 -O0  failure
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgomp
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug libgomp/33275] Transient libgomp.fortran/omp_parse3.f90 -O0  failure
  2007-09-01 22:40 [Bug libgomp/33275] New: Transient libgomp.fortran/omp_parse3.f90 -O0 failure hjl at lucon dot org
@ 2007-09-02 15:55 ` rguenth at gcc dot gnu dot org
  2007-10-25 20:16 ` jakub at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-09-02 15:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2007-09-02 15:55 -------
I see this as well from time to time.  SLES10-SP1 x86_64.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-09-02 15:55:23
               date|                            |


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


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

* [Bug libgomp/33275] Transient libgomp.fortran/omp_parse3.f90 -O0  failure
  2007-09-01 22:40 [Bug libgomp/33275] New: Transient libgomp.fortran/omp_parse3.f90 -O0 failure hjl at lucon dot org
  2007-09-02 15:55 ` [Bug libgomp/33275] " rguenth at gcc dot gnu dot org
@ 2007-10-25 20:16 ` jakub at gcc dot gnu dot org
  2007-10-25 20:25 ` jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-10-25 20:16 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
           Keywords|                            |openmp
   Last reconfirmed|2007-09-02 15:55:23         |2007-10-25 20:16:20
               date|                            |


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


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

* [Bug libgomp/33275] Transient libgomp.fortran/omp_parse3.f90 -O0  failure
  2007-09-01 22:40 [Bug libgomp/33275] New: Transient libgomp.fortran/omp_parse3.f90 -O0 failure hjl at lucon dot org
  2007-09-02 15:55 ` [Bug libgomp/33275] " rguenth at gcc dot gnu dot org
  2007-10-25 20:16 ` jakub at gcc dot gnu dot org
@ 2007-10-25 20:25 ` jakub at gcc dot gnu dot org
  2007-10-26  6:51 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-10-25 20:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2007-10-25 20:25 -------
Subject: Bug 33275

Author: jakub
Date: Thu Oct 25 20:25:12 2007
New Revision: 129631

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129631
Log:
        PR libgomp/33275
        * testsuite/libgomp.fortran/omp_parse3.f90 (test_threadprivate):
        Make x and y integers rather than (implicit) reals.  Add private (j)
        clause to the last omp parallel.

Modified:
    trunk/libgomp/ChangeLog
    trunk/libgomp/testsuite/libgomp.fortran/omp_parse3.f90


-- 


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


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

* [Bug libgomp/33275] Transient libgomp.fortran/omp_parse3.f90 -O0  failure
  2007-09-01 22:40 [Bug libgomp/33275] New: Transient libgomp.fortran/omp_parse3.f90 -O0 failure hjl at lucon dot org
                   ` (2 preceding siblings ...)
  2007-10-25 20:25 ` jakub at gcc dot gnu dot org
@ 2007-10-26  6:51 ` jakub at gcc dot gnu dot org
  2008-03-11 15:37 ` ghazi at gcc dot gnu dot org
  2008-03-11 16:13 ` ghazi at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu dot org @ 2007-10-26  6:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jakub at gcc dot gnu dot org  2007-10-26 06:51 -------
Fixed on the trunk.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug libgomp/33275] Transient libgomp.fortran/omp_parse3.f90 -O0  failure
  2007-09-01 22:40 [Bug libgomp/33275] New: Transient libgomp.fortran/omp_parse3.f90 -O0 failure hjl at lucon dot org
                   ` (3 preceding siblings ...)
  2007-10-26  6:51 ` jakub at gcc dot gnu dot org
@ 2008-03-11 15:37 ` ghazi at gcc dot gnu dot org
  2008-03-11 16:13 ` ghazi at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: ghazi at gcc dot gnu dot org @ 2008-03-11 15:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ghazi at gcc dot gnu dot org  2008-03-11 15:36 -------
Subject: Bug 33275

Author: ghazi
Date: Tue Mar 11 15:35:51 2008
New Revision: 133114

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133114
Log:
        PR target/26149

        Backport:

        2007-03-18 Uros Bizjak <ubizjak@gmail.com>

        * testsuite/config/default.exp: New file.
        * testsuite/lib/libgomp.exp: New file.
        * testsuite/lib/libgomp.dg (load_gcc_lib, libgomp_init,
        libgomp_target_compile, libgomp_option_help, libgomp_option_proc,
        load_lib *, load_gcc_lib *): Move to libgomp.exp.
        (libgomp_load): Remove.
        * testsuite/lib/libgomp.exp (libgomp_init): Compute
        always_ld_library_path, not ld_library_path. Set additional_flags
        to -march=i486 for ilp32 x86_64-*-* and i386-*-* targets.
        (target_compile): Do not call libgomp_init. Append
        lang_library_path and lang_link_flags to options.
        * testsuite/libgomp.c/c.exp: Set DEFAULT_FLAGS to -O2. Set
        ld_library_path from always_ld_library_path. Set LD_LIBRARY_PATH here.
        * testsuite/libgomp.c++/c++.exp: Set ld_library_path from
        always_ld_library_path. Set LD_LIBRARY_PATH here.
        * testsuite/libgomp.fortran/fortran.exp: Ditto.
        * testsuite/libgomp.c/atomic-1.c: Set dg-options to
        "-O2 -march=pentium" for ilp32 x86 targets. Simplify check for CX8
flag.
        * testsuite/libgomp.c/pr29947-1.c: Remove default dg-options.
        * testsuite/libgomp.c/pr29947-1.c: Ditto.
        * testsuite/libgomp.c/atomic-10.c: Ditto.

        2007-03-22 Andreas Tobler <a.tobler@schweiz.org>

        * testsuite/lib/libgomp.exp (libgomp_init): Add -shared-libgcc for
        *-*-darwin*.
        * testsuite/libgomp.c++/c++.exp: Look for shared libstdc++ library
        and use it if found.

        2007-04-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

        PR testsuite/31369
        * testsuite/libgomp.c++/c++.exp: Don't use concat when setting
        ld_library_path.
        * testsuite/libgomp.fortran/fortran.exp: Likewise.

        2007-03-21  Jakub Jelinek  <jakub@redhat.com>

        * testsuite/libgomp.fortran/appendix-a/a.22.8.f90: Add
        dg-final cleanup-modules line.
        * testsuite/libgomp.fortran/appendix-a/a.40.1.f90: Likewise.
        * testsuite/libgomp.fortran/appendix-a/a.31.5.f90: Likewise.
        * testsuite/libgomp.fortran/appendix-a/a.31.4.f90: Likewise.
        * testsuite/libgomp.fortran/threadprivate2.f90: Likewise.
        * testsuite/libgomp.fortran/reduction5.f90: Likewise.
        * testsuite/libgomp.fortran/threadprivate3.f90: Likewise.
        * testsuite/libgomp.fortran/threadprivate1.f90: Likewise.

        2007-10-25  Jakub Jelinek  <jakub@redhat.com>

        PR libgomp/33275
        * testsuite/libgomp.fortran/omp_parse3.f90 (test_threadprivate):
        Make x and y integers rather than (implicit) reals.  Add private (j)
        clause to the last omp parallel.


Added:
    branches/gcc-4_2-branch/libgomp/testsuite/config/
    branches/gcc-4_2-branch/libgomp/testsuite/config/default.exp
    branches/gcc-4_2-branch/libgomp/testsuite/lib/libgomp.exp
Modified:
    branches/gcc-4_2-branch/libgomp/ChangeLog
    branches/gcc-4_2-branch/libgomp/testsuite/lib/libgomp-dg.exp
    branches/gcc-4_2-branch/libgomp/testsuite/libgomp.c++/c++.exp
    branches/gcc-4_2-branch/libgomp/testsuite/libgomp.c/atomic-1.c
    branches/gcc-4_2-branch/libgomp/testsuite/libgomp.c/atomic-10.c
    branches/gcc-4_2-branch/libgomp/testsuite/libgomp.c/c.exp
    branches/gcc-4_2-branch/libgomp/testsuite/libgomp.c/pr29947-1.c
    branches/gcc-4_2-branch/libgomp/testsuite/libgomp.c/pr29947-2.c
   
branches/gcc-4_2-branch/libgomp/testsuite/libgomp.fortran/appendix-a/a.22.8.f90
   
branches/gcc-4_2-branch/libgomp/testsuite/libgomp.fortran/appendix-a/a.31.4.f90
   
branches/gcc-4_2-branch/libgomp/testsuite/libgomp.fortran/appendix-a/a.31.5.f90
   
branches/gcc-4_2-branch/libgomp/testsuite/libgomp.fortran/appendix-a/a.40.1.f90
    branches/gcc-4_2-branch/libgomp/testsuite/libgomp.fortran/fortran.exp
    branches/gcc-4_2-branch/libgomp/testsuite/libgomp.fortran/omp_parse3.f90
    branches/gcc-4_2-branch/libgomp/testsuite/libgomp.fortran/reduction5.f90
   
branches/gcc-4_2-branch/libgomp/testsuite/libgomp.fortran/threadprivate1.f90
   
branches/gcc-4_2-branch/libgomp/testsuite/libgomp.fortran/threadprivate2.f90
   
branches/gcc-4_2-branch/libgomp/testsuite/libgomp.fortran/threadprivate3.f90


-- 


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


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

* [Bug libgomp/33275] Transient libgomp.fortran/omp_parse3.f90 -O0  failure
  2007-09-01 22:40 [Bug libgomp/33275] New: Transient libgomp.fortran/omp_parse3.f90 -O0 failure hjl at lucon dot org
                   ` (4 preceding siblings ...)
  2008-03-11 15:37 ` ghazi at gcc dot gnu dot org
@ 2008-03-11 16:13 ` ghazi at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: ghazi at gcc dot gnu dot org @ 2008-03-11 16:13 UTC (permalink / raw)
  To: gcc-bugs



-- 

ghazi at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ghazi at gcc dot gnu dot org
   Target Milestone|---                         |4.2.4


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


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

end of thread, other threads:[~2008-03-11 16:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-01 22:40 [Bug libgomp/33275] New: Transient libgomp.fortran/omp_parse3.f90 -O0 failure hjl at lucon dot org
2007-09-02 15:55 ` [Bug libgomp/33275] " rguenth at gcc dot gnu dot org
2007-10-25 20:16 ` jakub at gcc dot gnu dot org
2007-10-25 20:25 ` jakub at gcc dot gnu dot org
2007-10-26  6:51 ` jakub at gcc dot gnu dot org
2008-03-11 15:37 ` ghazi at gcc dot gnu dot org
2008-03-11 16:13 ` ghazi 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).