This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/49271] Compiler crashed and asked me to submit a report
- From: "coml4 at san dot rr.com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 3 Jun 2011 17:33:25 +0000
- Subject: [Bug fortran/49271] Compiler crashed and asked me to submit a report
- Auto-submitted: auto-generated
- References: <bug-49271-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49271
--- Comment #3 from Hugh <coml4 at san dot rr.com> 2011-06-03 17:33:03 UTC ---
I apologize for omitting the OS.
27" iMac with i7 processor running OS X 10.6.7. I know the code is bad. It is
just that the compiler crashed and requested a bug report.
Hugh
On Jun 3, 2011, at 9:29 AM, kargl at gcc dot gnu.org wrote:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49271
kargl at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kargl at gcc dot gnu.org
--- Comment #1 from kargl at gcc dot gnu.org 2011-06-03 16:29:12 UTC ---
What operating system?
I get
troutmask:sgk[272] gfc43 -c testcfopen.f90
testcfopen.f90:17.33:
PRINT '(I10)', file_struct%handle ! I do not know what is in the structure or
1
Error: 'handle' at (1) is not a member of the 'c_ptr' structure
with 4.3.6, 4.4.7, 4.5.3, 4.6.1, and 4.7.0 on FreeBSD. If I change
handle to a component within FreeBSD's FILE such as _blksize, I get
testcfopen.f90:19.27:
PRINT '(I10)', file_struct%_blksize
1
Error: Expected structure component name at (1)