PR c++/68795: fix uninitialized close_paren_loc in cp_parser_postfix_expression
[gcc.git] / gcc / trans-mem.h
index 585b22ad7b14013934a3d58ee74ab70eb6a60ead..45d28193be18c8119f3f2a444abb55bd7d983f2f 100644 (file)
@@ -1,5 +1,5 @@
 /* Miscellaneous transactional memory support definitions.
-   Copyright (C) 2009-2015 Free Software Foundation, Inc.
+   Copyright (C) 2009-2016 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>
    and Aldy Hernandez <aldyh@redhat.com>.
 
@@ -40,7 +40,7 @@
 #define PR_READONLY            0x4000
 
 extern void compute_transaction_bits (void);
-extern bool is_tm_ending (gimple);
+extern bool is_tm_ending (gimple *);
 extern tree build_tm_abort_call (location_t, bool);
 extern bool is_tm_safe (const_tree);
 extern bool is_tm_pure (const_tree);