diff options
author | Philip Herron <philip.herron@embecosm.com> | 2021-07-05 12:42:31 +0100 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2021-07-05 12:48:11 +0100 |
commit | dc5e01832772304e2a988406e78d3d83fe83f278 (patch) | |
tree | a7b2fca46909c8d6c44d3fba5a77b58d10544ef7 /gcc/gcov-io.h | |
parent | 210ae4f7b0fea9671482b8f01354fd5b9274f878 (diff) | |
download | gcc-dc5e01832772304e2a988406e78d3d83fe83f278.zip gcc-dc5e01832772304e2a988406e78d3d83fe83f278.tar.gz gcc-dc5e01832772304e2a988406e78d3d83fe83f278.tar.bz2 |
Fix bad naming of primitive types such as u64 which ended up as usize
There was a bad port over of the gccgo named_type implementation to try
be simple but this ended up overwriting the names of other primitive types
leading to confusing gimple debug sessions.
In debugging this I have added a set of ids which are the builtin primitive
types ids and we assert that this range of ids will never be overriten by
other types during compilation.
Diffstat (limited to 'gcc/gcov-io.h')
0 files changed, 0 insertions, 0 deletions