-
Mon Mar 13 2023 David Faust <david.faust@oracle.com> - 12.1.1-2.0.2
- Bundle libisl to avoid dependency issues.
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
-
Thu Feb 09 2023 David Faust <david.faust@oracle.com> - 12.1.1-2.0.1
- Upgrade to GCC 12.1.1, match EPEL version and patch level.
- Enable all crosses.
- Backport BPF and BTF patches since GCC 12.1, upstream commits:
+ 2df74a891ee bpf: facilitate constant propagation of function addresses
+ ddbe163295b bpf: define __bpf__ as well as __BPF__ as a target macro
+ 8d66fc30fa9 bpf: handle anonymous members in CO-RE reloc [PR106745]
+ 91985be7c2d bpf: remove unused variables from bpf_expand_{prologue,epilogue}
+ dddda0dd3d8 bpf: add preserve_field_info builtin
+ e2468573832 bpf: cleanup missed refactor
+ ba9fd168753 bpf: Use enum for resolved overloaded builtins
+ cc2df4391b8 bpf: avoid possible use of uninitialized variable
+ cdc00c84859 bpf: add define_insn for bswap
+ f7111d5d55d bpf: correct bpf_print_operand for floats [PR108293]
+ 7f748531f65 bpf: disable -fstack-protector in BPF
+ 08b30c74bd2 btf: emit linkage information in BTF_KIND_FUNC entries
+ 380f07fe68e btf: do not use the CHAR `encoding' bit for BTF
+ c42410400c9 btf: Add support to BTF_KIND_ENUM64 type
+ 58580f5093e btf: add 'extern' linkage for variables [PR106773]
+ 1fc2ef20480 btf: fix 'extern const void' variables [PR106773]
+ 73e7495846e btf: correct generation for extern funcs [PR106773]
+ c348a717213 bpf: fix memory constraint of ldx/stx instructions [PR108790]
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
-
Mon Mar 07 2022 David Faust <david.faust@oracle.com> - 11.2.1-3.0.1
- Add two more fixes for -ftrivial-auto-var-init bogus warnings from GCC12
PR104550 and PR102276.
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
-
Fri Jan 21 2022 David Faust <david.faust@oracle.com> - 11.2.1-2.0.1
- Add the following update from native gcc:
Tue Jan 18 2022 Qing Zhao <qing.zhao@oracle.com>
+ Add more fixes for -ftrivial-auto-var-init support from GCC12
- Reviewed-by: Qing Zhao <qing.zhao@oracle.com>
-
Fri Jan 07 2022 David Faust <david.faust@oracle.com> - 11.2.1-1.0.1
- New cross based on OL9 GCC.