Re: Fortran test typebound_operator_7.f03 broken by non-Fortran commit. Confirm anyone?

2024-10-15 Thread Paul Richard Thomas
Good catch, Thomas! Thanks for the fix. Paul On Tue, 15 Oct 2024 at 08:50, Thomas Schwinge wrote: > Hi! > > On 2024-10-14T21:18:17+0100, Sam James wrote: > > Sam James writes: > >> Andre Vehreschild writes: > >>> [...] During latest regression testing of the Fortran suite I got > >>> typeb

Re: Fortran test typebound_operator_7.f03 broken by non-Fortran commit. Confirm anyone?

2024-10-15 Thread Thomas Schwinge
Hi! On 2024-10-14T21:18:17+0100, Sam James wrote: > Sam James writes: >> Andre Vehreschild writes: >>> [...] During latest regression testing of the Fortran suite I got >>> typebound_operator_7.f03 failing with: >>> >>> typebound_operator_7.f03:94:25: >>> >>>94 | u = (u*2.0*4.0) + u*4.0 >