[Bug fortran/84672] New: -fcheck=bounds gives runtime error on allocation on assignment with implicit type conversion

2018-03-02 Thread eh.toussaint at gmail dot com
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

[Bug fortran/84513] gfortran -M generates circular dependency

2018-03-01 Thread eh.toussaint at gmail dot com
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

[Bug fortran/84513] New: gfortran -M generates circular dependency

2018-02-22 Thread eh.toussaint at gmail dot com
: 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

[Bug fortran/55197] New: Use statement for omp_lib causes ICE

2012-11-03 Thread eh.toussaint at gmail dot com
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

[Bug fortran/49265] Double colon in procedure-stmt (generic interface)

2012-07-13 Thread eh.toussaint at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49265 Erik Toussaint eh.toussaint at gmail dot com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug fortran/47030] !GCC$ Attributes do not work for COMMON variables in procedures and BLOCK DATA

2012-03-02 Thread eh.toussaint at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47030 Erik Toussaint eh.toussaint at gmail dot com changed: What|Removed |Added CC

[Bug fortran/49265] New: Double colon in procedure-stmt (generic interface)

2011-06-01 Thread eh.toussaint at gmail dot com
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