gcc::jit::recording::union_ has some stray fields, which are duplicates of those in the compound_type base class. It looks like these have been present since the initial merger of the jit branch to trunk (r217374), where it had three duplicate fields: location *m_loc; string *m_name; fields *m_fields; I removed the duplicate field "m_fields" in r219564 but missed the other two. This patch removes them. gcc/jit/ChangeLog: PR jit/81672 * jit-recording.h (gcc::jit::recording::union_): Remove fields "m_loc" and "m_name". From-SVN: r257066
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
docs | Loading commit data... | |
ChangeLog | Loading commit data... | |
ChangeLog.jit | Loading commit data... | |
Make-lang.in | Loading commit data... | |
TODO.rst | Loading commit data... | |
config-lang.in | Loading commit data... | |
dummy-frontend.c | Loading commit data... | |
jit-builtins.c | Loading commit data... | |
jit-builtins.h | Loading commit data... | |
jit-common.h | Loading commit data... | |
jit-logging.c | Loading commit data... | |
jit-logging.h | Loading commit data... | |
jit-playback.c | Loading commit data... | |
jit-playback.h | Loading commit data... | |
jit-recording.c | Loading commit data... | |
jit-recording.h | Loading commit data... | |
jit-result.c | Loading commit data... | |
jit-result.h | Loading commit data... | |
jit-spec.c | Loading commit data... | |
jit-tempdir.c | Loading commit data... | |
jit-tempdir.h | Loading commit data... | |
libgccjit++.h | Loading commit data... | |
libgccjit.c | Loading commit data... | |
libgccjit.h | Loading commit data... | |
libgccjit.map | Loading commit data... | |
notes.txt | Loading commit data... |