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
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
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
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,
>