Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: eh.toussaint at gmail dot com
Target Milestone: ---
The following program gives a runtime error when compiled with -fcheck=bounds.
program foo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84513
--- Comment #2 from Erik Toussaint ---
Perhaps similar in the sense that in both cases the logic lacks a final check.
I don't know anything about the code that handles this, but it appears that the
source file gets parsed, and if a module is enc
: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: eh.toussaint at gmail dot com
Target Milestone: ---
When using the -M option to let gfortran generate a rule for inclusion in
makefiles, the following code (all in one file) results in a circular
dependency for the .mod file
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55197
Bug #: 55197
Summary: Use statement for omp_lib causes ICE
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Pr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49265
Erik Toussaint changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47030
Erik Toussaint changed:
What|Removed |Added
CC||eh.toussaint at gmail dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49265
Summary: Double colon in procedure-stmt (generic interface)
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: fortran
AssignedTo