Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
no_need_of_tm.h.patch | <tm.h> include in gcc.hxx appears to be no longer necessary On MIPS this file pulls in enum processor which conflicts with our class processor. |
Boris Kolpackov <boris@codesynthesis.com> | not-needed | upstream, http://scm.codesynthesis.com/?p=odb/odb.git;a=commitdiff;h=f0bbc17aeed1b636782a4b92e8191d90f310d0a2;hp=95cb59ee9e7770bd38e14bc86069b7c4d80ea08e | 2015-06-01 | |
remove_gratuitous_classes.patch | [PATCH] Remove gratuitous classes In the process also get rid of global class processor which conflicts with enum processor on MIPS. |
Boris Kolpackov <boris@codesynthesis.com> | no | 2015-06-03 | ||
GCC_6_port_part1.patch | [PATCH] Initial work to make ODB compatible with GCC 6 | Boris Kolpackov <boris@codesynthesis.com> | no | 2016-02-05 | ||
GCC_6_port_part2.patch | [PATCH] Make compilable with GCC 6 in C++14 mode | Boris Kolpackov <boris@codesynthesis.com> | no | 2016-02-08 | ||
GCC_6_input_location_translation.patch | Fix bug in GCC 6 input_location translation | Boris Kolpackov <boris@codesynthesis.com> | no | 2016-12-23 | ||
GCC_8_port.patch | Adapt to changes in GCC 8 | Boris Kolpackov <boris@codesynthesis.com> | no | 2017-11-07 | ||
switch_to_C++11.patch | Switch to C++11, get rid of auto_ptr use | Boris Kolpackov <boris@codesynthesis.com> | no | 2017-11-07 | ||
GCC_8_adaptation.patch | Fix GCC 8 adaptation to be compatible with previous versions | Boris Kolpackov <boris@codesynthesis.com> | no | 2017-11-07 | ||
handle_namespace_aliases_when_parsing_GCC_tree.patch | Handle namespace aliases when parsing GCC tree | Boris Kolpackov <boris@codesynthesis.com> | no | 2018-10-05 | ||
add_initial_support_for_GCC_9.patch | Add initial support for GCC 9 | Boris Kolpackov <boris@codesynthesis.com> | no | 2019-03-15 | ||
Adjust_to_changes_in_GCC_10.patch | Adjust to changes in GCC 10 | Boris Kolpackov <boris@codesynthesis.com> | no | 2020-06-17 | ||
Adjust_to_changes_in_GCC_11.patch | Adjust to changes in GCC 11 | Boris Kolpackov <boris@codesynthesis.com> | no | 2021-03-31 | ||
Resolve_name_lookup_ambiguity.patch | Resolve name lookup ambiguity causing error with GCC 11 | Boris Kolpackov <boris@codesynthesis.com> | no | 2021-07-07 |