]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/tree-core.h
re PR fortran/90329 (Incompatibility between gfortran and C lapack calls)
[gcc.git] / gcc / tree-core.h
index 84f75e66ca99ee0ad8796392e4b70da08b2fdf79..04a1f0c6bae78cc6ab81f563df578b4ff7922608 100644 (file)
@@ -1644,6 +1644,7 @@ struct GTY(()) tree_decl_common {
   /* In a VAR_DECL and PARM_DECL, this is DECL_READ_P.  */
   unsigned decl_read_flag : 1;
   /* In a VAR_DECL or RESULT_DECL, this is DECL_NONSHAREABLE.  */
+  /* In a PARM_DECL, this is DECL_HIDDEN_STRING_LENGTH.  */
   unsigned decl_nonshareable_flag : 1;
 
   /* DECL_OFFSET_ALIGN, used only for FIELD_DECLs.  */
This page took 0.027816 seconds and 5 git commands to generate.