]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/fortran/check.cc
Change references of .c files to .cc files
[thirdparty/gcc.git] / gcc / fortran / check.cc
index 053f85692a93d4fd6b2eb0296d19174a0ae4bbb4..5fe8d452413f08d646df4e75fa166813c823f771 100644 (file)
@@ -36,7 +36,7 @@ along with GCC; see the file COPYING3.  If not see
 
 
 /* Reset a BOZ to a zero value.  This is used to prevent run-on errors
-   from resolve.c(resolve_function).  */
+   from resolve.cc(resolve_function).  */
 
 static void
 reset_boz (gfc_expr *x)
@@ -1356,7 +1356,7 @@ gfc_check_all_any (gfc_expr *mask, gfc_expr *dim)
 
 
 /* Limited checking for ALLOCATED intrinsic.  Additional checking
-   is performed in intrinsic.c(sort_actual), because ALLOCATED
+   is performed in intrinsic.cc(sort_actual), because ALLOCATED
    has two mutually exclusive non-optional arguments.  */
 
 bool