public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "seurer at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug testsuite/102282] New: New test cases in r12-3320 fail
Date: Fri, 10 Sep 2021 19:01:12 +0000	[thread overview]
Message-ID: <bug-102282-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 102282
           Summary: New test cases in r12-3320 fail
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

g:cb17b5054118ec0f727956fd6e034b577b5e261c, r12-3320 

Some issue with how they are configured maybe?

UNRESOLVED: gfortran.dg/c-interop/cf-descriptor-5.f90   -O0  compilation failed
to produce executable
UNRESOLVED: gfortran.dg/c-interop/cf-descriptor-5.f90   -O1  compilation failed
to produce executable
UNRESOLVED: gfortran.dg/c-interop/cf-descriptor-5.f90   -O2  compilation failed
to produce executable
UNRESOLVED: gfortran.dg/c-interop/cf-descriptor-5.f90   -O3
-fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions 
compilation failed to produce executable
UNRESOLVED: gfortran.dg/c-interop/cf-descriptor-5.f90   -O3 -g  compilation
failed to produce executable
UNRESOLVED: gfortran.dg/c-interop/cf-descriptor-5.f90   -Os  compilation failed
to produce executable
UNRESOLVED: gfortran.dg/c-interop/cf-out-descriptor-5.f90   -O0  compilation
failed to produce executable
UNRESOLVED: gfortran.dg/c-interop/cf-out-descriptor-5.f90   -O1  compilation
failed to produce executable
UNRESOLVED: gfortran.dg/c-interop/cf-out-descriptor-5.f90   -O2  compilation
failed to produce executable
UNRESOLVED: gfortran.dg/c-interop/cf-out-descriptor-5.f90   -O3
-fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions 
compilation failed to produce executable
UNRESOLVED: gfortran.dg/c-interop/cf-out-descriptor-5.f90   -O3 -g  compilation
failed to produce executable
UNRESOLVED: gfortran.dg/c-interop/cf-out-descriptor-5.f90   -Os  compilation
failed to produce executable
UNRESOLVED: gfortran.dg/c-interop/fc-descriptor-5.f90   -O0  compilation failed
to produce executable
UNRESOLVED: gfortran.dg/c-interop/fc-descriptor-5.f90   -O1  compilation failed
to produce executable
UNRESOLVED: gfortran.dg/c-interop/fc-descriptor-5.f90   -O2  compilation failed
to produce executable
UNRESOLVED: gfortran.dg/c-interop/fc-descriptor-5.f90   -O3
-fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions 
compilation failed to produce executable
UNRESOLVED: gfortran.dg/c-interop/fc-descriptor-5.f90   -O3 -g  compilation
failed to produce executable
UNRESOLVED: gfortran.dg/c-interop/fc-descriptor-5.f90   -Os  compilation failed
to produce executable
UNRESOLVED: gfortran.dg/c-interop/fc-out-descriptor-5.f90   -O0  compilation
failed to produce executable
UNRESOLVED: gfortran.dg/c-interop/fc-out-descriptor-5.f90   -O1  compilation
failed to produce executable
UNRESOLVED: gfortran.dg/c-interop/fc-out-descriptor-5.f90   -O2  compilation
failed to produce executable
UNRESOLVED: gfortran.dg/c-interop/fc-out-descriptor-5.f90   -O3
-fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions 
compilation failed to produce executable
UNRESOLVED: gfortran.dg/c-interop/fc-out-descriptor-5.f90   -O3 -g  compilation
failed to produce executable
UNRESOLVED: gfortran.dg/c-interop/fc-out-descriptor-5.f90   -Os  compilation
failed to produce executable
UNRESOLVED: gfortran.dg/c-interop/ff-descriptor-5.f90   -O0  compilation failed
to produce executable
UNRESOLVED: gfortran.dg/c-interop/ff-descriptor-5.f90   -O1  compilation failed
to produce executable
UNRESOLVED: gfortran.dg/c-interop/ff-descriptor-5.f90   -O2  compilation failed
to produce executable
UNRESOLVED: gfortran.dg/c-interop/ff-descriptor-5.f90   -O3
-fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions 
compilation failed to produce executable
UNRESOLVED: gfortran.dg/c-interop/ff-descriptor-5.f90   -O3 -g  compilation
failed to produce executable
UNRESOLVED: gfortran.dg/c-interop/ff-descriptor-5.f90   -Os  compilation failed
to produce executable

commit cb17b5054118ec0f727956fd6e034b577b5e261c (HEAD)
Author: Sandra Loosemore <sandra@codesourcery.com>
Date:   Wed Jun 30 20:03:27 2021 -0700

    Fortran: TS 29113 testsuite

    Add tests to exercise features added to Fortran via TS 29113, "Further
    Interoperability of Fortran with C":

             reply	other threads:[~2021-09-10 19:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-10 19:01 seurer at gcc dot gnu.org [this message]
2021-09-13 14:13 ` [Bug testsuite/102282] " seurer at gcc dot gnu.org
2021-09-13 16:27 ` sandra at gcc dot gnu.org
2021-09-20 11:23 ` ebotcazou at gcc dot gnu.org
2021-10-27 10:14 ` pinskia at gcc dot gnu.org

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=bug-102282-4@http.gcc.gnu.org/bugzilla/ \
    --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).