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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org,
                   |                            |tschwinge at gcc dot gnu.org

--- Comment #8 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
(In reply to GCC Commits from comment #5)
> commit r16-480-g6ce73ad4370c143a7d1e6a13b1d353db5884213f

>             * gfortran.dg/do_concurrent_basic.f90: Extend testcase.

I noticed this removed execution and torture testing; maybe unintentionally?

    -PASS: gfortran.dg/do_concurrent_basic.f90   -O0  (test for excess errors)
    -PASS: gfortran.dg/do_concurrent_basic.f90   -O0  execution test
    -PASS: gfortran.dg/do_concurrent_basic.f90   -O1  (test for excess errors)
    -PASS: gfortran.dg/do_concurrent_basic.f90   -O1  execution test
    -PASS: gfortran.dg/do_concurrent_basic.f90   -O2  (test for excess errors)
    -PASS: gfortran.dg/do_concurrent_basic.f90   -O2  execution test
    -PASS: gfortran.dg/do_concurrent_basic.f90   -O3 -fomit-frame-pointer
-funroll-loops -fpeel-loops -ftracer -finline-functions  (test for excess
errors)
    -PASS: gfortran.dg/do_concurrent_basic.f90   -O3 -fomit-frame-pointer
-funroll-loops -fpeel-loops -ftracer -finline-functions  execution test
    -PASS: gfortran.dg/do_concurrent_basic.f90   -O3 -g  (test for excess
errors)
    -PASS: gfortran.dg/do_concurrent_basic.f90   -O3 -g  execution test
    -PASS: gfortran.dg/do_concurrent_basic.f90   -Os  (test for excess errors)
    -PASS: gfortran.dg/do_concurrent_basic.f90   -Os  execution test
    +PASS: gfortran.dg/do_concurrent_basic.f90   -O  (test for excess errors)

Reply via email to