summaryrefslogtreecommitdiff
path: root/gcc/type-reconstructor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/type-reconstructor.hpp')
-rw-r--r--gcc/type-reconstructor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/type-reconstructor.hpp b/gcc/type-reconstructor.hpp
index e70776a073b..4623fc88346 100644
--- a/gcc/type-reconstructor.hpp
+++ b/gcc/type-reconstructor.hpp
@@ -11,7 +11,7 @@ class TypeReconstructor : public TypeWalker
{
public:
typedef std::map<const_tree, tree> reorg_record_map_t;
- typedef std::map<const_tree, tree> reorg_field_map_t;
+ typedef std::map<const_tree, std::pair<tree, bool>> reorg_field_map_t;
typedef std::map<const_tree, bool> is_modified_map_t;
typedef std::set<unsigned> field_offsets_t;
typedef std::map<const_tree, field_offsets_t> record_field_offset_map_t;