From b18a97e5dd0935e1c4a626c230f21457d0aad3d5 Mon Sep 17 00:00:00 2001 From: Thomas Koenig Date: Mon, 13 Sep 2021 19:49:49 +0200 Subject: Merged current trunk to branch. --- gcc/ipa-modref.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gcc/ipa-modref.h') diff --git a/gcc/ipa-modref.h b/gcc/ipa-modref.h index 7decabd..540fdea 100644 --- a/gcc/ipa-modref.h +++ b/gcc/ipa-modref.h @@ -1,5 +1,5 @@ /* Search for references that a functions loads or stores. - Copyright (C) 2019 Free Software Foundation, Inc. + Copyright (C) 2019-2021 Free Software Foundation, Inc. This file is part of GCC. @@ -21,6 +21,7 @@ along with GCC; see the file COPYING3. If not see #define IPA_MODREF_H typedef modref_tree modref_records; +typedef unsigned char eaf_flags_t; /* Single function summary. */ @@ -29,7 +30,7 @@ struct GTY(()) modref_summary /* Load and stores in function (transitively closed to all callees) */ modref_records *loads; modref_records *stores; - auto_vec GTY((skip)) arg_flags; + auto_vec GTY((skip)) arg_flags; bool writes_errno; modref_summary (); -- cgit v1.1