armv8-sync-comp-swap.c: Replace 'do-require-effective-target' with 'dg-require-effect...
[gcc.git] / gcc / context.h
index d6555ccbd16c5f632d1ab90cc7cdaa8126e9911c..21013a01a94d4080ef070dd2c1d089dfbc22a031 100644 (file)
@@ -1,5 +1,5 @@
 /* context.h - Holder for global state
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2013-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -32,6 +32,10 @@ class context
 {
 public:
   context ();
+  ~context ();
+
+  /* The flag shows if there are symbols to be streamed for offloading.  */
+  bool have_offload;
 
   /* Pass-management.  */