On Wed, Dec 4, 2024 at 10:28 PM Christophe Lyon
wrote:
>
> On Wed, 4 Dec 2024 at 13:59, H.J. Lu wrote:
> >
> > gfortran.dg/pr112877-1.f90 is
> > ---
> > ! { dg-do compile }
> > ! { dg-options "-Os" }
> >
> > program test
> > use iso_c_binding, only: c_short
> > interface
> >
On Wed, 4 Dec 2024 at 13:59, H.J. Lu wrote:
>
> gfortran.dg/pr112877-1.f90 is
> ---
> ! { dg-do compile }
> ! { dg-options "-Os" }
>
> program test
> use iso_c_binding, only: c_short
> interface
> subroutine foo(a) bind(c)
> import c_short
> integer(kind=c_sho