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