aboutsummaryrefslogtreecommitdiff
path: root/gcc/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/target.h')
-rw-r--r--gcc/target.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/target.h b/gcc/target.h
index cdcaa18..44562da 100644
--- a/gcc/target.h
+++ b/gcc/target.h
@@ -492,6 +492,8 @@ struct gcc_target
/* Allows backends to perform additional processing when
deciding if a class should be exported or imported. */
int (*import_export_class) (tree, int);
+ /* Returns true if constructors and destructors return "this". */
+ bool (*cdtor_returns_this) (void);
} cxx;
/* Leave the boolean fields at the end. */