|
| 1 | +2024-02-12 Jakub Jelinek < [email protected]> |
| 2 | + |
| 3 | + PR tree-optimization/113849 |
| 4 | + * gimple-lower-bitint.cc (bitint_large_huge::handle_cast): Don't use |
| 5 | + fast path for widening casts where !m_upwards_2limb and lhs_type |
| 6 | + has precision which is a multiple of limb_prec. |
| 7 | + |
| 8 | +2024-02-12 Jakub Jelinek < [email protected]> |
| 9 | + |
| 10 | + PR c++/113674 |
| 11 | + * attribs.cc (extract_attribute_substring): Remove. |
| 12 | + (lookup_scoped_attribute_spec): Don't call it. |
| 13 | + |
| 14 | +2024-02-12 Jakub Jelinek < [email protected]> |
| 15 | + |
| 16 | + * gengtype.cc (adjust_field_rtx_def): Use HOST_SIZE_T_PRINT_UNSIGNED |
| 17 | + and cast to fmt_size_t instead of %lu and cast to unsigned long. |
| 18 | + |
| 19 | +2024-02-12 Christophe Lyon < [email protected]> |
| 20 | + |
| 21 | + * Makefile.in: Add no-info dependency. |
| 22 | + * configure.ac: Set BUILD_INFO=no-info if makeinfo is not |
| 23 | + available. |
| 24 | + * configure: Regenerate. |
| 25 | + |
| 26 | +2024-02-12 Iain Sandoe < [email protected]> |
| 27 | + |
| 28 | + PR target/113855 |
| 29 | + * config/i386/darwin.h (DARWIN_HEAP_T_LIB): Moved to be |
| 30 | + available to all sub-targets. |
| 31 | + * config/i386/darwin32-biarch.h (DARWIN_HEAP_T_LIB): Delete. |
| 32 | + * config/i386/darwin64-biarch.h (DARWIN_HEAP_T_LIB): Delete. |
| 33 | + |
| 34 | +2024-02-12 Richard Biener < [email protected]> |
| 35 | + |
| 36 | + PR tree-optimization/113831 |
| 37 | + PR tree-optimization/108355 |
| 38 | + * tree-ssa-sccvn.cc (copy_reference_ops_from_ref): When |
| 39 | + we see variable array indices and get_ref_base_and_extent |
| 40 | + can resolve those to constants fix up the ops to constants |
| 41 | + as well. |
| 42 | + (ao_ref_init_from_vn_reference): Use 'off' member for |
| 43 | + ARRAY_REF and ARRAY_RANGE_REF instead of recomputing it. |
| 44 | + (valueize_refs_1): Also fixup 'off' of ARRAY_RANGE_REF. |
| 45 | + |
| 46 | +2024-02-12 Pan Li < [email protected]> |
| 47 | + |
| 48 | + * config/riscv/riscv-vector-builtins.cc (resolve_overloaded_builtin): |
| 49 | + Replace args to arguments for misspelled term. |
| 50 | + |
| 51 | +2024-02-12 Georg-Johann Lay < [email protected]> |
| 52 | + |
| 53 | + PR target/112944 |
| 54 | + * config/avr/gen-avr-mmcu-specs.cc (print_mcu) [have_flmap]: |
| 55 | + <*link_rodata_in_ram>: Spec undefs symbol __do_flmap_init |
| 56 | + when not linked with -mrodata-in-ram. |
| 57 | + |
| 58 | +2024-02-12 Richard Biener < [email protected]> |
| 59 | + |
| 60 | + PR tree-optimization/113863 |
| 61 | + * tree-vect-data-refs.cc (vect_analyze_early_break_dependences): |
| 62 | + Record crossed virtual PHIs. |
| 63 | + * tree-vect-loop.cc (move_early_exit_stmts): Elide crossed |
| 64 | + virtual PHIs. |
| 65 | + |
1 | 66 | 2024-02-10 Marek Polacek < [email protected]>
|
2 | 67 |
|
3 | 68 | DR 2237
|
|
0 commit comments