https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102145
--- Comment #2 from ripero84 at gmail dot com ---
1) The gfortran manual has its own entries for -pedantic and -pedantic-errors:
-Wpedantic
-pedantic
Issue warnings for uses of extensions to Fortran. -pedantic also
applies to C
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: ripero84 at gmail dot com
Target Milestone: ---
In the presence of -pedantic, -fallow-argument-mismatch fails to degrade the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100662
--- Comment #11 from ripero84 at gmail dot com ---
Thank you very much for the information and your help.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100662
ripero84 at gmail dot com changed:
What|Removed |Added
CC||ripero84 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93309
--- Comment #7 from ripero84 at gmail dot com ---
Thank you! - FYI, this behaviour was present in all versions I tried since GCC
5.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93309
--- Comment #4 from ripero84 at gmail dot com ---
Thank you! Would it be possible to backport this fix to the other active
branches?
: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: ripero84 at gmail dot com
Target Milestone: ---
gfortran thinks the following module code is wrong:
$ cat ine.f90
module m
implicit none(external)
contains
subroutine s
implicit none(external)
end subroutine
end
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92805
ripero84 at gmail dot com changed:
What|Removed |Added
CC||ripero84 at gmail dot com
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: ripero84 at gmail dot com
Target Milestone: ---
I belive that when writing free source form and using kind parameters as part
of integer, real, logical or character literal constants
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: ripero84 at gmail dot com
Target Milestone: ---
gfortran (multiple versions including 7.2.0, 6.4.0 and 5.4.1,) fails to compile
the following code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81509
--- Comment #2 from ripero84 at gmail dot com ---
Created attachment 41807
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41807&action=edit
Compilation output - gfortran v7.1.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81509
--- Comment #1 from ripero84 at gmail dot com ---
Created attachment 41806
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41806&action=edit
Compilation output - gfortran v6.4.0
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: ripero84 at gmail dot com
Target Milestone: ---
Created attachment 41805
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41805&action=edit
Example source code
When the fo
13 matches
Mail list logo