Re: Installing gfortran-14

2024-08-31 Thread John Harper
Dear Jerry, Thomas and Damian, Not knowing what to do with libc6-i386 libc6-dev-i386 I tried instead to do without multilib by disabling it: $ ../Gcc/gcc-14.2.0/configure --prefix=$HOME --disable-multilib --enable-languages=c,c++,fortran $ make -j4 $ make -j4 install That ran for over an hour

Re: [PATCH] Fortran: downgrade use associated namelist group name to, legacy extension

2024-08-31 Thread Harald Anlauf
On 8/30/24 21:36, Steve Kargl wrote: Harald, I'm fine with the patch. You may want to wait to see if anyone has a rasonable objection. Since you and Thomas agreed, pushed as r15-3332-g79b5b50402454d . Thanks, Harald

Re: [PATCH] Fortran: downgrade use associated namelist group name to, legacy extension

2024-08-31 Thread Thomas Koenig
Hi Harald, the attached patch downgrades this feature from a GNU extension (silent per default) to a legacy extension (warning by default). The feature is tested in at least 4 gfortran testcases.  I adjusted the pattern of one of these tests to check for the downgrade. Regtested on x86_64-pc-l

Re: [PATCH] Fortran: default-initialization of derived-type function results [PR98454]

2024-08-31 Thread Paul Richard Thomas
Hi Harald, The invalid testcase is posted as PR116543. I plan to hit PDTs in the second half of September, when daytime work will lighten up a bit. Cheers Paul On Fri, 30 Aug 2024 at 17:28, Harald Anlauf wrote: > Hi Paul, > > Am 30.08.24 um 18:09 schrieb Paul Richard Thomas: > > Hi Harald, >