http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51825
Bug #: 51825
Summary: Fortran runtime error: Cannot match namelist object
name
Classification: Unclassified
Product: gcc
Version: 4.5.3
Status: UNCONFIRMED
: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: chrisonian at gmail dot com
The following program cannot compile with gfortran 4.8.1:
gfortran gfortran_c_ptr_bug.f90
gfortran_c_ptr_bug.f90:14:0: internal compiler error: Segmentation fault
c_string_ptr = c_loc(X%c_line
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: chrisonian at gmail dot com
Neither ALLOCATE nor DEALLOCATE are in the online manual as intrinsics. MALLOC
is there, and even says 'For new code using Fortran 95 pointers, the m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63797
chrisonian at gmail dot com changed:
What|Removed |Added
CC||chrisonian at gmail dot com