http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52968
Bug #: 52968
Summary: Call to type-bound procedure produces wrongly rejected
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: reubendb at gmail dot com
Hello,
My code generates ICE with gfortran from trunk. I've tried to reduce it as much
as possible. Here's the backtrace:
]$ g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61767
Reuben Budiardja changed:
What|Removed |Added
Severity|critical|normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61767
--- Comment #2 from reubendb at gmail dot com ---
I don't know why this is the case, but adding an allocatable variable in the
type definition of MessageTemplate above avoids the ICE, i.e the following does
not produce ICE:
m
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: reubendb at gmail dot com
Hello,
I am getting an internal compiler error with the following code when using
RENAME list of USE statement with extended derived type. The following reduced
: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: reubendb at gmail dot com
Target Milestone: ---
Hi,
The following code produces an incorrect results with GCC 10.1.0, 10.2.0.
The code works as