On Fri, Mar 28, 2025 at 2:02 PM NightStrike wrote:
>
> On Tue, Mar 25, 2025 at 11:04 AM NightStrike wrote:
> >
> > Between GCC 9 and 10, the following code now errors out:
> >
> > integer function fcn(x)
> > implicit none
> > integer, intent(in) :: x
> > fcn = x * '0100'X
> > end function f
Hi all,
the backport to gcc-14 has been committed as: gcc-14.2.0-996-gf955c5b409a
Regards,
Andre
On Fri, 21 Mar 2025 13:33:37 +0100
Andre Vehreschild wrote:
> Hi Paul,
>
> well, I had those might complicated patches bit my mightily. So let's hope for
> the best :-)
>
> Thanks for the r