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: Fix for PR fortran/31732


Thomas Koenig wrote:
     {
+      /*
+	If we hange a single element in the reference, we need to check that
+	the array has a single element and that we actually reference the
+	correct element.
+       */

<nitpicking>should be /* If we have a single element in the reference, we need to check that the array has a single element and that we actually reference the correct element. */ </nitpicking>

Thanks,
- Tobi


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