Dear contributor,
Our automatic CI has detected problems related to your patch(es). Please find
some details below.
In glibc_check master-arm, after:
| commit glibc-2.40.9000-409-g776938e8b8d
| Author: Joseph Myers
| Date: Wed Dec 4 20:04:04 2024 +
|
| Implement C23 sinpi
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
> >
Dear contributor,
Our automatic CI has detected problems related to your patch(es). Please find
some details below.
In glibc_check master-aarch64, after:
| commit glibc-2.40.9000-408-g0ae0af68d8f
| Author: Joseph Myers
| Date: Wed Dec 4 10:20:44 2024 +
|
| Implement C23 cos
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
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_short), intent(in), value :: a
end subroutine foo
end interfa