public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/91196] Interface generated for proc with VALUE,OPTIONAL misses hidden is-present argument
       [not found] <bug-91196-4@http.gcc.gnu.org/bugzilla/>
@ 2023-03-31 20:44 ` anlauf at gcc dot gnu.org
  2023-04-08 18:39 ` anlauf at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: anlauf at gcc dot gnu.org @ 2023-03-31 20:44 UTC (permalink / raw)
  To: gcc-bugs

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

anlauf at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |anlauf at gcc dot gnu.org

--- Comment #3 from anlauf at gcc dot gnu.org ---
Should work in gcc-13 after the fixes for pr107441 and pr107444.

I get:

logical(kind=1) foo (void * x, integer(kind=4)[1] * y, integer(kind=4) * z,
integer(kind=4) z2, logical(kind=1) .z2)

and in the main:

  static logical(kind=1) foo (void *, integer(kind=4)[1] *, integer(kind=4) *,
integer(kind=4), logical(kind=1));

Note the update on the ABI documentation.

Tobias: can you please check?

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

* [Bug fortran/91196] Interface generated for proc with VALUE,OPTIONAL misses hidden is-present argument
       [not found] <bug-91196-4@http.gcc.gnu.org/bugzilla/>
  2023-03-31 20:44 ` [Bug fortran/91196] Interface generated for proc with VALUE,OPTIONAL misses hidden is-present argument anlauf at gcc dot gnu.org
@ 2023-04-08 18:39 ` anlauf at gcc dot gnu.org
  1 sibling, 0 replies; 2+ messages in thread
From: anlauf at gcc dot gnu.org @ 2023-04-08 18:39 UTC (permalink / raw)
  To: gcc-bugs

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

anlauf at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|NEW                         |RESOLVED

--- Comment #4 from anlauf at gcc dot gnu.org ---
Duplicate.

*** This bug has been marked as a duplicate of bug 107441 ***

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

end of thread, other threads:[~2023-04-08 18:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-91196-4@http.gcc.gnu.org/bugzilla/>
2023-03-31 20:44 ` [Bug fortran/91196] Interface generated for proc with VALUE,OPTIONAL misses hidden is-present argument anlauf at gcc dot gnu.org
2023-04-08 18:39 ` anlauf 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).