public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/36337] testsuite requires HOSTCC and HOSTCFLAGS from contrib/test_installed script
       [not found] <bug-36337-4@http.gcc.gnu.org/bugzilla/>
@ 2024-03-29  7:23 ` cvs-commit at gcc dot gnu.org
  2024-05-06  9:47 ` cvs-commit at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-03-29  7:23 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Paul Thomas <pault@gcc.gnu.org>:

https://gcc.gnu.org/g:3c793f0361bc66d2a6bf0b3e1fb3234fc511e2a6

commit r14-9719-g3c793f0361bc66d2a6bf0b3e1fb3234fc511e2a6
Author: Paul Thomas <pault@gcc.gnu.org>
Date:   Fri Mar 29 07:23:19 2024 +0000

    Fortran: Fix a gimplifier ICE/wrong result with finalization [PR36337]

    2024-03-29  Paul Thomas  <pault@gcc.gnu.org>

    gcc/fortran
            PR fortran/36337
            PR fortran/110987
            PR fortran/113885
            * trans-expr.cc (gfc_trans_assignment_1): Place finalization
            block before rhs post block for elemental rhs.
            * trans.cc (gfc_finalize_tree_expr): Check directly if a type
            has no components, rather than the zero components attribute.
            Treat elemental zero component expressions in the same way as
            scalars.

    gcc/testsuite/
            PR fortran/113885
            * gfortran.dg/finalize_54.f90: New test.
            * gfortran.dg/finalize_55.f90: New test.

    gcc/testsuite/
            PR fortran/110987
            * gfortran.dg/finalize_56.f90: New test.

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

* [Bug testsuite/36337] testsuite requires HOSTCC and HOSTCFLAGS from contrib/test_installed script
       [not found] <bug-36337-4@http.gcc.gnu.org/bugzilla/>
  2024-03-29  7:23 ` [Bug testsuite/36337] testsuite requires HOSTCC and HOSTCFLAGS from contrib/test_installed script cvs-commit at gcc dot gnu.org
@ 2024-05-06  9:47 ` cvs-commit at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-05-06  9:47 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-13 branch has been updated by Paul Thomas <pault@gcc.gnu.org>:

https://gcc.gnu.org/g:9f204cc695d27d0b8eb69d9a4d266261171185ae

commit r13-8690-g9f204cc695d27d0b8eb69d9a4d266261171185ae
Author: Paul Thomas <pault@gcc.gnu.org>
Date:   Fri Mar 29 07:23:19 2024 +0000

    Fortran: Fix a gimplifier ICE/wrong result with finalization [PR36337]

    2024-03-29  Paul Thomas  <pault@gcc.gnu.org>

    gcc/fortran
            PR fortran/36337
            PR fortran/110987
            PR fortran/113885
            * trans-expr.cc (gfc_trans_assignment_1): Place finalization
            block before rhs post block for elemental rhs.
            * trans.cc (gfc_finalize_tree_expr): Check directly if a type
            has no components, rather than the zero components attribute.
            Treat elemental zero component expressions in the same way as
            scalars.

    gcc/testsuite/
            PR fortran/113885
            * gfortran.dg/finalize_54.f90: New test.
            * gfortran.dg/finalize_55.f90: New test.

    gcc/testsuite/
            PR fortran/110987
            * gfortran.dg/finalize_56.f90: New test.

    (cherry picked from commit 3c793f0361bc66d2a6bf0b3e1fb3234fc511e2a6)

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

* [Bug testsuite/36337] testsuite requires HOSTCC and HOSTCFLAGS from contrib/test_installed script
  2008-05-27  2:53 [Bug testsuite/36337] New: " ijsung at gmail dot com
@ 2008-05-27  3:47 ` ijsung at gmail dot com
  0 siblings, 0 replies; 3+ messages in thread
From: ijsung at gmail dot com @ 2008-05-27  3:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from ijsung at gmail dot com  2008-05-27 03:46 -------
For example, results from two quick runs of objc testsuite with and without
HOSTCC/HOSTCFLAGS set in contrib/test_installed are compared below:
--------------------------------------------------------------------------
ijsung@debian:~/gcc/trunk/contrib$ ./compare_tests golden/objc.sum objc.sum
Old tests that passed, that have disappeared: (Eeek!)

objc.dg-struct-layout-encoding-1/t001_main.m execution test
objc.dg-struct-layout-encoding-1/t001_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t002_main.m execution test
objc.dg-struct-layout-encoding-1/t002_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t003_main.m execution test
objc.dg-struct-layout-encoding-1/t003_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t004_main.m execution test
objc.dg-struct-layout-encoding-1/t004_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t005_main.m execution test
objc.dg-struct-layout-encoding-1/t005_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t006_main.m execution test
objc.dg-struct-layout-encoding-1/t006_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t007_main.m execution test
objc.dg-struct-layout-encoding-1/t007_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t008_main.m execution test
objc.dg-struct-layout-encoding-1/t008_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t009_main.m execution test
objc.dg-struct-layout-encoding-1/t009_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t010_main.m execution test
objc.dg-struct-layout-encoding-1/t010_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t011_main.m execution test
objc.dg-struct-layout-encoding-1/t011_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t012_main.m execution test
objc.dg-struct-layout-encoding-1/t012_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t013_main.m execution test
objc.dg-struct-layout-encoding-1/t013_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t014_main.m execution test
objc.dg-struct-layout-encoding-1/t014_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t015_main.m execution test
objc.dg-struct-layout-encoding-1/t015_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t016_main.m execution test
objc.dg-struct-layout-encoding-1/t016_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t017_main.m execution test
objc.dg-struct-layout-encoding-1/t017_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t018_main.m execution test
objc.dg-struct-layout-encoding-1/t018_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t019_main.m execution test
objc.dg-struct-layout-encoding-1/t019_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t020_main.m execution test
objc.dg-struct-layout-encoding-1/t020_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t021_main.m execution test
objc.dg-struct-layout-encoding-1/t021_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t022_main.m execution test
objc.dg-struct-layout-encoding-1/t022_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t023_main.m execution test
objc.dg-struct-layout-encoding-1/t023_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t024_main.m execution test
objc.dg-struct-layout-encoding-1/t024_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t025_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t026_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t027_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t028_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t029_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t030_main.m (test for excess errors)
objc.dg-struct-layout-encoding-1/t031_main.m (test for excess errors)

Old tests that failed, that have disappeared: (Eeek!)

objc.dg-struct-layout-encoding-1/t025_main.m execution test
objc.dg-struct-layout-encoding-1/t026_main.m execution test
objc.dg-struct-layout-encoding-1/t027_main.m execution test
objc.dg-struct-layout-encoding-1/t028_main.m execution test
objc.dg-struct-layout-encoding-1/t029_main.m execution test
objc.dg-struct-layout-encoding-1/t030_main.m execution test
objc.dg-struct-layout-encoding-1/t031_main.m execution test


-- 

ijsung at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|testsuite requires HOSTCC   |testsuite requires HOSTCC
                   |and HOSTCFLAGS from         |and HOSTCFLAGS from
                   |contrib/test_installed      |contrib/test_installed
                   |script                      |script


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


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

end of thread, other threads:[~2024-05-06  9:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-36337-4@http.gcc.gnu.org/bugzilla/>
2024-03-29  7:23 ` [Bug testsuite/36337] testsuite requires HOSTCC and HOSTCFLAGS from contrib/test_installed script cvs-commit at gcc dot gnu.org
2024-05-06  9:47 ` cvs-commit at gcc dot gnu.org
2008-05-27  2:53 [Bug testsuite/36337] New: " ijsung at gmail dot com
2008-05-27  3:47 ` [Bug testsuite/36337] " ijsung at gmail dot com

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).