public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ghazi at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug testsuite/31369] 100's of new libgomp fails
Date: Tue, 11 Mar 2008 15:37:00 -0000	[thread overview]
Message-ID: <20080311153641.15068.qmail@sourceware.org> (raw)
In-Reply-To: <bug-31369-276@http.gcc.gnu.org/bugzilla/>



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

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=31369


      parent reply	other threads:[~2008-03-11 15:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-27  2:50 [Bug testsuite/31369] New: " danglin at gcc dot gnu dot org
2007-04-04 23:25 ` [Bug testsuite/31369] " danglin at gcc dot gnu dot org
2007-04-05  0:15 ` danglin at gcc dot gnu dot org
2007-04-05  5:38 ` ubizjak at gmail dot com
2007-04-06 21:59 ` dave at hiauly1 dot hia dot nrc dot ca
2007-04-06 22:35 ` patchapp at dberlin dot org
2007-04-07 15:10 ` danglin at gcc dot gnu dot org
2007-04-07 15:13 ` danglin at gcc dot gnu dot org
2008-03-11 15:37 ` ghazi at gcc dot gnu dot org [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080311153641.15068.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).