]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/java/jcf.h
utils.c (init_gnat_to_gnu): Use typed GC allocation.
[thirdparty/gcc.git] / gcc / java / jcf.h
index 7e8d18d9b3fa76886337a4e8bfb9ebeaf9e99c35..c7a789d6f2b8a6a854f285be5c4aa9a42553fb1a 100644 (file)
@@ -66,7 +66,7 @@ jcf_open_exact_case (const char* filename, int oflag);
 struct JCF;
 typedef int (*jcf_filbuf_t) (struct JCF*, int needed);
 
-union GTY(()) cpool_entry {
+union GTY((variable_size)) cpool_entry {
   jword GTY ((tag ("0"))) w;
   tree GTY ((tag ("1"))) t;
 };