This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, fortran] PR20779 and PR20891 - allocation of STAT or specification variables in same call


Steve,


I think the patch is okay after you eliminate this little chunk:

-  if (ref2->u.ar.type == AR_ELEMENT)
-    return SUCCESS;
+/*  if (ref2->u.ar.type == AR_ELEMENT)
+    return SUCCESS;*/




Wierd! That goes back to the earliest version of the patch; of nearly two months ago. I do not know why I was doing that, still less why it does not affect regtesting at all. I think that it is one to close with a testcase. I'll put my thinking cap on.

Thanks

Paul


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]