]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/gsstruct.def
c++: Handle multiple aggregate overloads [PR95319].
[thirdparty/gcc.git] / gcc / gsstruct.def
index 18cf403fd4d6fad3a92b9250df69ef2dd06d2631..a6a2457f4223069b6a3e04f02ce070ab8fc6104c 100644 (file)
@@ -1,7 +1,7 @@
 /* This file contains the definitions for the gimple IR structure
    enumeration used in GCC.
 
-   Copyright (C) 2007-2015 Free Software Foundation, Inc.
+   Copyright (C) 2007-2020 Free Software Foundation, Inc.
    Contributed by Aldy Hernandez <aldyh@redhat.com>
 
 This file is part of GCC.
@@ -25,7 +25,7 @@ along with GCC; see the file COPYING3.  If not see
    Each enum value should correspond with a single member of the union
    gimple_statement_d.  */
 
-DEFGSSTRUCT(GSS_BASE, gimple_statement_base, false)
+DEFGSSTRUCT(GSS_BASE, gimple, false)
 DEFGSSTRUCT(GSS_WITH_OPS, gimple_statement_with_ops, true)
 DEFGSSTRUCT(GSS_WITH_MEM_OPS_BASE, gimple_statement_with_memory_ops_base, false)
 DEFGSSTRUCT(GSS_WITH_MEM_OPS, gimple_statement_with_memory_ops, true)