]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/gensupport.h
PR fortran/95090 - ICE: identifier overflow
[thirdparty/gcc.git] / gcc / gensupport.h
index f41edf57d454e516294bce3125cfcd7bba926461..094e33f6cc5e95fcf0ee50e9ecd8ad561edc873e 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations for rtx-reader support for gen* routines.
-   Copyright (C) 2000-2018 Free Software Foundation, Inc.
+   Copyright (C) 2000-2020 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -26,7 +26,8 @@ struct obstack;
 extern struct obstack *rtl_obstack;
 
 /* Information about an .md define_* rtx.  */
-struct md_rtx_info {
+class md_rtx_info {
+public:
   /* The rtx itself.  */
   rtx def;