Re: static libgfortran linker warnings

2021-04-21 Thread NightStrike via Fortran
On Wed, Apr 21, 2021 at 6:17 AM Tobias Burnus wrote: > > > >> On Wed, 21 Apr 2021 02:34:43 -0400 > >> NightStrike via Fortran wrote: > >>> When linking with -static-libgfortran, I get warnings from ld of the form > >>> "ld: warning: -z ignore ignored" and "ld: warning: -z record ignored". I > >>>

Re: static libgfortran linker warnings

2021-04-21 Thread NightStrike via Fortran
On Wed, Apr 21, 2021 at 6:06 AM Bernhard Reutner-Fischer wrote: > > On Wed, 21 Apr 2021 05:29:28 -0400 > NightStrike wrote: > > > On Wed, Apr 21, 2021 at 4:59 AM Bernhard Reutner-Fischer > > wrote: > > > On Wed, 21 Apr 2021 02:34:43 -0400 > > > NightStrike via Fortran wrote: > > > > > > > When

Re: static libgfortran linker warnings

2021-04-21 Thread Tobias Burnus
On Wed, 21 Apr 2021 02:34:43 -0400 NightStrike via Fortran wrote: When linking with -static-libgfortran, I get warnings from ld of the form "ld: warning: -z ignore ignored" and "ld: warning: -z record ignored". I can't find those -z options documented anywhere. Why is gfortran adding them?

Re: static libgfortran linker warnings

2021-04-21 Thread Bernhard Reutner-Fischer via Fortran
On Wed, 21 Apr 2021 05:29:28 -0400 NightStrike wrote: > On Wed, Apr 21, 2021 at 4:59 AM Bernhard Reutner-Fischer > wrote: > > On Wed, 21 Apr 2021 02:34:43 -0400 > > NightStrike via Fortran wrote: > > > > > When linking with -static-libgfortran, I get warnings from ld of the form > > > "ld: wa

Re: static libgfortran linker warnings

2021-04-21 Thread NightStrike via Fortran
On Wed, Apr 21, 2021 at 4:59 AM Bernhard Reutner-Fischer wrote: > On Wed, 21 Apr 2021 02:34:43 -0400 > NightStrike via Fortran wrote: > > > When linking with -static-libgfortran, I get warnings from ld of the form > > "ld: warning: -z ignore ignored" and "ld: warning: -z record ignored". I > > ca

Re: static libgfortran linker warnings

2021-04-21 Thread Bernhard Reutner-Fischer via Fortran
On Wed, 21 Apr 2021 02:34:43 -0400 NightStrike via Fortran wrote: > When linking with -static-libgfortran, I get warnings from ld of the form > "ld: warning: -z ignore ignored" and "ld: warning: -z record ignored". I > can't find those -z options documented anywhere. Why is gfortran adding > the

Re: Fix Fortran rounding issues, PR fortran/96983.

2021-04-21 Thread Tobias Burnus
On 20.04.21 08:58, Richard Biener via Fortran wrote: On Mon, Apr 19, 2021 at 9:40 PM Michael Meissner via Fortran wrote: Is there any reason to not only send the email to fortran@ _and_ gcc-patches@ but sending it to 13 Fortran maintainers explicitly? (Now removed) Fix Fortran rounding issues