First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 13280
Product:  
Component:  
Status: RESOLVED
Resolution: DUPLICATE of bug 13253
Assigned To: Not yet assigned to anyone <unassigned@gcc.gnu.org>
Host:
Reported against  
Priority:  
Severity:  
Target Milestone:  
 
 
Target:
Reporter: Steven Bosscher <steven@gcc.gnu.org>
Add CC:
CC:
Remove selected CCs
Build:
URL:
Summary:
Keywords:
Known to work:
Known to fail:

Attachment Description Type Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 13280 depends on: Show dependency tree
Show dependency graph
Bug 13280 blocks: 13569

Additional Comments:






View Bug Activity   |   Format For Printing   |   Clone This Bug


Description:   Last confirmed: 2003-12-16 23:33 Opened: 2003-12-03 10:32
subroutine bug 
  implicit none 
 
  type :: type1 
     character, dimension(2) :: field1 
     integer :: field2 
  end type type1 
 
  type (type1) :: foo 
 
  print *, foo%field2 
end subroutine bug 
 
t.f90: In function `bug': 
 
t.f90:1: internal compiler error: in gfc_get_dtype_cst, at fortran/
trans-types.c:584 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
 
More fun with derived types and character arrays...

------- Comment #1 From Andrew Pinski 2003-12-05 23:17 -------
Confirmed.

------- Comment #2 From Andrew Pinski 2004-01-05 19:00 -------
This is a dup of bug 13253.

*** This bug has been marked as a duplicate of 13253 ***

First Last Prev Next    No search results available      Search page      Enter new bug