Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 314457 Details for
Bug 459374
Bug report: Gfortran emits bad DWARF for array parameters.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
reproducer
bad-dwarf-array-params.f (text/plain), 832 bytes, created by
Jatin Nansi
on 2008-08-18 01:43:09 UTC
(
hide
)
Description:
reproducer
Filename:
MIME Type:
Creator:
Jatin Nansi
Created:
2008-08-18 01:43:09 UTC
Size:
832 bytes
patch
obsolete
>module module_test > real :: a(2,2) >end module module_test > >program test_pass > use module_test, ONLY: a > interface > subroutine sub_test(a_sub,c_sub,c_size) > real,target :: a_sub(:,:) > integer :: c_size > real :: c_sub(c_size,c_size/2) > end subroutine sub_test > end interface > a(1,1)=1. > a(2,1)=2. > a(1,2)=3. > a(2,2)=4. > call sub_test(a,a(:,2),2) >end program test_pass > > >subroutine sub_test(a_sub,c_sub,c_size) > real,target :: a_sub(:,:) > integer :: c_size > real :: c_sub(c_size,c_size/2) > > real,pointer :: b_sub(:,:) > > b_sub => a_sub > call contained_sub > >contains > > subroutine contained_sub > print*,'a_sub',a_sub(:,:) > print*,'b_sub',b_sub(:,:) > print*,'c_sub',c_sub(:,:) > end subroutine contained_sub > >end subroutine sub_test > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 459374
: 314457