[Linaro-TCWG-CI] glibc-2.40.9000-409-g776938e8b8d: 6 regressions on arm

2024-12-04 Thread ci_notify
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

Re: [Linaro-TCWG-CI] 7 patches in gcc: 1 regressions on arm

2024-12-04 Thread H.J. Lu
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 > >

[Linaro-TCWG-CI] glibc-2.40.9000-408-g0ae0af68d8f: 8 regressions on aarch64

2024-12-04 Thread ci_notify
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

Re: [Linaro-TCWG-CI] 7 patches in gcc: 1 regressions on arm

2024-12-04 Thread Christophe Lyon
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

Fwd: [Linaro-TCWG-CI] 7 patches in gcc: 1 regressions on arm

2024-12-04 Thread H.J. Lu
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