Daily bump.
This commit is contained in:
parent
7c2a9dbcc2
commit
69576bc01c
5 changed files with 61 additions and 1 deletions
|
@ -1,3 +1,27 @@
|
|||
2024-04-17 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR other/114738
|
||||
* opts.cc (get_option_url): On release branches append
|
||||
gcc-MAJOR.MINOR.0/ after DOCUMENTATION_ROOT_URL.
|
||||
* gcc-urlifier.cc (gcc_urlifier::make_doc_url): Likewise.
|
||||
|
||||
2024-04-17 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/114749
|
||||
* tree-vect-loop.cc (vect_analyze_loop_2): Reset
|
||||
LOOP_VINFO_USING_PARTIAL_VECTORS_P when re-trying without SLP.
|
||||
|
||||
2024-04-17 Georg-Johann Lay <avr@gjlay.de>
|
||||
|
||||
PR target/114752
|
||||
* config/avr/avr.cc (avr_print_operand) [CONST_DOUBLE_P]: Handle DFmode.
|
||||
|
||||
2024-04-17 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR sanitizer/114743
|
||||
* asan.cc (maybe_instrument_call): Don't instrument calls to
|
||||
.ABNORMAL_DISPATCHER.
|
||||
|
||||
2024-04-16 Andrew Pinski <quic_apinski@quicinc.com>
|
||||
|
||||
PR c/92880
|
||||
|
|
|
@ -1 +1 @@
|
|||
20240417
|
||||
20240418
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
2024-04-17 Thomas Schwinge <tschwinge@baylibre.com>
|
||||
|
||||
* lib/target-supports.exp (check_effective_target_vect_long_long):
|
||||
Enable for GCN.
|
||||
|
||||
2024-04-17 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR sanitizer/114743
|
||||
* gcc.dg/asan/pr112709-2.c (freddy): New function from
|
||||
gcc.dg/ubsan/pr112709-2.c version of the test.
|
||||
|
||||
2024-04-16 Gaius Mulley <gaiusmod2@gmail.com>
|
||||
|
||||
PR modula2/114745
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2024-04-17 Christophe Lyon <christophe.lyon@linaro.org>
|
||||
|
||||
PR preprocessor/114748
|
||||
* aclocal.m4: Regenerate.
|
||||
* configure: Regenerate.
|
||||
|
||||
2024-03-14 Lewis Hyatt <lhyatt@gmail.com>
|
||||
|
||||
PR preprocessor/110558
|
||||
|
|
|
@ -1,3 +1,22 @@
|
|||
2024-04-17 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* include/std/ostream (println(ostream&)): Define new overload.
|
||||
* include/std/print (println(FILE*), println()): Likewise.
|
||||
* testsuite/27_io/basic_ostream/print/2.cc: New test.
|
||||
* testsuite/27_io/print/1.cc: Remove unused header.
|
||||
* testsuite/27_io/print/3.cc: New test.
|
||||
|
||||
2024-04-17 Matthias Kretz <m.kretz@gsi.de>
|
||||
|
||||
* include/experimental/bits/numeric_traits.h: Add include guard.
|
||||
|
||||
2024-04-17 Matthias Kretz <m.kretz@gsi.de>
|
||||
|
||||
PR libstdc++/114750
|
||||
* include/experimental/bits/simd_builtin.h
|
||||
(_SimdImplBuiltin::_S_load, _S_store): Fall back to copying
|
||||
scalars if the memory type cannot be vectorized for the target.
|
||||
|
||||
2024-04-16 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* config/locale/dragonfly/numeric_members.cc: Fix typos in
|
||||
|
|
Loading…
Add table
Reference in a new issue