aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/go-c.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2011-01-14 03:27:32 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2011-01-14 03:27:32 +0000
commit3dac68b99e0aa1503c2743f70e67a84401002a45 (patch)
tree01bf0d7874de7304a90a873d92d8904544ec31c7 /gcc/go/go-c.h
parent632469d01e0652c465f9074d2ec7f5de1cb7dac9 (diff)
downloadgcc-3dac68b99e0aa1503c2743f70e67a84401002a45.zip
gcc-3dac68b99e0aa1503c2743f70e67a84401002a45.tar.gz
gcc-3dac68b99e0aa1503c2743f70e67a84401002a45.tar.bz2
Move clearing of flag_strict_aliasing to gcc interface.
From-SVN: r168774
Diffstat (limited to 'gcc/go/go-c.h')
-rw-r--r--gcc/go/go-c.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/go/go-c.h b/gcc/go/go-c.h
index 19d5c05..a451517 100644
--- a/gcc/go/go-c.h
+++ b/gcc/go/go-c.h
@@ -1,5 +1,5 @@
/* go-c.h -- Header file for go frontend gcc C interface.
- Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
This file is part of GCC.
@@ -65,6 +65,8 @@ extern unsigned int go_field_alignment (tree);
extern void go_trampoline_info (unsigned int *size, unsigned int *alignment);
+extern void go_imported_unsafe (void);
+
#if defined(__cplusplus) && !defined(ENABLE_BUILD_WITH_CXX)
} /* End extern "C". */
#endif