https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68442
Jerry DeLisle changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68442
--- Comment #10 from Jerry DeLisle ---
Author: jvdelisle
Date: Sun Jan 24 22:18:20 2016
New Revision: 232780
URL: https://gcc.gnu.org/viewcvs?rev=232780&root=gcc&view=rev
Log:
2016-01-23 Jerry DeLisle
PR fortran/69397
PR fort
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68442
--- Comment #9 from Dominique d'Humieres ---
> Created attachment 37430 [details]
> Patch for testing
The patch looks good to me. No regression.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68442
Jerry DeLisle changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jvdelisle at gcc dot
gnu.org
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68442
--- Comment #7 from Jerry DeLisle ---
Created attachment 37430
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37430&action=edit
Patch for testing
(In reply to Dominique d'Humieres from comment #6)
>
> Are you getting this error with a cle
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68442
--- Comment #6 from Dominique d'Humieres ---
> I am currently getting:
>
> $ gfc pr68442.f90
> pr68442.f90:10:21:
>
> character(kind=gkind()) :: x
>
> Error: Function âgkindâ in initialization expression at (1) must be an
> intrinsic funct
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68442
--- Comment #5 from Jerry DeLisle ---
(In reply to Dominique d'Humieres from comment #4)
> Related to pr69397. With the patch in pr69397 comment 2, the ICE is replaced
> with the error:
>
> pr68442.f90:7:21:
>
>character(kind=gkind()) :
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68442
Dominique d'Humieres changed:
What|Removed |Added
CC||jvdelisle at gcc dot gnu.org
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68442
--- Comment #3 from Dominique d'Humieres ---
The following patch
--- ../_clean/gcc/fortran/interface.c 2015-10-30 17:52:25.0 +0100
+++ gcc/fortran/interface.c 2015-11-21 23:48:11.0 +0100
@@ -3475,7 +3475,9 @@ gfc_arglist_ma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68442
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68442
--- Comment #1 from Gerhard Steinmetz
---
Detected with reversed order :
$ cat z2.f90
module m
interface gkind
procedure g
end interface
contains
integer function g()
g = 1
end
subroutine f(x)
character(kind=gk
11 matches
Mail list logo