[Bug fortran/60356] New: Compiler segfault instead of error about module procedure / procedure with an explicit interface
mvondomaros at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Feb 27 12:08:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60356
Bug ID: 60356
Summary: Compiler segfault instead of error about module
procedure / procedure with an explicit interface
Product: gcc
Version: 4.8.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: mvondomaros at gmail dot com
Hi!
The attached simple module causes a "f951: internal compiler error:
Segmentation fault".
When I comment out the generic statement as indicated in the code, I get the
expected error message: "Error: 'my_method1_sub' must be a module procedure or
an external procedure with an explicit interface at (1)"
More information about the Gcc-bugs
mailing list