[Bug other/35014] Libgfortran.a (downloaded) is not PIC compiled...

2024-03-17 Thread a.shahmoradi at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35014 --- Comment #16 from Amir Shahmoradi --- A new optional flag could be a viable (and in my opinion, very good) solution. Unfortunately, I do not have the expertise and experience with gfortran internals to propose and implement a patch for such

[Bug other/35014] Libgfortran.a (downloaded) is not PIC compiled...

2024-03-16 Thread a.shahmoradi at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35014 --- Comment #14 from Amir Shahmoradi --- It's not a bug but a popular requested feature. See, for example, the discussion here: https://fortran-lang.discourse.group/t/distribute-shared-libraries-or-not/7532/1 Are there any downsides to

[Bug fortran/105117] New: automatic deallocation of objects in procedures with heap arrays

2022-03-30 Thread a.shahmoradi at gmail dot com via Gcc-bugs
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: a.shahmoradi at gmail dot com Target Milestone: --- The following code yields a runtime error when compiled with heap arrays option `gfortran -fmax-stack-var-size=10 main.f90 -o

[Bug fortran/104908] New: gfortran 11/trunk regression: incorrect Fortran out-of-bound runtime error.

2022-03-13 Thread a.shahmoradi at gmail dot com via Gcc-bugs
: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: a.shahmoradi at gmail dot com Target Milestone: --- The following code appears to be standard-conforming, but gfortran throws a runtime error with the flag `-check

[Bug fortran/104900] New: segfault with parameterized derived type with kind parameter and allocatable component

2022-03-12 Thread a.shahmoradi at gmail dot com via Gcc-bugs
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: a.shahmoradi at gmail dot com Target Milestone: --- Created attachment 52617 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52617=edit sample sou

[Bug fortran/104811] maxloc/minloc cannot accept character arguments without `dim` optional argument.

2022-03-08 Thread a.shahmoradi at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104811 --- Comment #5 from Amir Shahmoradi --- (In reply to Thomas Koenig from comment #4) > (In reply to anlauf from comment #2) > > (In reply to kargl from comment #1) > > > Compiles and executes without optimization or if -fno-frontend-optimize is

[Bug fortran/104811] New: maxloc/minloc cannot accept character arguments without `dim` optional argument.

2022-03-06 Thread a.shahmoradi at gmail dot com via Gcc-bugs
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: a.shahmoradi at gmail dot com Target Milestone: --- The following code appears to be standard-conforming. ``` character(1) :: str(3) str = ["a", "

[Bug fortran/104776] New: incorrect compiler error with Parameterized derived type component initialization

2022-03-03 Thread a.shahmoradi at gmail dot com via Gcc-bugs
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: a.shahmoradi at gmail dot com Target Milestone: --- The following code is standard-conforming, but none of the gfortran latest versions can compile it, ``` module

[Bug fortran/104750] New: Parameterized derived type extension from outside the host module

2022-03-01 Thread a.shahmoradi at gmail dot com via Gcc-bugs
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: a.shahmoradi at gmail dot com Target Milestone: --- Created attachment 52543 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52543=edit sample source code The follow

[Bug fortran/104585] New: incorrect error for dummy arguments with both VALUE and DIMENSION attributes

2022-02-17 Thread a.shahmoradi at gmail dot com via Gcc-bugs
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: a.shahmoradi at gmail dot com Target Milestone: --- The following interface conforms to Fortran 2008/2018 standards but is not recognized by gfortran

[Bug fortran/104393] New: incorrect results with elemental functions of scalar derived types with allocatable components

2022-02-04 Thread a.shahmoradi at gmail dot com via Gcc-bugs
) Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: a.shahmoradi at gmail dot com Target Milestone: --- Created attachment 52354 --> https://gcc.gnu.org/bugzilla/attachment.cgi

[Bug libfortran/35014] Libgfortran.a (downloaded) is not PIC compiled...

2020-03-28 Thread a.shahmoradi at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35014 Amir Shahmoradi changed: What|Removed |Added CC||a.shahmoradi at gmail dot com