diff options
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.c b/gcc/except.c index 2912caeaa0d..2a25a3bd5b3 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -681,7 +681,7 @@ lookup_type_for_runtime (tree type) /* Represent an entry in @TTypes for either catch actions or exception filter actions. */ -struct GTY(()) ttypes_filter { +struct ttypes_filter { tree t; int filter; }; |