]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/fortran/trans.h
re PR fortran/24813 (ICE with scalarization LEN of character types)
[thirdparty/gcc.git] / gcc / fortran / trans.h
index 0b1514e94d6492632073d7c9abc9646b289e8ebd..78a5d156103b0f10b8aa770d3a9aa808ede781cc 100644 (file)
@@ -419,6 +419,9 @@ void gfc_get_backend_locus (locus *);
 extern GTY(()) tree gfc_static_ctors;
 void gfc_generate_constructors (void);
 
+/* Get the string length of an array constructor.  */
+bool get_array_ctor_strlen (gfc_constructor *, tree *);
+
 /* Generate a runtime error check.  */
 void gfc_trans_runtime_check (tree, tree, stmtblock_t *);