public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/91884] libgomp testsuite: (not) using a specific driver for C++, Fortran
       [not found] <bug-91884-4@http.gcc.gnu.org/bugzilla/>
@ 2023-05-12  8:35 ` tschwinge at gcc dot gnu.org
  2023-05-15 10:11 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: tschwinge at gcc dot gnu.org @ 2023-05-12  8:35 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91884

Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Keywords|                            |patch
           Assignee|unassigned at gcc dot gnu.org      |tschwinge at gcc dot gnu.org

--- Comment #4 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
<https://inbox.sourceware.org/877cte9cfa.fsf@euler.schwinge.homeip.net>
"libgomp testsuite: As appropriate, use the 'gcc', 'g++', 'gfortran' driver
[PR91884]" (and preceding patches).

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

* [Bug testsuite/91884] libgomp testsuite: (not) using a specific driver for C++, Fortran
       [not found] <bug-91884-4@http.gcc.gnu.org/bugzilla/>
  2023-05-12  8:35 ` [Bug testsuite/91884] libgomp testsuite: (not) using a specific driver for C++, Fortran tschwinge at gcc dot gnu.org
@ 2023-05-15 10:11 ` cvs-commit at gcc dot gnu.org
  2023-05-15 10:11 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-05-15 10:11 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91884

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Thomas Schwinge <tschwinge@gcc.gnu.org>:

https://gcc.gnu.org/g:30e42bb66d39f542cb76e40ad367a7ae7f376dc7

commit r14-852-g30e42bb66d39f542cb76e40ad367a7ae7f376dc7
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Wed May 10 14:43:21 2023 +0200

    libgomp testsuite: Have each '*.exp' file specify the compiler to use
[PR91884]

    ..., which is still 'GCC_UNDER_TEST' for all of them; no change in
behavior.

            PR testsuite/91884
            libgomp/
            * testsuite/lib/libgomp.exp (libgomp_target_compile): Don't
            specify compiler.
            * testsuite/libgomp.c++/c++.exp (ALWAYS_CFLAGS): Specify compiler.
            * testsuite/libgomp.c/c.exp (ALWAYS_CFLAGS): Likewise.
            * testsuite/libgomp.fortran/fortran.exp (ALWAYS_CFLAGS): Likewise.
            * testsuite/libgomp.graphite/graphite.exp (ALWAYS_CFLAGS):
            Likewise.
            * testsuite/libgomp.oacc-c++/c++.exp (ALWAYS_CFLAGS): Likewise.
            * testsuite/libgomp.oacc-c/c.exp (ALWAYS_CFLAGS): Likewise.
            * testsuite/libgomp.oacc-fortran/fortran.exp (ALWAYS_CFLAGS):
            Likewise.

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

* [Bug testsuite/91884] libgomp testsuite: (not) using a specific driver for C++, Fortran
       [not found] <bug-91884-4@http.gcc.gnu.org/bugzilla/>
  2023-05-12  8:35 ` [Bug testsuite/91884] libgomp testsuite: (not) using a specific driver for C++, Fortran tschwinge at gcc dot gnu.org
  2023-05-15 10:11 ` cvs-commit at gcc dot gnu.org
@ 2023-05-15 10:11 ` cvs-commit at gcc dot gnu.org
  2023-05-15 10:35 ` tschwinge at gcc dot gnu.org
  2023-09-12  9:32 ` cvs-commit at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-05-15 10:11 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91884

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Thomas Schwinge <tschwinge@gcc.gnu.org>:

https://gcc.gnu.org/g:982c869ec00c72176ddede9c0e3068c76dc871d2

commit r14-853-g982c869ec00c72176ddede9c0e3068c76dc871d2
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Wed May 10 15:01:55 2023 +0200

    libgomp testsuite: As appropriate, use the 'gcc', 'g++', 'gfortran' driver
[PR91884]

    ..., that is, 'GCC_UNDER_TEST', 'GXX_UNDER_TEST', 'GFORTRAN_UNDER_TEST'
instead
    of 'GCC_UNDER_TEST' for all of them.  No need anymore for 'gcc -lstdc++ -x
c++'
    for C++ code, or 'gcc -lgfortran' plus conditional '-lquadmath' for Fortran
    code.  (Getting rid of explicit '-foffload=-lgfortran' is for another day.)

            PR testsuite/91884
            libgomp/
            * configure.ac: 'AC_SUBST(CXX)'.
            * configure: Regenerate.
            * Makefile.in: Likewise.
            * testsuite/Makefile.in: Likewise.
            * testsuite/libgomp-site-extra.exp.in (GXX_UNDER_TEST)
            (GFORTRAN_UNDER_TEST): Set.
            * testsuite/lib/libgomp.exp (libgomp_init): Adjust.
            * testsuite/libgomp.c++/c++.exp: Use 'GXX_UNDER_TEST'.
            * testsuite/libgomp.oacc-c++/c++.exp: Likewise.
            * testsuite/libgomp.fortran/fortran.exp: Use
            'GFORTRAN_UNDER_TEST'.
            * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.

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

* [Bug testsuite/91884] libgomp testsuite: (not) using a specific driver for C++, Fortran
       [not found] <bug-91884-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2023-05-15 10:11 ` cvs-commit at gcc dot gnu.org
@ 2023-05-15 10:35 ` tschwinge at gcc dot gnu.org
  2023-09-12  9:32 ` cvs-commit at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: tschwinge at gcc dot gnu.org @ 2023-05-15 10:35 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91884

Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:

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

--- Comment #7 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
Resolved for GCC 14.  Not planning on backporting to release branches (but
could, if desired).

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

* [Bug testsuite/91884] libgomp testsuite: (not) using a specific driver for C++, Fortran
       [not found] <bug-91884-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2023-05-15 10:35 ` tschwinge at gcc dot gnu.org
@ 2023-09-12  9:32 ` cvs-commit at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-09-12  9:32 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91884

--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Thomas Schwinge <tschwinge@gcc.gnu.org>:

https://gcc.gnu.org/g:fb5d27be272b71fb9026224535fc73f125ce3be7

commit r14-3870-gfb5d27be272b71fb9026224535fc73f125ce3be7
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Thu Jun 1 23:07:37 2023 +0200

    libgomp: Consider '--with-build-sysroot=[...]' for target libraries'
build-tree testing (instead of build-time 'CC' etc.) [PR91884, PR109951]

    This is commit c8e759b4215ba4b376c9d468aeffe163b3d520f0 (Subversion
r279708)
    "libgomp/test: Fix compilation for build sysroot" and follow-up
    commit 749bd22ddc50b5112e5ed506ffef7249bf8e6fb3
    "libgomp/test: Remove a build sysroot fix regression" done differently,
    avoiding build-tree testing use of any random gunk that may appear in
    build-time 'CC', 'CXX', 'FC'.

            PR testsuite/91884
            PR testsuite/109951
            libgomp/
            * configure.ac: Revert earlier changes, instead
            'AC_SUBST(SYSROOT_CFLAGS_FOR_TARGET)'.
            * Makefile.in: Regenerate.
            * configure: Likewise.
            * testsuite/Makefile.in: Likewise.
            * testsuite/lib/libgomp.exp (libgomp_init): Remove
            "Fix up '-funconfigured-libstdc++-v3' in 'GXX_UNDER_TEST'" code.
            If '--with-build-sysroot=[...]' was specified, use it for
            build-tree testing.
            * testsuite/libgomp-site-extra.exp.in (GCC_UNDER_TEST)
            (GXX_UNDER_TEST, GFORTRAN_UNDER_TEST): Don't set.
            (SYSROOT_CFLAGS_FOR_TARGET): Set.
            * testsuite/libgomp.c++/c++.exp (lang_source_re)
            (lang_include_flags): Set for build-tree testing.
            * testsuite/libgomp.oacc-c++/c++.exp (lang_source_re)
            (lang_include_flags): Likewise.

    Co-authored-by: Chung-Lin Tang <cltang@codesourcery.com>

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

end of thread, other threads:[~2023-09-12  9:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-91884-4@http.gcc.gnu.org/bugzilla/>
2023-05-12  8:35 ` [Bug testsuite/91884] libgomp testsuite: (not) using a specific driver for C++, Fortran tschwinge at gcc dot gnu.org
2023-05-15 10:11 ` cvs-commit at gcc dot gnu.org
2023-05-15 10:11 ` cvs-commit at gcc dot gnu.org
2023-05-15 10:35 ` tschwinge at gcc dot gnu.org
2023-09-12  9:32 ` cvs-commit 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).