https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69910
Jerry DeLisle changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69910
--- Comment #7 from Jerry DeLisle ---
Author: jvdelisle
Date: Sat Feb 27 19:07:13 2016
New Revision: 233782
URL: https://gcc.gnu.org/viewcvs?rev=233782&root=gcc&view=rev
Log:
2016-02-27 Jerry DeLisle
Steven G. Kargl
PR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69910
--- Comment #6 from Jerry DeLisle ---
Patch submiited:
https://gcc.gnu.org/ml/fortran/2016-02/msg00095.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69910
--- Comment #5 from Jerry DeLisle ---
Patch tested. It will be committed soon. Just need to go through the approval
process
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69910
epagone at email dot it changed:
What|Removed |Added
CC||epagone at email dot it
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69910
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69910
--- Comment #2 from Jerry DeLisle ---
Test case:
module newunit_bug
implicit none
contains
subroutine open_file_safe(fname, fstatus, faction, fposition, funit)
character(*), intent(in) :: fname, fstatus, faction, fposition
integer
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69910
Jerry DeLisle changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jvdelisle at gcc dot
gnu.org
---