On Sat, May 16, 2015 at 01:58:30PM +0200, Mikael Morin wrote:
> > Index: gcc/fortran/decl.c
> > ===
> > --- gcc/fortran/decl.c (revision 223094)
> > +++ gcc/fortran/decl.c (working copy)
> > @@ -6968,7 +6968,8 @@ gfc_match_pr
Le 15/05/2015 17:19, Steve Kargl a écrit :
> Regression tested on trunk. OK to commit?
>
Hello,
> Index: gcc/fortran/decl.c
> ===
> --- gcc/fortran/decl.c(revision 223094)
> +++ gcc/fortran/decl.c(working copy)
> @@
Regression tested on trunk. OK to commit?
Subject says it all.
2015-05-XX Steven G. Kargl
PR fortran/66052
* decl.c(gfc_match_protected): Prevent dereference of NULL pointer.
2015-05-XX Steven G. Kargl
PR fortran/66052
* gfortran.dg/protected_9.f90: New