summaryrefslogtreecommitdiff
path: root/gcc/langhooks-def.h
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2008-03-10 08:08:06 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2008-03-10 08:08:06 +0000
commit0d4c700c609c8ada881054655f7d60aeb8492ff7 (patch)
tree89650f4fde9c033624f6b9131ac6a53b2b29bc16 /gcc/langhooks-def.h
parentcf332bbd1fe305167b45ca3ad1e8926c41d89e96 (diff)
downloadgcc-0d4c700c609c8ada881054655f7d60aeb8492ff7.tar.gz
langhooks-def.h (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): Set default to true.
2008-03-10 Paolo Bonzini <bonzini@gnu.org> * langhooks-def.h (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): Set default to true. From-SVN: r133072
Diffstat (limited to 'gcc/langhooks-def.h')
-rw-r--r--gcc/langhooks-def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/langhooks-def.h b/gcc/langhooks-def.h
index fd5f474cc1e..21e17440042 100644
--- a/gcc/langhooks-def.h
+++ b/gcc/langhooks-def.h
@@ -98,7 +98,7 @@ extern void lhd_omp_firstprivatize_type_sizes (struct gimplify_omp_ctx *,
#define LANG_HOOKS_STATICP lhd_staticp
#define LANG_HOOKS_DUP_LANG_SPECIFIC_DECL lhd_do_nothing_t
#define LANG_HOOKS_SET_DECL_ASSEMBLER_NAME lhd_set_decl_assembler_name
-#define LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS false
+#define LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS true
#define LANG_HOOKS_NO_BODY_BLOCKS false
#define LANG_HOOKS_PRINT_STATISTICS lhd_do_nothing
#define LANG_HOOKS_PRINT_XNODE lhd_print_tree_nothing