Daily bump.
This commit is contained in:
parent
df1f6b9857
commit
53fc26e54f
6 changed files with 74 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2025-03-15 Tobias Burnus <tburnus@baylibre.com>
|
||||
|
||||
* gcc-changelog/git_repository.py (parse_git_revisions): Destroy the
|
||||
Repo object by calling repo.close() at the end of the function.
|
||||
|
||||
2025-03-12 Jason Merrill <jason@redhat.com>
|
||||
|
||||
PR libstdc++/119081
|
||||
|
|
|
@ -1 +1 @@
|
|||
20250315
|
||||
20250316
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
2025-03-15 Iain Buclaw <ibuclaw@gdcproject.org>
|
||||
|
||||
* dmd/MERGE: Merge upstream dmd d29e3eca45.
|
||||
* d-codegen.cc (can_elide_copy_p): Update for new front-end interface.
|
||||
* d-lang.cc (d_handle_option): Likewise.
|
||||
* expr.cc (class ExprVisitor): Likewise.
|
||||
|
||||
2025-03-15 Iain Buclaw <ibuclaw@gdcproject.org>
|
||||
|
||||
* dmd/MERGE: Merge upstream b7e3b3b617.
|
||||
|
||||
2025-03-11 Iain Buclaw <ibuclaw@gdcproject.org>
|
||||
|
||||
PR d/119139
|
||||
|
|
|
@ -1,3 +1,20 @@
|
|||
2025-03-15 Tobias Burnus <tburnus@baylibre.com>
|
||||
|
||||
PR fortran/115271
|
||||
* module.cc (mio_omp_declare_simd_clauses): New, moved from ...
|
||||
(mio_omp_declare_simd): ... here. Update call, write empty '( )'
|
||||
if there is no declare simd but a declare variant.
|
||||
(mio_omp_declare_variant): New.
|
||||
(mio_symbol): Call it.
|
||||
* openmp.cc (gfc_match_omp_context_selector): Add comment about
|
||||
module.cc to TODO note.
|
||||
* trans-stmt.h (gfc_trans_omp_declare_variant): Take additional
|
||||
parent_ns argument.
|
||||
* trans-decl.cc (create_function_arglist,
|
||||
gfc_create_function_decl): Update call.
|
||||
* trans-openmp.cc (gfc_trans_omp_declare_variant): Take new
|
||||
argument, add some special case handling for attr.use_assoc.
|
||||
|
||||
2025-03-13 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
PR fortran/119118
|
||||
|
|
|
@ -1,3 +1,24 @@
|
|||
2025-03-15 Tobias Burnus <tburnus@baylibre.com>
|
||||
|
||||
PR fortran/115271
|
||||
* gfortran.dg/gomp/declare-variant-mod-1-use.f90: New test.
|
||||
* gfortran.dg/gomp/declare-variant-mod-1.f90: New test.
|
||||
* gfortran.dg/gomp/declare-variant-mod-2-use.f90: New test.
|
||||
* gfortran.dg/gomp/declare-variant-mod-2.f90: New test.
|
||||
|
||||
2025-03-15 Pan Li <pan2.li@intel.com>
|
||||
|
||||
* gcc.target/riscv/rvv/autovec/cond/cond_widen_complicate-3.c: Removed.
|
||||
* gcc.target/riscv/rvv/autovec/cond/cond_widen_complicate-3-f16.c: New test.
|
||||
* gcc.target/riscv/rvv/autovec/cond/cond_widen_complicate-3-f32.c: New test.
|
||||
* gcc.target/riscv/rvv/autovec/cond/cond_widen_complicate-3-i16.c: New test.
|
||||
* gcc.target/riscv/rvv/autovec/cond/cond_widen_complicate-3-i32.c: New test.
|
||||
* gcc.target/riscv/rvv/autovec/cond/cond_widen_complicate-3-i8.c: New test.
|
||||
* gcc.target/riscv/rvv/autovec/cond/cond_widen_complicate-3-u16.c: New test.
|
||||
* gcc.target/riscv/rvv/autovec/cond/cond_widen_complicate-3-u32.c: New test.
|
||||
* gcc.target/riscv/rvv/autovec/cond/cond_widen_complicate-3-u8.c: New test.
|
||||
* gcc.target/riscv/rvv/autovec/cond/cond_widen_complicate-3.h: New test.
|
||||
|
||||
2025-03-14 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR cobol/119290
|
||||
|
|
|
@ -1,3 +1,22 @@
|
|||
2025-03-15 Iain Buclaw <ibuclaw@gdcproject.org>
|
||||
|
||||
* libdruntime/MERGE: Merge upstream druntime d29e3eca45.
|
||||
|
||||
2025-03-15 Iain Buclaw <ibuclaw@gdcproject.org>
|
||||
|
||||
* libdruntime/MERGE: Merge upstream b7e3b3b617.
|
||||
* libdruntime/Makefile.am (DRUNTIME_DSOURCES_WINDOWS): Add
|
||||
core/sys/windows/bcrypt.d.
|
||||
* libdruntime/Makefile.in: Regenerate.
|
||||
* libdruntime/gcc/sections/elf.d (sizeofTLS): Give function the same
|
||||
mangling as gcc.sections.sizeofTLS.
|
||||
* libdruntime/gcc/sections/package.d: Import core.internal.traits.
|
||||
(pinLoadedLibraries): Mangle as function from rt.sections_elf_shared.
|
||||
(unpinLoadedLibraries): Likewise.
|
||||
(inheritLoadedLibraries): Likewise.
|
||||
(cleanupLoadedLibraries): Likewise.
|
||||
(sizeOfTLS): Add forward declaration.
|
||||
|
||||
2025-03-12 Iain Buclaw <ibuclaw@gdcproject.org>
|
||||
|
||||
* src/MERGE: Merge upstream phobos 0faae92d6.
|
||||
|
|
Loading…
Add table
Reference in a new issue