summaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2010-12-04 15:41:18 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2010-12-04 15:41:18 +0000
commit09fcca4df66ab5d22ce0adef9b9fc8d2e18cb8a7 (patch)
tree20a976284f3daa91b7078f8660a46e17405f5e93 /gcc/except.c
parent2a2bf5dd2b6f43a501aa8447aa55ca1bb4930110 (diff)
downloadgcc-09fcca4df66ab5d22ce0adef9b9fc8d2e18cb8a7.tar.gz
2010-12-04 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 167455 [inside gcc/ you temporary need to make MELT_NEW_MAKE=1 MELT_STAGE_ZERO=melt-stage0-static ] git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@167457 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/except.c')
-rw-r--r--gcc/except.c2
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;
};