May 2026 Archives by date
Starting: Fri May 1 00:16:54 GMT 2026
Ending: Sun May 31 23:04:46 GMT 2026
Messages: 1336
- [gcc r17-240] Daily bump.
GCC Administrator
- [gcc r13-10287] Daily bump.
GCC Administrator
- [gcc r14-12560] Daily bump.
GCC Administrator
- [gcc r15-11123] Daily bump.
GCC Administrator
- [gcc r16-8844] Daily bump.
GCC Administrator
- [gcc r17-241] [V3][RISC-V][PR rtl-optimization/96692] Improve xor+xor+ior sequence when possible
Jeff Law
- [gcc r16-8845] [RISC-V][PR target/124984] Fix RTL checking abort in thead memory address classification
Jeff Law
- [gcc r17-242] tree-vect-loop: Remove useless && 1.
Jakub Jelinek
- [gcc r17-243] s390: Fix dealing with HF vector modes in s390_secondary_reload
Stefan Schulze Frielinghaus
- [gcc r16-8846] aarch64: Update br_mispredict_factor for generic tunings
Tamar Christina
- [gcc r17-244] x86: Correct last_4x_vec_label in ix86_expand_movmem
H.J. Lu
- [gcc r16-8847] x86: Correct last_4x_vec_label in ix86_expand_movmem
H.J. Lu
- [gcc r17-245] Ada: Link with PIC static Ada runtime when -pie is specified
Eric Botcazou
- [gcc r17-246] libstdc++: Do not assume URBG::result_type exists [PR121919]
Jonathan Wakely
- [gcc r17-247] libstdc++: Improve Doxygen comments for <iterator> contents
Jonathan Wakely
- [gcc r17-248] libstdc++: Suppress Doxygen docs for internals in <bits/locale_conv.h>
Jonathan Wakely
- [gcc r17-249] libstdc++: Tweak Doxygen comments for experimental simd
Jonathan Wakely
- [gcc r17-250] [PR target/124559][RISC-V] Improve RISC-V constant synthesis for some HImode constants
Jeff Law
- [gcc r17-251] strlen: Adjust objsz arg in __strcat_chk -> __stpcpy_chk transformation [PR125079]
Jakub Jelinek
- [gcc r16-8848] strlen: Adjust objsz arg in __strcat_chk -> __stpcpy_chk transformation [PR125079]
Jakub Jelinek
- [gcc r17-252] [PATCH] RISC-V: Fix missing braces in riscv_rtx_costs for slli.uw pattern [PR???]
Jeff Law
- [gcc r17-253] build: Check solaris_{as,ld} where appropriate
Rainer Orth
- [gcc r17-254] c++/reflection: propagate cv-quals for SPLICE_SCOPE [PR125096]
Marek Polacek
- [gcc r17-255] [PATCH GCC17-stage1] riscv: Optimize power-of-2 boundary comparisons in conditional moves
Jeff Law
- [gcc r16-8849] c++/reflection: propagate cv-quals for SPLICE_SCOPE [PR125096]
Marek Polacek
- [gcc r17-256] [PATCH v2] RISC-V: Add Synopsys RHX-100 series pipeline description
Jeff Law
- [gcc r16-8850] c++/reflection: disallow reflecting block-scope externs (CWG 3065) [PR124756]
Marek Polacek
- [gcc r17-257] [PATCH v2] RISC-V: Add Synopsys RMX-100 series pipeline description.
Jeff Law
- [gcc r16-8851] c++/reflection: erroneous access check on dependent splice [PR124989]
Marek Polacek
- [gcc r16-8852] c++/reflection: reflect on dependent class template [PR124926]
Marek Polacek
- [gcc r17-258] i386: Adjust some c86-4g*.md modeling to reduce build time
Kewen Lin
- [gcc r15-11124] c++: ICE with scoped member variable template-id [PR123143]
Marek Polacek
- [gcc/redhat/heads/gcc-16-branch] (146 commits) Merge commit 'r16-8852-g100164d1aa600aba59d780841661b20e359
Jakub Jelinek
- [gcc(refs/vendors/redhat/heads/gcc-16-branch)] Merge commit 'r16-8852-g100164d1aa600aba59d780841661b20e359ebb0c' into redhat/gcc-16-branch
Jakub Jelinek
- [gcc r17-259] [PATCH] RISC-V: Extract fusion logic to riscv-fusion.cc
Jeff Law
- [gcc r17-260] c++/modules: merging fn w/ inst noexcept + deduced auto [PR125115]
Patrick Palka
- [gcc r16-8853] c++/modules: merging fn w/ inst noexcept + deduced auto [PR125115]
Patrick Palka
- [gcc r17-261] [PATCH v2 1/2] build: Preserve *_FOR_BUILD environment variables in all cases.
Jeff Law
- [gcc r17-262] [PATCH v2 2/2] build: Set default for CPP_FOR_BUILD environment variable in all cases.
Jeff Law
- [gcc r17-263] [PATCH v3] match.pd: (A>>C) != (B>>C) -> (A^B) >= (1<<C) [PR110010]
Jeff Law
- [gcc r17-264] c: argument expressions may be evaluated too often by typeof [PR124576]
Martin Uecker
- [gcc r16-8854] [PATCH] match.pd: make "if (c) a |= CST1 else a &= ~CST1" unconditional [PR123967]
Jeff Law
- [gcc r16-8855] Revert "[PATCH] match.pd: make "if (c) a |= CST1 else a &= ~CST1" unconditional [PR123967]"
Jeff Law
- [gcc r17-265] [PATCH] match.pd: make "if (c) a |= CST1 else a &= ~CST1" unconditional [PR123967]
Jeff Law
- [gcc r17-266] [PATCH v3] match.pd: (A>>bool) == 0 -> (unsigned)A) <= bool [PR119420]
Jeff Law
- [gcc r17-267] algol68: Correct typo exeect -> exeext
Sam James
- [gcc r17-268] gcc: fix gcov-tool MOSTLYCLEANFILES typo
Sam James
- [gcc r16-8856] algol68: Correct typo exeect -> exeext
Sam James
- [gcc r17-269] Update gcc .po files
Joseph Myers
- [gcc r16-8857] Update gcc .po files
Joseph Myers
- [gcc r17-270] Daily bump.
GCC Administrator
- [gcc r13-10288] Daily bump.
GCC Administrator
- [gcc r14-12561] Daily bump.
GCC Administrator
- [gcc r15-11125] Daily bump.
GCC Administrator
- [gcc r16-8858] Daily bump.
GCC Administrator
- [gcc r17-271] match: Fix `(A>>bool) EQ 0 -> (unsigned)A LE bool` pattern for vector types [PR125139]
Andrew Pinski
- [gcc/aoliva/heads/testme] libstdc++: check value in std::{con, dis}junction
Alexandre Oliva
- [gcc(refs/users/aoliva/heads/testme)] libstdc++: check value in std::{con, dis}junction
Alexandre Oliva
- [gcc/aoliva/heads/testme] libstdc++: check value in std::{con, dis}junction
Alexandre Oliva
- [gcc(refs/users/aoliva/heads/testme)] libstdc++: check value in std::{con, dis}junction
Alexandre Oliva
- [gcc/aoliva/heads/testme] libstdc++: check value in std::{con, dis}junction
Alexandre Oliva
- [gcc(refs/users/aoliva/heads/testme)] libstdc++: check value in std::{con, dis}junction
Alexandre Oliva
- [gcc r17-272] testsuite: semaphore/try_acquire_until: reorder clock::now calls
Alexandre Oliva
- [gcc r17-273] Minor testsuite tweaks
Eric Botcazou
- [gcc/aoliva/heads/testbase] (56 commits) testsuite: semaphore/try_acquire_until: reorder clock::now
Alexandre Oliva
- [gcc/aoliva/heads/testme] (57 commits) libstdc++: check value in std::{con, dis}junction
Alexandre Oliva
- [gcc(refs/users/aoliva/heads/testme)] libstdc++: check value in std::{con, dis}junction
Alexandre Oliva
- [gcc r16-8859] strlen: Fix up backport [PR125079]
Jakub Jelinek
- [gcc r17-274] [PATCH] RISC-V: Update riscv.opt.urls for -mmpy-optionThis option is currently missing docs.
Jeff Law
- [gcc r17-275] i386: testsuite: disable stack protector for 5 tests
Xi Ruoyao
- [gcc r17-276] i386: testsuite: disable PIE for some tests [PR 70150]
Xi Ruoyao
- [gcc r17-277] testsuite: don't link top-level asm tests as PIE [PR 70150]
Xi Ruoyao
- [gcc r17-278] [RISC-V][PR tree-optimization/109038] Recognize shifts+rotate as simple shift in some cases
Jeff Law
- [gcc r17-279] Fortran/OpenMP: cleanup gfc_free_omp_namelist
Tobias Burnus
- [gcc r17-280] phiopt: Set cfgchanged if cselim-limited happened
Andrew Pinski
- [gcc r17-281] libgo: cmd/go: use 'gcloud storage cp' instead of 'gsutil cp'
Ian Lance Taylor
- [gcc r17-282] Daily bump.
GCC Administrator
- [gcc r13-10289] Daily bump.
GCC Administrator
- [gcc r14-12562] Daily bump.
GCC Administrator
- [gcc r15-11126] Daily bump.
GCC Administrator
- [gcc r16-8860] Daily bump.
GCC Administrator
- [gcc r17-283] [RISC-V][PR target/125152] Don't use stale mode in conditional move expansion
Jeff Law
- [gcc r17-284] ginclude: avoid redefining __STDC_VERSION_LIMITS_H__
Sam James
- [gcc r16-8861] ginclude: avoid redefining __STDC_VERSION_LIMITS_H__
Sam James
- [gcc r15-11127] libsanitizer: fix __sanitizer::struct_sock_fprog_sz availability (#183411) [PR124248]
Sam James
- [gcc r15-11128] ginclude: avoid redefining __STDC_VERSION_LIMITS_H__
Sam James
- [gcc r14-12563] ginclude: avoid redefining __STDC_VERSION_LIMITS_H__
Sam James
- [gcc r13-10290] ginclude: avoid redefining __STDC_VERSION_LIMITS_H__
Sam James
- [gcc r17-285] [RISC-V][PR target/124009] Improve select between 2^n and 0 on RISC-V
Jeff Law
- [gcc r17-286] tree-optimization/122569 - fix DeBruijn CLZ table validator shift-by-64 UB
Philipp Tomsich
- [gcc r17-287] Ada: Fix build failure for 32-bit libada on FreeBSD
Eric Botcazou
- [gcc r17-288] c++: Handle EXACT_DIV_EXPR as printing `/` [PR119567]
Andrew Pinski
- [gcc r16-8862] Ada: Fix build failure for 32-bit libada on FreeBSD
Eric Botcazou
- [gcc r17-289] chrec: Move variable rtype definition to the scope only used
Andrew Pinski
- [gcc r17-290] Daily bump.
GCC Administrator
- [gcc r13-10291] Daily bump.
GCC Administrator
- [gcc r14-12564] Daily bump.
GCC Administrator
- [gcc r15-11129] Daily bump.
GCC Administrator
- [gcc r16-8863] Daily bump.
GCC Administrator
- [gcc r17-291] libbacktrace: support multiple zstd frames
Ian Lance Taylor
- [gcc r17-292] match: Optimize `A > B ? ABS(A) : B` to `MAX(A, B)` when B >= 0 [PR116700]
Andrew Pinski
- [gcc r17-293] [V2][RISC-V][PR rtl-optimization/124766] Simplify x + y == y into x == 0
Jeff Law
- [gcc r17-294] MAINTAINERS: Add myself to write after approval
Vijay Telidevulapalli
- [gcc r17-295] xtensa: Implement "__force_l32" named address space
Max Filippov
- [gcc r17-296] xtensa: Implement "force_l32" target-specific attribute
Max Filippov
- [gcc r17-297] xtensa: Implement "-mforce-l32" target-specific option
Max Filippov
- [gcc r17-298] doc: Document several "force_l32" features for Xtensa
Max Filippov
- [gcc r17-299] rs6000: Add -mcpu=future support and built-in gating infrastructure
kishan parmar
- [gcc r17-300] middle-end/125146 - fold_stmt fails to release SSA names
Richard Biener
- [gcc r17-301] middle-end/125156 - preserve edge flags in cleanup_control_expr_graph
Richard Biener
- [gcc r17-302] Revert "tree-optimization/120003 - missed jump threading"
Richard Biener
- [gcc r17-303] tree-optimization/125153 - testcase for fixed PR
Richard Biener
- [gcc r17-304] phiprop: Allow for one store inbetween the load and the phi which is being used to insert [PR123120]
Andrew Pinski
- [gcc r17-305] testsuite, X86, Darwin: 64bit Darwin does not support non-PIC code.
Iain D Sandoe
- [gcc r17-306] i386: Relax predicates in BT splitters
Uros Bizjak
- [gcc r17-307] get_tree_range should check the supplied range type.
Andrew Macleod
- [gcc r17-308] Integrate bound snapping with pair construction.
Andrew Macleod
- [gcc r17-309] update_range_info can mark a statement for recalculation.
Andrew Macleod
- [gcc r17-310] Unify range_of_address with other range_of_* routines.
Andrew Macleod
- [gcc r17-311] Ranger_cache::range_of_expr should handle no context.
Andrew Macleod
- [gcc r17-312] Rename value_range::set_type to value_range::set_range_class
Andrew Macleod
- [gcc r17-313] phiprop: skip over clobbers [PR116823]
Andrew Pinski
- [gcc r17-314] forwprop: allow more VPEs in simplify_vector_constructor () [PR122679]
Artemiy Volkov
- [gcc r17-315] gcc/doc: Clarify warning for variable unused
Nathan Myers
- [gcc r16-8864] gcc/doc: Clarify warning for variable unused
Nathan Myers
- [gcc r17-316] c++/reflection: fix ICE on is_accessible [PR124241]
Jason Merrill
- [gcc r17-317] c++, contracts: fix testsuite basic.contract.eval.p8 failed
Jason Merrill
- [gcc r17-318] Regenerate xtensa.opt.urls
Mark Wielaard
- [gcc r17-319] aarch64: Fix SVE vec_perm for VL2048 VNx16QI
Richard Sandiford
- [gcc r17-320] m32c: Remove all support for M32C target.
Iain Buclaw
- [gcc r17-321] c/c++: Declare stack protection guard as a global symbol
H.J. Lu
- [gcc r17-322] c++: Fix handling of && after a class definition [PR65271]
Andrew Pinski
- [gcc r17-323] Daily bump.
GCC Administrator
- [gcc r13-10292] Daily bump.
GCC Administrator
- [gcc r14-12565] Daily bump.
GCC Administrator
- [gcc r15-11130] Daily bump.
GCC Administrator
- [gcc r16-8865] Daily bump.
GCC Administrator
- [gcc r17-324] configury: Use only one copy of CHECK_ATTRIBUTE_VISIBILITY macro
Pietro Monteiro
- [gcc r17-325] x86: Fix shift-gf2p8affine-2.c failure on non-AVX512 CPU
H.J. Lu
- [gcc r17-326] tree-optimization/125124 - disable sanity checking of BB SLP partitioning
Richard Biener
- [gcc r17-327] libstdc++: Remove duplicated __mdspan::__is_constant_wrapper.
Tomasz Kaminski
- [gcc r17-328] c++: modules: Fix posix_fallocate error handling
Rainer Orth
- [gcc r17-329] i386: Avoid splitting 16/32-bit volatile mem test into 8-bit test [PR125180]
Jakub Jelinek
- [gcc r17-330] testsuite: Fix up pr122569*.c tests [PR122569]
Jakub Jelinek
- [gcc r17-331] xtensa: Apply further improvement to xtensa_legitimize_address()
Max Filippov
- [gcc r16-8866] i386: Avoid splitting 16/32-bit volatile mem test into 8-bit test [PR125180]
Jakub Jelinek
- [gcc r17-332] libstdc++: Make std::unique_ptr<void>::operator* SFINAE-friendly
Jonathan Wakely
- [gcc r15-11131] libstdc++: Update C++23 status table
Jonathan Wakely
- [gcc r17-333] tree-optimization/125185 - fix ICE with associating DOT_PROD_EXPR
Richard Biener
- [gcc r17-334] libstdc++: Fix mainpage.html link to Doxygen docs [PR109965]
Jonathan Wakely
- [gcc r16-8867] libstdc++: Do not assume URBG::result_type exists [PR121919]
Jonathan Wakely
- [gcc r16-8868] libstdc++: Make std::unique_ptr<void>::operator* SFINAE-friendly
Jonathan Wakely
- [gcc r16-8869] libstdc++: Fix mainpage.html link to Doxygen docs [PR109965]
Jonathan Wakely
- [gcc r17-335] analyzer: Fix up -Wunused-variable warning
Jakub Jelinek
- [gcc r17-336] PR modula2/120189: documented link command does not work
Gaius Mulley
- [gcc r15-11132] libstdc++: Make std::unique_ptr<void>::operator* SFINAE-friendly
Jonathan Wakely
- [gcc r15-11133] libstdc++: Fix mainpage.html link to Doxygen docs [PR109965]
Jonathan Wakely
- [gcc r17-337] RISC-V: Make tuple vector not tieable to some modes.
Robin Dapp
- [gcc r17-338] c++/modules: false positive abi_tag mismatch [PR124957]
Patrick Palka
- [gcc r17-339] libstdc++: Fix experimental::__is_x86_pd() [PR124657]
Jonathan Wakely
- [gcc r17-340] [RISC-V] Adjust expected output after recent jump threader change
Jeff Law
- [gcc r17-341] Update gcc de.po
Joseph Myers
- [gcc r16-8870] Update gcc de.po
Joseph Myers
- [gcc r17-342] libssp: Change __stack_chk_guard to uintptr_t
H.J. Lu
- [gcc r17-343] or1k: Allow SImode for condition flag register
H.J. Lu
- [gcc r17-344] d: internal compiler error: in convert_move, at expr.cc:227
Iain Buclaw
- [gcc r16-8871] d: internal compiler error: in convert_move, at expr.cc:227
Iain Buclaw
- [gcc r15-11134] d: internal compiler error: in convert_move, at expr.cc:227
Iain Buclaw
- [gcc r14-12566] d: internal compiler error: in convert_move, at expr.cc:227
Iain Buclaw
- [gcc r13-10293] d: internal compiler error: in convert_move, at expr.cc:227
Iain Buclaw
- [gcc r17-345] Daily bump.
GCC Administrator
- [gcc r13-10294] Daily bump.
GCC Administrator
- [gcc r14-12567] Daily bump.
GCC Administrator
- [gcc r15-11135] Daily bump.
GCC Administrator
- [gcc r16-8872] Daily bump.
GCC Administrator
- [gcc r17-346] c++/reflection: rewrite and memoize consteval_only_p [PR125179]
Patrick Palka
- [gcc r15-11136] fortran: Reject array/allocatable LINEAR on DO [PR102430]
Paul Thomas
- [gcc r14-12568] fortran: Reject array/allocatable LINEAR on DO [PR102430]
Paul Thomas
- [gcc r17-347] [x86] enable avx512_two_epilogues and avx512_masked_epilogues for znver6
Richard Biener
- [gcc r16-8873] [x86] enable avx512_two_epilogues and avx512_masked_epilogues for znver6
Richard Biener
- [gcc r15-11137] fortran: Fix character SPREAD intrinsic lowering [PR109788]
Paul Thomas
- [gcc r17-348] RISC-V: Use more whole-reg loads/stores.
Robin Dapp
- [gcc r14-12569] fortran: Fix character SPREAD intrinsic lowering [PR109788]
Paul Thomas
- [gcc r17-349] libstdc++: Improve docs for range access functions [PR97001]
Jonathan Wakely
- [gcc r17-350] LoongArch: Fix ICE caused by incomplete split conditions [PR125057].
LuluCheng
- [gcc r16-8874] LoongArch: Fix ICE caused by incomplete split conditions [PR125057].
LuluCheng
- [gcc r17-351] LoongArch: Add rtx_cost support for ORDERED comparison.
LuluCheng
- [gcc r17-352] libstdc++: Use hardware_destructive_interference_size in atomic.cc
Jonathan Wakely
- [gcc r17-353] libstdc++: Avoid double indirection in function_ref when possible
Tomasz Kaminski
- [gcc r17-354] libstdc++: Remove non-concepts fallback for std::make_shared_for_overwrite
Jonathan Wakely
- [gcc r17-355] [PATCH v4] RISC-V: Apply LMUL cost scaling to vector operations
Jeff Law
- [gcc r16-8875] or1k: Allow SImode for condition flag register
H.J. Lu
- [gcc r17-356] libstdc++: Format all contiguous ranges usign spoan.
Tomasz Kaminski
- [gcc] Created branch 'mikael/heads/pr125192_v02' in namespace 'refs/users'
Mikael Morin
- [gcc(refs/users/mikael/heads/pr125192_v02)] fortran: Only pass the block for bound check generation
Mikael Morin
- [gcc(refs/users/mikael/heads/pr125192_v02)] fortran: Add bound checking code to the scalarizer block [PR125192]
Mikael Morin
- [gcc(refs/users/meissner/heads/work240-float)] Fix conversion from integer to 16-bit floating point
Michael Meissner
- [gcc(refs/users/meissner/heads/work240-float)] Update ChangeLog.*
Michael Meissner
- [gcc r17-357] Handle integer constants up front.
Andrew Macleod
- [gcc r17-358] More memory efficient prange_storage.
Andrew Macleod
- [gcc r17-359] analyzer: add data flow events
David Malcolm
- [gcc r17-360] analyzer: generating raw state for rewinding data flow
David Malcolm
- [gcc r17-361] value-range.h: fix typo in comment
David Malcolm
- [gcc r17-362] libstdc++: Replace uses of EBO with [[no_unique_address]]
Jonathan Wakely
- [gcc r17-363] libstdc++: Simplify std::shared_ptr internals
Jonathan Wakely
- [gcc r17-364] analyzer: show value ranges in svalue::dump
David Malcolm
- [gcc r17-365] range-ops: use const/static where possible
David Malcolm
- [gcc r15-11138] c: Fix ICE related to tags and hardbool attribute [PR123856]
Martin Uecker
- [gcc(refs/users/meissner/heads/work245-float)] Add infrastructure for _Float16 and __bfloat16 types.
Michael Meissner
- [gcc(refs/users/meissner/heads/work245-float)] Add initial 16-bit floating point support.
Michael Meissner
- [gcc(refs/users/meissner/heads/work245-float)] Add HF/BF emulation functions to libgcc.
Michael Meissner
- [gcc(refs/users/meissner/heads/work245-float)] Add conversions between _Float16 and float/double.
Michael Meissner
- [gcc(refs/users/meissner/heads/work245-float)] Add conversions between __bfloat16 and float/double.
Michael Meissner
- [gcc(refs/users/meissner/heads/work245-float)] Add conversions between 16-bit floating point and other scalar modes.
Michael Meissner
- [gcc(refs/users/meissner/heads/work245-float)] Add BF/HF neg, abs operands and logical insns.
Michael Meissner
- [gcc(refs/users/meissner/heads/work245-float)] Add 16-bit floating point vectorization.
Michael Meissner
- [gcc(refs/users/meissner/heads/work245-float)] Optimize __bfloat16 scalar code.
Michael Meissner
- [gcc(refs/users/meissner/heads/work245-float)] Add --with-powerpc-float16 and --with-powerpc-float16-disable-warning.
Michael Meissner
- [gcc(refs/users/meissner/heads/work245-float)] Add _Float16 and __bfloat16 tests.
Michael Meissner
- [gcc(refs/users/meissner/heads/work245-float)] Update ChangeLog.*
Michael Meissner
- [gcc r17-366] c: Fix use of variably-modified structure/union types in nested context [PR124985]
Martin Uecker
- [gcc r17-367] Fortran: fix namelist read for input with comments [PR125095]
Harald Anlauf
- [gcc r17-368] build: add diagnostics/ to TAGS
Jason Merrill
- [gcc r16-8876] c++/modules: false positive abi_tag mismatch [PR124957]
Patrick Palka
- [gcc r16-8877] c++/reflection: rewrite and memoize consteval_only_p [PR125179]
Patrick Palka
- [gcc r17-369] Daily bump.
GCC Administrator
- [gcc r13-10295] Daily bump.
GCC Administrator
- [gcc r14-12570] Daily bump.
GCC Administrator
- [gcc r15-11139] Daily bump.
GCC Administrator
- [gcc r16-8878] Daily bump.
GCC Administrator
- [gcc r17-370] match: min|max(a+|-c, b+|-c) -> min|max(a, b)+|-c [PR116008, PR124560]
Pengxuan Zheng
- [gcc r17-371] RISC-V: Combine vec_duplicate + vmsgt.vv to vmsgt.vx on GR2VR cost
Pan Li
- [gcc r17-372] RISC-V: Add test for vec_duplicate + vmsgt.vv combine with GR2VR cost 0, 1 and 15
Pan Li
- [gcc(refs/users/meissner/heads/work245-float)] Fix vector init bug with V8HFmode and V8BFmode.
Michael Meissner
- [gcc(refs/users/meissner/heads/work245-float)] Update ChangeLog.*
Michael Meissner
- [gcc r17-373] c++: Reflection vs. CLASSTYPE_TYPEINFO_VAR/ANON_AGGR_TYPE_FIELD sharing [PR124991]
Jakub Jelinek
- [gcc r17-374] c++: Fix up extract_ref [PR125111]
Jakub Jelinek
- [gcc r17-375] Fortran: Fix complex associate-name with inferred kind [PR125172]
Paul Thomas
- [gcc r17-376] libstdc++: Rework istreambuf_iterator::_M_sbuf handling to slice null-dereference warning [PR105580]
Tomasz Kaminski
- [gcc r17-377] libstdc++: Constrain tuple(tuple&&) [PR78302]
Jonathan Wakely
- [gcc r17-378] rs6000: Builtins for AES acceleration instructions [RFC02657]
Avinash Jayakar
- [gcc r17-379] c++: Constant evaluation of __builtin_{, dynamic_}object_size [PR124347]
Jakub Jelinek
- [gcc r17-380] c++: Don't check for consteval-only uses inside of USING_STMT [PR125184]
Jakub Jelinek
- [gcc r17-381] testsuite: Fix up gcc.dg/analyzer/divide-by-zero-6.c test
Jakub Jelinek
- [gcc r17-382] c++: Improve REFLECT_EXPR printing [PR125007]
Jakub Jelinek
- [gcc r17-383] PR middle-end/122871: Doubleword multiplication improvements
Roger Sayle
- [gcc r17-384] match: Restrict "min|max(a+|-c, b+|-c)" folding to integral types [PR125214]
Pengxuan Zheng
- [gcc r17-385] fortran: Only pass the block for bounds check generation
Mikael Morin
- [gcc r17-386] fortran: Add bounds checking code to the scalarizer block [PR125192]
Mikael Morin
- [gcc r17-387] Add post_ra_split_completed and use it for the RX port
Richard Sandiford
- [gcc r17-388] alloc-pool: Support non-default constructors
Richard Sandiford
- [gcc r17-389] combine: Tweak make_compound_operation PLUS/MINUS cases
Richard Sandiford
- [gcc r17-390] rtlanal: Tweak operator precedence for comparisons
Richard Sandiford
- [gcc r17-391] c++/reflection: ICE with bases_of [PR125206]
Marek Polacek
- [gcc r16-8879] c++/reflection: ICE with bases_of [PR125206]
Marek Polacek
- [gcc r17-392] c++/reflection: odr-used inline var of consteval-only type [PR124770]
Marek Polacek
- [gcc r16-8880] c++/reflection: odr-used inline var of consteval-only type [PR124770]
Marek Polacek
- [gcc r17-393] [PATCH v2] match.pd: Add pattern to fold (X - (X<0)) ^ -(X<0) into ABS_EXPR<X> [PR123514]
Jeff Law
- [gcc r17-394] [RISC-V][tree-optimization/106244] Improve code when generating (1 << N) & 0x1
Jeff Law
- [gcc r17-395] MATCH: Add simplification for MAX<a&CST0, a&CST1> and MIN<a&CST0, a&CST1> to match.pd [PR109878]
Andrew Pinski
- [gcc r17-396] Daily bump.
GCC Administrator
- [gcc r13-10296] Daily bump.
GCC Administrator
- [gcc r14-12571] Daily bump.
GCC Administrator
- [gcc r15-11140] Daily bump.
GCC Administrator
- [gcc r16-8881] Daily bump.
GCC Administrator
- [gcc r17-397] x86_cse: Add X86_CSE_CONST_VECTOR
H.J. Lu
- [gcc r17-398] libga68: Remove redundant CHECK_ATTRIBUTE_VISIBILITY macro
Pietro Monteiro
- [gcc r17-399] aarch64: Move pass_narrow_gp_writes above pass_free_cfg
Soumya AR
- [gcc r17-400] testsuite: Fix test requirements: Adjust 'gcc.dg/plugin/diagnostic-test-paths-4.py'
Thomas Schwinge
- [gcc r17-401] RISC-V: Implement even-odd shuffles with vnsrl
Bohan Lei
- [gcc r16-8882] tree-optimization/125025 - ICE with niter analysis and UBSAN
Richard Biener
- [gcc r16-8883] middle-end/125146 - fold_stmt fails to release SSA names
Richard Biener
- [gcc r16-8884] Revert "tree-optimization/120003 - missed jump threading"
Richard Biener
- [gcc r16-8885] tree-optimization/125153 - testcase for fixed PR
Richard Biener
- [gcc r16-8886] tree-optimization/125185 - fix ICE with associating DOT_PROD_EXPR
Richard Biener
- [gcc r17-402] tree-optimization/125174 - cost OMP SIMD calls
Richard Biener
- [gcc r17-403] rs6000: Emit insn with proper rounding mode for nearbyint
Vijay Telidevulapalli
- [gcc r17-404] LoongArch: eliminate redundant extension after ctz.w
Xi Ruoyao
- [gcc r17-405] LoongArch: harden SSP canary set and test routines [PR 125049]
Xi Ruoyao
- [gcc r17-406] LoongArch: Allow printing symbolic name with "%c" in inline asm
Xi Ruoyao
- [gcc r17-407] testsuite: munge absolute paths like compiler do on Windows
Torbjorn Svensson
- [gcc r16-8887] testsuite: munge absolute paths like compiler do on Windows
Torbjorn Svensson
- [gcc r17-408] [PATCH] Restore bootstrap on aarch64
Roger Sayle
- [gcc r15-11141] fortran: Clean up charlens after rejected parameter arrays [PR79524]
Paul Thomas
- [gcc r17-409] testsuite: scan for case sensitive file extensions in lto.exp
Torbjorn Svensson
- [gcc r17-410] Fortran: fix automatic deallocation with derived type IO [PR111952, PR125059]
Harald Anlauf
- [gcc r17-411] [RISC-V][PR tree-optimization/93504] Handle (X & C) | ((X^Y) & ~C) -> X ^ ( Y & ~C) in simplify-rtx
Jeff Law
- [gcc r17-412] [V2][RISC-V][PR target/124955] Utilize slliw for some left shifted signed bitfield extractions
Jeff Law
- [gcc r17-413] [PATCH] match.pd: (bool >= A) >= A -> bool >= A [PR119422]
Jeff Law
- [gcc r17-414] libfortran: fix static analyser cppcheck warning in free_format_data [PR125087]
Harald Anlauf
- [gcc r17-415] PR middle-end/124637: Fix passing padded constant structs in registers on big-endian targets
Roger Sayle
- [gcc r17-416] c++: fix ICE with invalid targ [PR125043]
Marek Polacek
- [gcc r17-417] Daily bump.
GCC Administrator
- [gcc r13-10297] Daily bump.
GCC Administrator
- [gcc r14-12572] Daily bump.
GCC Administrator
- [gcc r15-11142] Daily bump.
GCC Administrator
- [gcc r16-8888] Daily bump.
GCC Administrator
- [gcc r17-418] match: Fix merged patterns for a!=b implies a and b are not zero [PR125234]
Andrew Pinski
- [gcc r14-12573] fortran: Clean up charlens after rejected parameter arrays [PR79524]
Paul Thomas
- [gcc r13-10298] fortran: Clean up charlens after rejected parameter arrays [PR79524]
Paul Thomas
- [gcc r15-11143] fortran: Fix ICE with implicit variable in iterator depend clause [PR107425]
Paul Thomas
- [gcc r14-12574] fortran: Fix ICE with implicit variable in iterator depend clause [PR107425]
Paul Thomas
- [gcc r13-10299] fortran: Fix ICE with implicit variable in iterator depend clause [PR107425]
Paul Thomas
- [gcc r17-419] c++: always walk DECL_VALUE_EXPR in cp_genericize_r [PR121500]
Patrick Palka
- [gcc r17-420] x86_cse: Check CONST0_RTX and CONSTM1_RTX
H.J. Lu
- [gcc r17-421] cfghooks: Move ir_type inside cfghooks
Andrew Pinski
- [gcc r17-422] cfghooks: Remove name field
Andrew Pinski
- [gcc r17-423] cfghooks: constifify cfg_hooks [PR117871]
Andrew Pinski
- [gcc r17-424] x86_cse: Add a test for PR target/125245
H.J. Lu
- [gcc r17-425] [PATCH] RISC-V: Don't emit cm.popret when zcmp + zicfiss is enabled [PR125217]
Jeff Law
- [gcc r17-426] Daily bump.
GCC Administrator
- [gcc r13-10300] Daily bump.
GCC Administrator
- [gcc r14-12575] Daily bump.
GCC Administrator
- [gcc r15-11144] Daily bump.
GCC Administrator
- [gcc r16-8889] Daily bump.
GCC Administrator
- [gcc r17-427] Fortran: Allow access to coarray elements within modules. [PR125051]
Paul Thomas
- [gcc r17-428] x86_cse: Convert vector load to constant integer load
H.J. Lu
- [gcc r17-429] a68: remove unimplemented math functions from is_mappable_routine
Jose E. Marchesi
- [gcc r17-430] Ada: Set LDFLAGS to configure setting in gnattools
Eric Botcazou
- [gcc r17-431] Ada: Fix Image for derived enumeration type with representation clause
Eric Botcazou
- [gcc r16-8890] Ada: Fix Image for derived enumeration type with representation clause
Eric Botcazou
- [gcc r15-11145] Ada: Fix Image for derived enumeration type with representation clause
Eric Botcazou
- [gcc r17-432] gcov: Read the right arc flag in json output
Jorgen Kvalsvik
- [gcc r17-433] Daily bump.
GCC Administrator
- [gcc r13-10301] Daily bump.
GCC Administrator
- [gcc r14-12576] Daily bump.
GCC Administrator
- [gcc r15-11146] Daily bump.
GCC Administrator
- [gcc r16-8891] Daily bump.
GCC Administrator
- [gcc r17-434] [RISC-V][PR rtl-optimization/80770] Simplify bit flipping operations down to xor
Jeff Law
- [gcc r17-435] [PATCH] combine: Check against CLOBBER in make_compound_operation_int [PR125209]
Jeff Law
- [gcc r17-436] Update Email in MAINTAINERS
Naveen H.S
- [gcc r17-437] [PATCH] [Aarch64]: Use fmov for some low-lane FP SIMD constant vectors
Naveen H.S
- [gcc r17-438] combine: Reject any resulting insns using hard reg constraints [PR121426]
Stefan Schulze Frielinghaus
- [gcc/aoliva/heads/testbase] (72 commits) d: internal compiler error: in convert_move, at expr.cc:227
Alexandre Oliva
- [gcc/aoliva/heads/testme] (75 commits) vxworks: support aarch64 errata
Alexandre Oliva
- [gcc(refs/users/aoliva/heads/testme)] testsuite: pr94994: include stddef.h for size_t
Alexandre Oliva
- [gcc(refs/users/aoliva/heads/testme)] libstdc++: vxworks: enable clock_gettime
Alexandre Oliva
- [gcc(refs/users/aoliva/heads/testme)] vxworks: support aarch64 errata
Alexandre Oliva
- [gcc r16-8892] s390: Fix dealing with HF vector modes in s390_secondary_reload
Stefan Schulze Frielinghaus
- [gcc r17-439] adjust OMP SIMD call cost
Richard Biener
- [gcc r17-440] libstdc++: Reorder compile-time checks for __formatter_str::_M_format_range.
Tomasz Kaminski
- [gcc r17-441] mingw: Ensure symbols are quoted in Intel syntax
Jonathan Yong
- [gcc r16-8893] mingw: Ensure symbols are quoted in Intel syntax
Jonathan Yong
- [gcc r17-442] tree-optimization/125250 - LIM speculating not noop load/store
Richard Biener
- [gcc r17-443] i386: Keep SEH enabled for Win64 sysv_abi functions
Jonathan Yong
- [gcc r17-444] Match: Move saturation alu patterns into match-sat-alu.pd [NFC]
Pan Li
- [gcc r17-445] AArch64: Turn on GPR narrowing pass by default
Tamar Christina
- [gcc r17-446] xtensa: Define HONOR_REG_ALLOC_ORDER as 1
Max Filippov
- [gcc r17-447] xtensa: Revise xtensa_expand_prologue()
Max Filippov
- [gcc r17-448] xtensa: Assert the results of several validate_change() calls
Max Filippov
- [gcc r17-449] fortran: Add -fcoarray=shared option to auto-link -lcaf_shmem
Jerry DeLisle
- [gcc r17-450] c++: refine decl_defined_p
Marek Polacek
- [gcc r17-451] c-family: look through non-user-facing typedef [PR124621]
Jason Merrill
- [gcc r17-452] lm32: enable LRA after testing showed minimal regressions.
Jeff Law
- [gcc r17-453] hppa64: Fix linking of libgcc on HP-UX with GNU ld
John David Anglin
- [gcc] Created branch 'meissner/heads/work246' in namespace 'refs/users'
Michael Meissner
- [gcc(refs/users/meissner/heads/work246)] Add ChangeLog.meissner and REVISION.
Michael Meissner
- [gcc] Created branch 'meissner/heads/work246-orig' in namespace 'refs/users'
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-orig)] Add REVISION.
Michael Meissner
- [gcc] Created branch 'meissner/heads/work246-bugs' in namespace 'refs/users'
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-bugs)] Add ChangeLog.bugs and update REVISION.
Michael Meissner
- [gcc] Created branch 'meissner/heads/work246-dmf' in namespace 'refs/users'
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-dmf)] Add ChangeLog.dmf and update REVISION.
Michael Meissner
- [gcc r17-454] c++/reflection: add null_reflection_p
Jason Merrill
- [gcc] Created branch 'meissner/heads/work246-sha' in namespace 'refs/users'
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-sha)] Add ChangeLog.sha and update REVISION.
Michael Meissner
- [gcc] Created branch 'meissner/heads/work246-float' in namespace 'refs/users'
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-float)] Add ChangeLog.float and update REVISION.
Michael Meissner
- [gcc] Created branch 'meissner/heads/work246-test' in namespace 'refs/users'
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-test)] Add ChangeLog.test and update REVISION.
Michael Meissner
- [gcc] Created branch 'meissner/heads/work246-submit' in namespace 'refs/users'
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-submit)] Add ChangeLog.submit and update REVISION.
Michael Meissner
- [gcc r17-455] contrib: Fix check_GNU_style.py for some .opt issues [PR125275]
Andrew Pinski
- [gcc r17-456] Daily bump.
GCC Administrator
- [gcc r13-10302] Daily bump.
GCC Administrator
- [gcc r14-12577] Daily bump.
GCC Administrator
- [gcc r15-11147] Daily bump.
GCC Administrator
- [gcc r16-8894] Daily bump.
GCC Administrator
- [gcc r17-457] c++/reflection: fixes for comparing reflections [PR125208]
Marek Polacek
- [gcc r17-458] [Aarch64]: Make aarch64_output_simd_mov_imm_low return const char *
Naveen H.S
- [gcc r17-459] tree-optimization: Fold SAT_ADD at gimple level
Naveen H.S
- [gcc r15-11148] fortran: Accept valid ENTRY specification expressions [PR85352]
Paul Thomas
- [gcc r14-12578] fortran: Accept valid ENTRY specification expressions [PR85352]
Paul Thomas
- [gcc r17-460] testsuite: riscv: reset -march for tests with -mcpu
Alexandre Oliva
- [gcc r17-461] testsuite: pr94994: include stddef.h for size_t
Alexandre Oliva
- [gcc(refs/users/meissner/heads/work246-dmf)] Add wD constraint.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-dmf)] Switch to use wD constraint in mma.md.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-dmf)] Add the -mdense-math option.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-dmf)] Add support for dense math registers.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-dmf)] Add support for 1, 024 bit dense math registers.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-dmf)] On dense math systems use the 'dm' prefix on MMA instructions.
Michael Meissner
- [gcc r15-11149] fortran: Fix ICE in remap_type with deferred-length character in OMP target [PR101760, PR102314]
Paul Thomas
- [gcc r17-462] libstdc++: vxworks: enable clock_gettime
Alexandre Oliva
- [gcc r17-463] vxworks: support aarch64 errata
Alexandre Oliva
- [gcc r17-464] match.pd: rearrange (VCE (BFR)) simplification conditions [PR125259]
Artemiy Volkov
- [gcc r16-8895] match.pd: rearrange (VCE (BFR)) simplification conditions [PR125259]
Artemiy Volkov
- [gcc r17-465] Avoid setting ls_type when unused
Richard Biener
- [gcc r17-466] [PATCH 1/2] tree-optimization/vect: Allow commutative operand swap for IFN in SLP reduction
Lili Cui
- [gcc r17-467] [PATCH 2/2] tree-optimization/vect: Allow single-lane SLP fallback when limit is exhausted
Lili Cui
- [gcc r17-468] RX: Fix infinite-loop on LRA [PR113948]
Richard Sandiford
- [gcc r17-469] sra: Fix build_user_friendly_ref_for_offset for bit-fields (PR124151)
Martin Jambor
- [gcc r17-470] testsuite: fix reflect/bases_of5.C for -m32
Marek Polacek
- [gcc r17-471] libstdc++: Improve handling of leap second expiry time [PR123165]
Jonathan Wakely
- [gcc r17-472] c++: deferred parsing of default arguments [PR50479]
Marek Polacek
- [gcc r16-8896] c++/reflection: fixes for comparing reflections [PR125208]
Marek Polacek
- [gcc r16-8897] testsuite: fix reflect/bases_of5.C for -m32
Marek Polacek
- [gcc r16-8898] c++: fix ICE with invalid targ [PR125043]
Marek Polacek
- [gcc r17-473] c++: -Wzero-as-null-pointer-constant and <=> [PR100903]
Jason Merrill
- [gcc r14-12579] Author: Christopher Albert <albert@tugraz.at> Date: Sat Apr 11 15:13:19 2026 +0200
Paul Thomas
- [gcc r15-11150] fortran: Fix ICE in gfc_trans_auto_array_allocation with scalar coarray [PR93715]
Paul Thomas
- [gcc r17-474] Add warnings of potentially-uninitialized padding bits
Christopher Bazley
- [gcc r16-8899] c++: -Wzero-as-null-pointer-constant and <=> [PR100903]
Jason Merrill
- [gcc r17-475] hppa64: Don't define MD_EXEC_PREFIX to "/usr/ccs/bin" on hpux
John David Anglin
- [gcc r14-12580] sra: Dont use build_reconstructed_reference on MEM_REFs changin types (PR122976)
Martin Jambor
- [gcc r17-476] doc: Remove unused reference to @gol macro.
Andrew Pinski
- [gcc r17-477] ICE with -Winfinite-recursion due to recursive rather than work queue/list [PR124651]
Andrew Pinski
- [gcc r17-478] cobol: Improved GENERIC for conditionals and comparisons.
Robert Dubner
- [gcc r17-479] Daily bump.
GCC Administrator
- [gcc r13-10303] Daily bump.
GCC Administrator
- [gcc r14-12581] Daily bump.
GCC Administrator
- [gcc r15-11151] Daily bump.
GCC Administrator
- [gcc r16-8900] Daily bump.
GCC Administrator
- [gcc(refs/users/meissner/heads/work246-dmf)] Use vector pair load/store for memcpy with -mcpu=future
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-dmf)] Add saturate subtract support
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-dmf)] Add xvrlw support.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-dmf)] Support load/store vector with right length.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-dmf)] Add paddis support.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-dmf)] Update ChangeLog.*
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-bugs)] Add power9 and power10 float to logical optimizations.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-bugs)] PR 992493: Optimize splat of a V2DF/V2DI extract with constant element
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-bugs)] PR target/120528 -- Simplify zero extend from memory to VSX register on power10
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-bugs)] PR target/108958 -- simplify mtvsrdd to zero extend GPR DImode to VSX TImode
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-bugs)] PR target/120681 - allow -mcmodel=large with PC relative addressing
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-bugs)] Update ChangeLog.*
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-sha)] PR target/117251: Improve vector fusion #1
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-sha)] PR target/117251: Improve vector fusion #2
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-sha)] PR target/117251: Improve vector fusion #3
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-sha)] PR target/117251: Improve vector fusion #4
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-sha)] PR target/117251: Improve vector fusion #5
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-sha)] PR target/117251: Improve vector fusion #6
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-sha)] PR target/117251: Improve vector fusion #7
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-sha)] PR target/117251: Add tests
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-sha)] Update ChangeLog.*
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-sha)] Add xvrlw support.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-sha)] Add xvrlw testt.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-sha)] Update ChangeLog.*
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-float)] Add infrastructure for _Float16 and __bfloat16 types.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-float)] Revert changes
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-float)] Add infrastructure for _Float16 and __bfloat16 types.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-float)] Add initial 16-bit floating point support.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-float)] Add HF/BF emulation functions to libgcc.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-float)] Add conversions between _Float16 and float/double.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-float)] Add conversions between __bfloat16 and float/double.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-float)] Add conversions between 16-bit floating point and other scalar modes.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-float)] Add BF/HF neg, abs operands and logical insns.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-float)] Add 16-bit floating point vectorization.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-float)] Optimize __bfloat16 scalar code.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-float)] Add --with-powerpc-float16 and --with-powerpc-float16-disable-warning.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-float)] Add _Float16 and __bfloat16 tests.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-float)] Update ChangeLog.*
Michael Meissner
- [gcc r17-480] gfortran.dg/coarray: Require target sleep where calls were recently added, PR125005
Hans-Peter Nilsson
- [gcc(refs/users/meissner/heads/work246-sha)] Revert changes
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-sha)] Add xvrlw support.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-sha)] Update ChangeLog.*
Michael Meissner
- [gcc r17-481] testsuite: Move pr123286.c to gcc.target/aarch64/
Naveen H.S
- [gcc r17-482] c++/reflection: reject invalid annotation on class [PR123609]
Jason Merrill
- [gcc r17-483] c: avoid false positive for useless casts and generic [PR125261]
Martin Uecker
- [gcc r17-484] libstdc++: Fix numeric save offset on Zone lines [PR124851]
Tomasz Kaminski
- [gcc r17-485] libgomp: Add stub omp_control_tool for OMPT
Tobias Burnus
- [gcc r17-486] libstdc++: Support ON-format DAY in Zone UNTIL field [PR124852]
Tomasz Kaminski
- [gcc r17-487] x86-64: Use R11 for DRAP register in preserve_none functions
H.J. Lu
- [gcc r17-488] libgomp.texi: Add the missing closing brace
H.J. Lu
- [gcc r17-489] Enabling POPCNT generation for 32-bit patterns.
Venkataramanan Kumar
- [gcc r17-490] rs6000: Fix [su]mul<mode>3_highpart patterns to use RTL codes [PR122665]
jeevitha
- [gcc r17-491] Delay setting of slp_node->data in vectorizable_{load, store}
Richard Biener
- [gcc r17-492] Record (de-)composition type in ls_type for VMAT_STRIDED_SLP accesses
Richard Biener
- [gcc r14-12582] fortran: Fix ICE in gfc_trans_auto_array_allocation with scalar coarray [PR93715]
Paul Thomas
- [gcc r13-10304] fortran: Fix ICE in gfc_trans_auto_array_allocation with scalar coarray [PR93715]
Paul Thomas
- [gcc r15-11152] fortran: Fix ICE in build_entry_thunks with CHARACTER bind(c) ENTRY [PR93814]
Paul Thomas
- [gcc r14-12583] fortran: Fix ICE in build_entry_thunks with CHARACTER bind(c) ENTRY [PR93814]
Paul Thomas
- [gcc r13-10305] fortran: Fix ICE in build_entry_thunks with CHARACTER bind(c) ENTRY [PR93814]
Paul Thomas
- [gcc r16-8901] LoongArch: Allow printing symbolic name with "%c" in inline asm
Xi Ruoyao
- [gcc r16-8902] LoongArch: harden SSP canary set and test routines [PR 125049]
Xi Ruoyao
- [gcc r15-11153] Fortran: Regression in gfc_convert_to_structure_constructor [PR93832]
Paul Thomas
- [gcc r17-493] testsuite: Skip new test case gcc.target/arm/muldi-1.c with -mthumb
Roger Sayle
- [gcc r17-494] x86: Shorter load immediate constants with -Oz
Roger Sayle
- [gcc r17-495] scev: maintain affine CHRECs in the presence of type conversions
Tamar Christina
- [gcc r14-12584] Fortran: Regression in gfc_convert_to_structure_constructor [PR93832]
Paul Thomas
- [gcc r13-10306] Fortran: Regression in gfc_convert_to_structure_constructor [PR93832]
Paul Thomas
- [gcc r17-496] libstdc++: Test for unsupported engine range for 128bits floating points [PR119739]
Tomasz Kaminski
- [gcc r15-11154] fortran: Avoid bogus do-subscript warnings in skipped inner loops [PR94978]
Paul Thomas
- [gcc r14-12585] fortran: Avoid bogus do-subscript warnings in skipped inner loops [PR94978]
Paul Thomas
- [gcc r17-497] MAINTAINERS: Add myself to write after approval and DCO.
Zhongyao Chen
- [gcc r13-10307] fortran: Avoid bogus do-subscript warnings in skipped inner loops [PR94978]
Paul Thomas
- [gcc r17-498] c++/reflection: overzealous complete_type in consteval_only_p [PR125280]
Marek Polacek
- [gcc r16-8903] c++/reflection: overzealous complete_type in consteval_only_p [PR125280]
Marek Polacek
- [gcc r17-499] libstdc++: Use type_identity_t for operator<=> parameter [PR114400]
Tomasz Kaminski
- [gcc r17-500] RISC-V: Remove interleaved vector synthesis optimization [PR125215]
Zhongyao Chen
- [gcc r13-10308] c++: pointer to auto member function [PR120757]
Jason Merrill
- [gcc r17-501] libstdc++: rebuild configure
Alexandre Oliva
- [gcc r16-8904] Fortran: fix namelist read for input with comments [PR125095]
Harald Anlauf
- [gcc r16-8905] Fortran: fix automatic deallocation with derived type IO [PR111952, PR125059]
Harald Anlauf
- [gcc r16-8906] fortran: Only pass the block for bounds check generation
Mikael Morin
- [gcc r16-8907] fortran: Add bounds checking code to the scalarizer block [PR125192]
Mikael Morin
- [gcc r17-502] libstdc++: Fix -Wsign-compare warning in new test
Jonathan Wakely
- [gcc r17-503] libstdc++: Add call to test_format in std/time/clock/local/io.cc
Jonathan Wakely
- [gcc r17-504] libstdc++: Remove trailing whitespace in shared_ptr_atomic.h
Jonathan Wakely
- [gcc r17-505] Daily bump.
GCC Administrator
- [gcc r13-10309] Daily bump.
GCC Administrator
- [gcc r14-12586] Daily bump.
GCC Administrator
- [gcc r15-11155] Daily bump.
GCC Administrator
- [gcc r16-8908] Daily bump.
GCC Administrator
- [gcc r17-506] AVR: target/125194 - Make -mno-call-main work with -flto.
Georg-Johann Lay
- [gcc r16-8909] c++: Reflection vs. CLASSTYPE_TYPEINFO_VAR/ANON_AGGR_TYPE_FIELD sharing [PR124991]
Jakub Jelinek
- [gcc r16-8910] c++: Fix up extract_ref [PR125111]
Jakub Jelinek
- [gcc r16-8911] c++: Don't check for consteval-only uses inside of USING_STMT [PR125184]
Jakub Jelinek
- [gcc r16-8912] AVR: target/125194 - Make -mno-call-main work with -flto.
Georg-Johann Lay
- [gcc r15-11156] AVR: target/125194 - Make -mno-call-main work with -flto.
Georg-Johann Lay
- [gcc r17-507] libstdc++: Mark gencanon_eng_neg test as unsupported if __float128 is not available.
Tomasz Kaminski
- [gcc r15-11157] libstdc++: Fix time zone transitions for Rule changes during DST [PR116110]
Jonathan Wakely
- [gcc r15-11158] libstdc++: Partial fix for interpretation of non-UTC UNTIL times in tzdata.zi [PR116110]
Jonathan Wakely
- [gcc r15-11159] libstdc++: Fix parsing of UNTIL times in tzdata.zi [PR124513]
Jonathan Wakely
- [gcc r15-11160] libstdc++: Fix chrono::current_zone() for three-level names [PR122567]
Jonathan Wakely
- [gcc r15-11161] libstdc++: Update tzdata to 2026a
Jonathan Wakely
- [gcc r15-11162] libstdc++: Fix std::basic_stringbuf::str()&& [PR123100]
Jonathan Wakely
- [gcc r15-11163] libstdc++: Add call to test_format in std/time/clock/local/io.cc
Jonathan Wakely
- [gcc r15-11164] libstdc++: Optimize fs::path::operator+=(const path&) alias check
Jonathan Wakely
- [gcc r17-508] OpenMP: Improve interface comment for the omp_deep_mapping lang hooks
Tobias Burnus
- [gcc r15-11165] fortran: Fix false explicit-interface-required for ENTRY with volatile [PR96986]
Paul Thomas
- [gcc r14-12587] fortran: Fix false explicit-interface-required for ENTRY with volatile [PR96986]
Paul Thomas
- [gcc r13-10310] fortran: Fix false explicit-interface-required for ENTRY with volatile [PR96986]
Paul Thomas
- [gcc r14-12588] libstdc++: Clear std::priority_queue after moving from it [PR118088]
Jonathan Wakely
- [gcc r14-12589] libstdc++: Fix mainpage.html link to Doxygen docs [PR109965]
Jonathan Wakely
- [gcc r14-12590] libstdc++: Fix std::basic_stringbuf::str()&& [PR123100]
Jonathan Wakely
- [gcc r14-12591] libstdc++: Fix chrono::current_zone() for three-level names [PR122567]
Jonathan Wakely
- [gcc r14-12592] libstdc++: Make CTAD ignore tuple(const Types&...) constructor [PR121771]
Jonathan Wakely
- [gcc r14-12593] libstdc++: Fix std::format output for std::chrono::zoned_time
Jonathan Wakely
- [gcc r14-12594] libstdc++: Fix std::chrono::parse for TAI and GPS clocks
Jonathan Wakely
- [gcc r14-12595] libstdc++: Fix std::format of chrono::local_days with {} [PR120293]
Jonathan Wakely
- [gcc r14-12596] libstdc++: Add call to test_format in std/time/clock/local/io.cc
Jonathan Wakely
- [gcc r14-12597] libstdc++: Fix dangling pointer in fs::path::operator+=(*this) [PR120029]
Jonathan Wakely
- [gcc r14-12598] libstdc++: Optimize fs::path::operator+=(const path&) alias check
Jonathan Wakely
- [gcc r14-12599] libstdc++: Add workaround for read(2) EINVAL on macOS and FreeBSD [PR102259]
Jonathan Wakely
- [gcc r14-12600] libstdc++: Simplify std::_Destroy using 'if constexpr'
Jonathan Wakely
- [gcc r14-12601] libstdc++: Improve diagnostics for ill-formed std::_Destroy and std::_Destroy_n [PR120390]
Jonathan Wakely
- [gcc r14-12602] libstdc++: Update tzdata to 2025c
Jonathan Wakely
- [gcc r14-12603] libstdc++: Update tzdata to 2026a
Jonathan Wakely
- [gcc r17-509] libstdc++: Fix reserve of size_t(-1) elements in piecewise_constant_distribution. [PR113761]
Tomasz Kaminski
- [gcc r17-510] doc: Fix description of GET_MODE_MASK
Alex Coplan
- [gcc r13-10311] libstdc++: Ensure pool resources meet alignment requirements [PR118681]
Jonathan Wakely
- [gcc r13-10312] libstdc++: Clear std::priority_queue after moving from it [PR118088]
Jonathan Wakely
- [gcc r13-10313] libstdc++: Fix mainpage.html link to Doxygen docs [PR109965]
Jonathan Wakely
- [gcc r13-10314] libstdc++: Fix std::basic_stringbuf::str()&& [PR123100]
Jonathan Wakely
- [gcc r13-10315] libstdc++: Fix chrono::current_zone() for three-level names [PR122567]
Jonathan Wakely
- [gcc r13-10316] libstdc++: Make CTAD ignore tuple(const Types&...) constructor [PR121771]
Jonathan Wakely
- [gcc r13-10317] libstdc++: Fix std::format output for std::chrono::zoned_time
Jonathan Wakely
- [gcc r13-10318] libstdc++: Fix std::format of chrono::local_days with {} [PR120293]
Jonathan Wakely
- [gcc r13-10319] libstdc++: Fix dangling pointer in fs::path::operator+=(*this) [PR120029]
Jonathan Wakely
- [gcc r13-10320] libstdc++: Optimize fs::path::operator+=(const path&) alias check
Jonathan Wakely
- [gcc r13-10321] libstdc++: Add workaround for read(2) EINVAL on macOS and FreeBSD [PR102259]
Jonathan Wakely
- [gcc r13-10322] libstdc++: Use feature test macros in <bits/stl_construct.h>
Jonathan Wakely
- [gcc r13-10323] libstdc++: Simplify std::_Destroy using 'if constexpr'
Jonathan Wakely
- [gcc r13-10324] libstdc++: Improve diagnostics for ill-formed std::_Destroy and std::_Destroy_n [PR120390]
Jonathan Wakely
- [gcc r13-10325] libstdc++: Update tzdata to 2025c
Jonathan Wakely
- [gcc r13-10326] libstdc++: Update tzdata to 2026a
Jonathan Wakely
- [gcc r17-511] [RISC-V] Drop unused parameters to restore bootstrap
Jeff Law
- [gcc r17-512] libstdc++: Merge __type_identity and type_identity for C+20.
Tomasz Kaminski
- [gcc r17-513] LoongArch: Improve xor+xor+ior sequence when possible [PR 96692]
Xi Ruoyao
- [gcc r17-514] PR fortran/125092 - implement for binding label argument mismatch.
Thomas Koenig
- [gcc r15-11166] c++: fix constexpr union with empty member [PR123346]
Jason Merrill
- [gcc r15-11167] c++: constexpr call hashing and gc [PR124632]
Jason Merrill
- [gcc r14-12604] c++: constexpr call hashing and gc [PR124632]
Jason Merrill
- [gcc r14-12605] c++: fix constexpr union with empty member [PR123346]
Jason Merrill
- [gcc r17-515] OpenMP: mapper [C/C++] reject w/o map usage, reject C++98, fix map decay
Tobias Burnus
- [gcc r17-516] PR124316: Fix ptwrite assembler mode
Andi Kleen
- [gcc r16-8913] PR124316: Fix ptwrite assembler mode
Andi Kleen
- [gcc r17-517] c++/reflection: undeduced auto, deferred noexcept [PR124628]
Patrick Palka
- [gcc r15-11168] PR124316: Fix ptwrite assembler mode
Andi Kleen
- [gcc r14-12606] PR124316: Fix ptwrite assembler mode
Andi Kleen
- [gcc r17-518] testsuite: Remove debugging puts from check_profiling_available
Uros Bizjak
- [gcc r17-519] Daily bump.
GCC Administrator
- [gcc r13-10327] Daily bump.
GCC Administrator
- [gcc r14-12607] Daily bump.
GCC Administrator
- [gcc r15-11169] Daily bump.
GCC Administrator
- [gcc r16-8914] Daily bump.
GCC Administrator
- [gcc r16-8915] c++/reflection: undeduced auto, deferred noexcept [PR124628]
Patrick Palka
- [gcc r17-520] c++: constexpr nested empty objects [PR125315]
Jason Merrill
- [gcc r15-11170] c++: constexpr nested empty objects [PR125315]
Jason Merrill
- [gcc r14-12608] c++: constexpr nested empty objects [PR125315]
Jason Merrill
- [gcc r16-8916] c++: constexpr nested empty objects [PR125315]
Jason Merrill
- [gcc r17-521] c, c++: Introduce -Wconstant-logical-operand warning [PR125081]
Jakub Jelinek
- [gcc r17-522] testsuite: Add testcase for consteval-only type [PR125179]
Jakub Jelinek
- [gcc r17-523] Add __builtin_bitreverse{8, 16, 32, 64} builtins [PR50481]
Jakub Jelinek
- [gcc r17-524] i386: Fix up *minmax<mode>3_4 [PR125308]
Jakub Jelinek
- [gcc r16-8917] i386: Fix up *minmax<mode>3_4 [PR125308]
Jakub Jelinek
- [gcc/redhat/heads/gcc-16-branch] (66 commits) Merge commit 'r16-8917-gd10ef83766fc886bb76c1aadae2e5dd760e
Jakub Jelinek
- [gcc(refs/vendors/redhat/heads/gcc-16-branch)] Merge commit 'r16-8917-gd10ef83766fc886bb76c1aadae2e5dd760e155f0' into redhat/gcc-16-branch
Jakub Jelinek
- [gcc r16-8918] testsuite: scan for case sensitive file extensions in lto.exp
Torbjorn Svensson
- [gcc r15-11171] testsuite: scan for case sensitive file extensions in lto.exp
Torbjorn Svensson
- [gcc r17-525] tree-optimization/125296 - preserve alignment of access with address forwarding
Richard Biener
- [gcc r17-526] Add vector_costs::add_slp_cost grouping hook
Richard Biener
- [gcc r17-527] match.pd: Allow FNMA fold through conversions
Alex Coplan
- [gcc r17-528] LoongArch: add spaceship expanders
Xi Ruoyao
- [gcc r17-529] scev: Sign extend step in peeled converted IV handling [PR 125291]
Xi Ruoyao
- [gcc r16-8919] scev: Sign extend step in peeled converted IV handling [PR 125291]
Xi Ruoyao
- [gcc r17-530] libstdc++: Use IANA name for ISO-8859-1 in format tests.
Tomasz Kaminski
- [gcc r17-531] caller_save_regs: Return the enabled registers
H.J. Lu
- [gcc(refs/users/meissner/heads/work246-dmf)] Revert changes
Michael Meissner
- [gcc r17-532] testsuite: Add aarch64 SVE support to slp-reduc-15.c
Lili Cui
- [gcc(refs/users/meissner/heads/work246-dmf)] Add paddis support.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-dmf)] Update ChangeLog.*
Michael Meissner
- [gcc r17-533] hppa64: Use DW_EH_PE_aligned encoding on 64-bit HP-UX
John David Anglin
- [gcc(refs/users/meissner/heads/work246-dmf)] Revert changes
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-dmf)] Add paddis support.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-dmf)] Add paddis support.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-dmf)] Merge commit 'refs/users/meissner/heads/work246-dmf' of git+ssh://gcc.gnu.org/git/gcc into me/work24
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-dmf)] Update ChangeLog.*
Michael Meissner
- [gcc r17-534] pr124532: Reset musttail attribute in compound statements
Andi Kleen
- [gcc r17-535] libstdc++: Include range_access.h from <optional> and <stacktrace>
Tomasz Kaminski
- [gcc(refs/users/meissner/heads/work246-dmf)] Revert changes
Michael Meissner
- [gcc r16-8920] pr124532: Reset musttail attribute in compound statements
Andi Kleen
- [gcc r17-536] tree-cfg: Revert part of r8-546 [PR125290]
Andrew Pinski
- [gcc r15-11172] pr124532: Reset musttail attribute in compound statements
Andi Kleen
- [gcc r15-11173] libgccjit: Fix test-cold-attribute.c
Siddhesh Poyarekar
- [gcc r14-12609] libgccjit: Fix test-cold-attribute.c
Siddhesh Poyarekar
- [gcc r16-8921] x86-64: Use R11 for DRAP register in preserve_none functions
H.J. Lu
- [gcc r17-537] testsuite: fix Wuninitialized-pr107919-1.C
Marek Polacek
- [gcc r17-538] ssa_operands: speed up GIMPLE_SWITCH handling
Andrew Pinski
- [gcc r17-539] Configure EditorConfig for Git commit messages
Karl Meakin
- [gcc r17-540] Daily bump.
GCC Administrator
- [gcc r13-10328] Daily bump.
GCC Administrator
- [gcc r14-12610] Daily bump.
GCC Administrator
- [gcc r15-11174] Daily bump.
GCC Administrator
- [gcc r16-8922] Daily bump.
GCC Administrator
- [gcc r17-541] aarch64: mingw: fix support for posix threading
Andrew Pinski
- [gcc r17-542] match.pd: Simplify ((~x) & y) ^ (x | y)
Andrew Pinski
- [gcc(refs/users/meissner/heads/work246-dmf)] Add paddis support.
Michael Meissner
- [gcc(refs/users/meissner/heads/work246-dmf)] Update ChangeLog.*
Michael Meissner
- [gcc r17-543] libstdc++: Remove Solaris workaround in 20_util/to_chars/float128_c++23.cc [PR107815]
Rainer Orth
- [gcc r17-544] libgfortran: Fix libcaf_shmem build on Solaris
Rainer Orth
- [gcc r17-545] RISC-V: Add test cases for scalar unsigned SAT form 8
Pan Li
- [gcc r17-546] RISC-V: Add test cases for scalar unsigned SAT form 9
Pan Li
- [gcc r17-547] RISC-V: Add test cases for scalar unsigned SAT form 10
Pan Li
- [gcc r17-548] x86_64: Handle hard registers in TImode STV with inter-unit moves.
Roger Sayle
- [gcc r17-549] tree-ssa-ccp: Fix up __builtin_bitreverse* handling [PR50481]
Jakub Jelinek
- [gcc r17-550] Add __builtin_bitreverse128 [PR50481]
Jakub Jelinek
- [gcc r17-551] match.pd: Enable some __builtin_bswap* optimizations even for __builtin_bitreverse* [PR50481]
Jakub Jelinek
- [gcc r17-552] libstdc++: Make configure check for atomics work on Windows [PR125312]
Jonathan Wakely
- [gcc r17-553] libstdc++: replace assert with __glibcxx_assert [PR125228]
Jonathan Wakely
- [gcc r16-8923] libstdc++: Remove trailing whitespace in shared_ptr_atomic.h
Jonathan Wakely
- [gcc r16-8924] libstdc++: Update tzdata to 2026a
Jonathan Wakely
- [gcc r16-8925] libstdc++: Make configure check for atomics work on Windows [PR125312]
Jonathan Wakely
- [gcc r17-554] libgomp: Fix env.c compilation on Darwin
Rainer Orth
- [gcc r15-11175] Fix incorrect length for __builtin_bswap16
Michael Eager
- [gcc r17-555] PR 122245: -fc-prototypes when procedure defined via INTERFACE
Thomas Koenig
- [gcc r15-11176] Fortran: fix namelist read for input with comments [PR125095]
Harald Anlauf
- [gcc r15-11177] Fortran: fix automatic deallocation with derived type IO [PR111952, PR125059]
Harald Anlauf
- [gcc r17-556] Daily bump.
GCC Administrator
- [gcc r13-10329] Daily bump.
GCC Administrator
- [gcc r14-12611] Daily bump.
GCC Administrator
- [gcc r15-11178] Daily bump.
GCC Administrator
- [gcc r16-8926] Daily bump.
GCC Administrator
- [gcc r17-557] dom: small compile time optimization with switches
Andrew Pinski
- [gcc r17-558] ICF: Remove unneeded check for CASE_LABEL_EXPR
Andrew Pinski
- [gcc r17-559] uncprop: small compile time optimization with switches
Andrew Pinski
- [gcc r17-560] Daily bump.
GCC Administrator
- [gcc r13-10330] Daily bump.
GCC Administrator
- [gcc r14-12612] Daily bump.
GCC Administrator
- [gcc r15-11179] Daily bump.
GCC Administrator
- [gcc r16-8927] Daily bump.
GCC Administrator
- [gcc r17-561] x86: Don't inline memmove for -Os
H.J. Lu
- [gcc r17-562] libstdc++: Use on_month_day istream operator in ZoneInfo parsing. [PR124852]
Tomasz Kaminski
- [gcc r17-563] i386: Implement bitreverse<mode>2 optab for GFNI [PR50481]
Jakub Jelinek
- [gcc r17-564] libstdc++: Make is_exhaustive const for layout_(left/right)_padded
Tomasz Kaminski
- [gcc r17-565] RISC-V: Fix format specifier.
Robin Dapp
- [gcc r17-566] RISC-V: Remove blanket else in riscv_hard_regno_mode_ok.
Robin Dapp
- [gcc r17-567] middle-end: Optimize reversed CRC table-based implementation
Kito Cheng
- [gcc r17-568] [PATCH] RX: The size of the mov instruction will be corrected
Jeff Law
- [gcc r17-569] libstdc++: Include range_access.h from <valarray>
Tomasz Kaminski
- [gcc r17-570] libstdc++: optimize std::uninitialized_move{, _n}() to memcpy when possible [PR121789]
Jonathan Wakely
- [gcc r17-571] libstdc++: Reduce iterations in PSTL test for Debug Mode
Jonathan Wakely
- [gcc r17-572] jit: clarify docs for gcc_jit_context_add_{command_line, driver}_option
David Malcolm
- [gcc r17-573] Modernize class optrecord_json_writer
David Malcolm
- [gcc r17-574] analyzer: drop unused field exploded_node::m_num_processed_stmts
David Malcolm
- [gcc r17-575] Update gcc sv.po
Joseph Myers
- [gcc r16-8928] Update gcc sv.po
Joseph Myers
- [gcc r17-576] analyzer: rename --param=analyzer-{bb->supernode}-explosion-factor=
David Malcolm
- [gcc r17-577] [RISC-V] Improve ext-dce's live bit tracking for IOR/AND with a constant argument
Jeff Law
- [gcc r17-578] [RISC-V] Improve SI->DI zero/sign extension patterns for RISC-V
Jeff Law
- [gcc r17-579] [PATCH] RISC-V: Add xt-c9501fdvt CPU support
Jeff Law
- [gcc r17-580] c++: remove dead code
Marek Polacek
- [gcc r17-581] [PATCH v2] tree-optimization: Fix profile update in loop splitting (initial_true=false)
Jeff Law
- [gcc r17-582] libstdc++: Move std::bitset test to correct directory
Jonathan Wakely
- [gcc r16-8929] libstdc++: Move std::bitset test to correct directory
Jonathan Wakely
- [gcc r17-583] testsuite: Fix pr112095.c for veclowering
Andrew Pinski
- [gcc r17-584] Daily bump.
GCC Administrator
- [gcc r13-10331] Daily bump.
GCC Administrator
- [gcc r14-12613] Daily bump.
GCC Administrator
- [gcc r15-11180] Daily bump.
GCC Administrator
- [gcc r16-8930] Daily bump.
GCC Administrator
- [gcc r17-585] Fix masm ptwrite again
Andi Kleen
- [gcc r16-8931] Fix masm ptwrite again
Andi Kleen
- [gcc r17-586] rs6000: Adding missed ISA 3.0 atomic memory operation instructions
jeevitha
- [gcc r15-11181] Fix masm ptwrite again
Andi Kleen
- [gcc r14-12614] Fix masm ptwrite again
Andi Kleen
- [gcc r16-8932] Fortran: Use internal names for local symbols.
Paul Thomas
- [gcc r15-11182] Fortran: Use internal names for local symbols.
Paul Thomas
- [gcc r17-587] RISC-V: Remove cbranch_all patterns.
Robin Dapp
- [gcc r17-588] RISC-V: Guard 64-bit vec_extract.
Robin Dapp
- [gcc r17-589] mingw: Check seh_endproc for function end
H.J. Lu
- [gcc r17-590] x86: Don't inline cold memmove call
H.J. Lu
- [gcc r16-8933] x86: Don't inline memmove for -Os
H.J. Lu
- [gcc r16-8934] x86: Don't inline cold memmove call
H.J. Lu
- [gcc r17-591] optabs: Handle bitreverse using widening or two bitreverses of halves [PR50481]
Jakub Jelinek
- [gcc r17-592] AVR: Add insns and libgcc functions for __builtin_bitreverse16/32.
Georg-Johann Lay
- [gcc r17-593] i386: Use vpermilps for some non-const permutations [PR125357]
Jakub Jelinek
- [gcc r17-594] tree: Move unshare_expr from gimplifier to generic tree
Andrew Pinski
- [gcc r17-595] libstdc++: Make chrono::parse fail for bad %z [PR125369]
Jonathan Wakely
- [gcc r17-596] arm: Fix MVE load/store with writeback intrinsics [PR124870]
Christophe Lyon
- [gcc r17-597] i386: Optimize ptestz(x,-1) as ptestz(x,x) on x86
Roger Sayle
- [gcc r17-598] AVR: Add bitreverseqi2 insns.
Georg-Johann Lay
- [gcc r17-599] Fix up some typos [PR125348]
Jakub Jelinek
- [gcc r17-600] PR fortran/115260 - fix data corruption on inline packing/unpacking
Thomas Koenig
- [gcc r17-601] OpenMP 5.0: Allow multiple clauses mapping same variable
Paul-Antoine Arras
- [gcc r17-602] c++: another constexpr nested empty object [PR125336]
Marek Polacek
- [gcc r17-603] libstdc++: Use allocate_at_least in vector, string (P0401) [PR118030]
Nathan Myers
- [gcc r17-604] AArch64: Add scalar-to-vector costs for vec_construct
Christopher Bazley
- [gcc r17-605] libstdc++: Fix incorrect move in flat_map::_M_try_emplace [PR125374]
Patrick Palka
- [gcc r17-606] aarch64: Add vec_packs_float pattern [PR123748]
Pengxuan Zheng
- [gcc r17-607] c++: capture of reference to global in template [PR123536]
Marek Polacek
- [gcc r17-608] analyzer: bulletproof binop_svalue::maybe_get_value_range_1 [PR124104]
David Malcolm
- [gcc r17-609] analyzer: fix pointer comparisons [PR125304]
David Malcolm
- [gcc r17-610] OpenMP: Fortran "!$omp declare mapper" parser support
Tobias Burnus
- [gcc r17-611] libstdc++: Update tzdata to 2026b
Jonathan Wakely
- [gcc r17-612] aarch64: testsuite: Update pr123748.c to use "long long" instead of "long"
Pengxuan Zheng
- [gcc r16-8935] libstdc++: Constrain tuple(tuple&&) [PR78302]
Jonathan Wakely
- [gcc r16-8936] libstdc++: Add call to test_format in std/time/clock/local/io.cc
Jonathan Wakely
- [gcc r16-8937] libstdc++: Make chrono::parse fail for bad %z [PR125369]
Jonathan Wakely
- [gcc r16-8938] libstdc++: Reduce iterations in PSTL test for Debug Mode
Jonathan Wakely
- [gcc r16-8939] libstdc++: Update tzdata to 2026b
Jonathan Wakely
- [gcc r17-613] Daily bump.
GCC Administrator
- [gcc r13-10332] Daily bump.
GCC Administrator
- [gcc r14-12615] Daily bump.
GCC Administrator
- [gcc r15-11183] Daily bump.
GCC Administrator
- [gcc r16-8940] Daily bump.
GCC Administrator
- [gcc r17-614] testsuite: Update CRC dump scan regex for reversed crc table
Kito Cheng
- [gcc r17-615] LoongArch: Fix missing plugin header for cpu-features.h [PR125362]
LuluCheng
- [gcc r17-616] Limit outer-loop unswitching by duplicated code size
hongtao Liu
- [gcc r17-617] i386: Use vpaddq + vpermilpd for some non-const permutations [PR125357]
Jakub Jelinek
- [gcc r17-618] libstdc++: fix build failures after acfdad706d8
Nathan Myers
- [gcc r17-619] i386: Fix up peephole2s with const359_operand [PR125373]
Jakub Jelinek
- [gcc r16-8941] PR fortran/115260 - fix data corruption on inline packing/unpacking
Thomas Koenig
- [gcc r17-620] arc: check if the addend fits when referencing small data memory [PR115650]
Claudiu Zissulescu
- [gcc r15-11184] PR fortran/115260 - fix data corruption on inline packing/unpacking
Thomas Koenig
- [gcc r14-12616] PR fortran/115260 - fix data corruption on inline packing/unpacking
Thomas Koenig
- [gcc r16-8942] c++: Improve REFLECT_EXPR printing [PR125007]
Jakub Jelinek
- [gcc r16-8943] Fix up some typos [PR125348]
Jakub Jelinek
- [gcc r16-8944] i386: Fix up peephole2s with const359_operand [PR125373]
Jakub Jelinek
- [gcc r17-621] i386: Remove TARGET_SHIFT1 tuning feature
Uros Bizjak
- [gcc r13-10333] PR fortran/115260 - fix data corruption on inline packing/unpacking
Thomas Koenig
- [gcc r17-622] libstdc++: Use #embed for static tzdata.zi file
Jonathan Wakely
- [gcc r17-623] [riscv] Simplify builtin definitions
Nathan Sidwell
- [gcc r17-624] testsuite: add analyzer-torture.exp
David Malcolm
- [gcc r17-625] testsuite: add reduced test for -fanalyzer on std::string [PR125304]
David Malcolm
- [gcc r17-626] analyzer: add pointer diff folding
David Malcolm
- [gcc r17-627] testsuite: add some libstdc++ -fanalyzer test coverage (PR 125236)
David Malcolm
- [gcc r17-628] cselib: Cache CSELIB_VAL_PTR in new_elt_loc_list
Richard Sandiford
- [gcc r17-629] cselib: Avoid repeated discard_useless_locs
Richard Sandiford
- [gcc r17-630] cselib: Simplify references_value_p
Richard Sandiford
- [gcc r15-11185] LoongArch: harden SSP canary set and test routines [PR 125049]
Xi Ruoyao
- [gcc r17-631] PR fortran/106546 - inline matmul with -fno-automatic
Thomas Koenig
- [gcc r15-11186] libstdc++: Make chrono::parse fail for bad %z [PR125369]
Jonathan Wakely
- [gcc r15-11187] libstdc++: Reduce iterations in PSTL test for Debug Mode
Jonathan Wakely
- [gcc r15-11188] libstdc++: Update tzdata to 2026b
Jonathan Wakely
- [gcc r17-632] match.pd: Simplify (T)(x) == (T)(y) -> (T)(x ^ y) == 0 [PR112533]
Andrew Pinski
- [gcc r17-633] algol68: Add FLOOR as synonym for ENTIER
Pietro Monteiro
- [gcc r17-634] Daily bump.
GCC Administrator
- [gcc r13-10334] Daily bump.
GCC Administrator
- [gcc r14-12617] Daily bump.
GCC Administrator
- [gcc r15-11189] Daily bump.
GCC Administrator
- [gcc r16-8945] Daily bump.
GCC Administrator
- [gcc r17-635] LoongArch: Rename rbit<mode> to bitreverse<mode>2 [PR 50481]
Xi Ruoyao
- [gcc/ibm/heads/mmaplus-new] Fix: Change keyword from __dm1024 to __dmr1024.
kishan parmar
- [gcc(refs/vendors/ibm/heads/mmaplus-new)] Fix: Change keyword from __dm1024 to __dmr1024.
kishan parmar
- [gcc r17-636] libstdc++: Support integer-class sized range in inplace_vector.
Tomasz Kaminski
- [gcc r17-637] AVR: target/121343 - Overhaul CLZ, CTZ and FFS insns.
Georg-Johann Lay
- [gcc r17-638] libstdc++: Restore allocator constructor for std::packaged_task (P3503R3)
Jonathan Wakely
- [gcc r17-639] RISC-V: Add C API feature bits for existing extensions
Christoph Meullner
- [gcc r17-640] RISC-V: Add C API feature bits from riscv-c-api-doc PR #185
Christoph Meullner
- [gcc r17-641] RISC-V: Add Linux hwprobe mappings for existing extensions
Christoph Meullner
- [gcc r17-642] RISC-V: Add C API and hwprobe feature bit for zicfiss
Christoph Meullner
- [gcc r17-643] RISC-V: Add intrinsic detection macros
Christoph Meullner
- [gcc r17-644] RISC-V: Add Zilsd alignment control options
Christoph Meullner
- [gcc r17-645] RISC-V: Regenerate opt urls
Christoph Meullner
- [gcc r14-12618] libstdc++: Make chrono::parse fail for bad %z [PR125369]
Jonathan Wakely
- [gcc r14-12619] libstdc++: Update tzdata to 2026b
Jonathan Wakely
- [gcc r14-12620] libstdc++: Don't test for __unused on Glibc targets
Jonathan Wakely
- [gcc r14-12621] libstdc++: Fix unsafe comma operators in <random> [PR122062]
Jonathan Wakely
- [gcc r17-646] ipa-cp: Adjust general IPA-CP cloning heuristics
Martin Jambor
- [gcc r17-647] libstdc++: Deprecate numeric_limits::has_denorm for C++23
Jonathan Wakely
- [gcc r17-648] riscv: Fix SSP assembly with xtheadmemidx [PR 125320]
Xi Ruoyao
- [gcc r16-8946] riscv: Fix SSP assembly with xtheadmemidx [PR 125320]
Xi Ruoyao
- [gcc r16-8947] PR fortran/106546 - inline matmul with -fno-automatic
Thomas Koenig
- [gcc r16-8948] libstdc++: Make is_exhaustive const for layout_(left/right)_padded
Tomasz Kaminski
- [gcc r17-649] Fix PR 125379, ICE with BIND(C) and PRIVATE
Thomas Koenig
- [gcc r17-650] c++: Fix up handling of name independent decls in coroutine lowering [PR125376]
Jakub Jelinek
- [gcc r16-8949] libstdc++: Fix incorrect move in flat_map::_M_try_emplace [PR125374]
Patrick Palka
- [gcc r17-651] c++: ICE with variadic using-decl with conv fn [PR125284]
Marek Polacek
- [gcc r17-652] AArch64: Add PIC/PIE support to large model [PR 123791]
Wilco Dijkstra
- [gcc r15-11190] libstdc++/ranges: Implement LWG 3599 change to lazy_split_view
Patrick Palka
- [gcc r15-11191] libstdc++: Fix incorrect move in flat_map::_M_try_emplace [PR125374]
Patrick Palka
- [gcc r17-653] c++: this capture in template [PR125384]
Jason Merrill
- [gcc r17-654] c++: another constexpr empty class tweak
Jason Merrill
- [gcc r15-11192] PR fortran/106546 - inline matmul with -fno-automatic
Thomas Koenig
- [gcc r17-655] install: The C++ front end does not use extensions
Gerald Pfeifer
- [gcc r17-656] c++: fix bogus error with xobj member function [PR125330]
Marek Polacek
- [gcc r14-12622] PR fortran/106546 - inline matmul with -fno-automatic
Thomas Koenig
- [gcc r17-657] libffi: Sync with libffi 3.5.2
Pietro Monteiro
- [gcc r17-658] libffi: Integrate build with GCC
Pietro Monteiro
- [gcc r17-659] libffi: Integrate testsuite with GCC testsuite
Pietro Monteiro
- [gcc r17-660] libffi: Always define `WIN32_LEAN_AND_MEAN` before <windows.h>
Pietro Monteiro
- [gcc r17-661] libffi: Remove debugging output
Pietro Monteiro
- [gcc r17-662] libffi: Update list of local patches
Pietro Monteiro
- [gcc r13-10335] PR fortran/106546 - inline matmul with -fno-automatic
Thomas Koenig
- [gcc r17-663] libstdc++: Fix recent std::flat_map test with COW std::string
Patrick Palka
- [gcc r16-8950] libstdc++: Fix recent std::flat_map test with COW std::string
Patrick Palka
- [gcc r17-664] avoid-store-forwarding: Remove unnecessary store_exprs_del mechanism
Philipp Tomsich
- [gcc r17-665] avoid-store-forwarding: Reject bit-inserts that clobber live hard regs
Philipp Tomsich
- [gcc r17-666] avoid-store-forwarding: Continue BB analysis after complex memory ops
Philipp Tomsich
- [gcc r17-667] libstdc++: Combine duplicated tests for <atomic>
Jonathan Wakely
- [gcc r17-668] Daily bump.
GCC Administrator
- [gcc r13-10336] Daily bump.
GCC Administrator
- [gcc r14-12623] Daily bump.
GCC Administrator
- [gcc r15-11193] Daily bump.
GCC Administrator
- [gcc r16-8951] Daily bump.
GCC Administrator
- [gcc r16-8952] LoongArch: Fix missing plugin header for cpu-features.h [PR125362]
LuluCheng
- [gcc r17-669] match: Handle X != INT_MIN ? -X : INT_MIN [PR125050]
Andrew Pinski
- [gcc r17-670] rs6000: Add MPCCORE to TARGET_NO_LWSYNC
kishan parmar
- [gcc r17-671] c++, libstdc++: Implement C++26 P3074R7 and CWG3189 - trivial unions [PR119059]
Jakub Jelinek
- [gcc r17-672] match.pd: Handle BUILT_IN_BITREVERSE8 like other BUILT_IN_BITREVERSE* [PR125399]
Jakub Jelinek
- [gcc r17-673] libstdc++: Fix some test failures due to vector using allocate_at_least
Jonathan Wakely
- [gcc(refs/vendors/ibm/heads/mmaplus)] rs6000/mma: Fix incorrect instruction mnemonic for TARGET_DENSE_MATH
kishan parmar
- [gcc r17-674] Fortran: invoke.texi - document -fcoarray=shared [PR125416]
Tobias Burnus
- [gcc r16-8953] Fortran: invoke.texi - document -fcoarray=shared [PR125416]
Tobias Burnus
- [gcc r17-675] Re: [Linaro-TCWG-CI] gcc-17-577-gbc19036af435: 2 regressions on aarch64
Jeff Law
- [gcc r17-676] cfgrtl: Forbid forwarder blocks from having clobbers [PR125375]
Richard Sandiford
- [gcc r17-677] [PATCH v4] RISC-V: Add per-type reduction costs to the vector cost model
Jeff Law
- [gcc r17-678] aarch64: Add bitreverse expanders [PR50481]
Andrew Pinski
- [gcc r17-679] Fortran: Fix .texi and comment typos
Tobias Burnus
- [gcc r16-8954] Fortran: Fix .texi and comment typos
Tobias Burnus
- [gcc r17-680] OpenMP: Enable 'declare mapper' mappers for 'target update' directives
Tobias Burnus
- [gcc r17-681] Daily bump.
GCC Administrator
- [gcc r13-10337] Daily bump.
GCC Administrator
- [gcc r14-12624] Daily bump.
GCC Administrator
- [gcc r15-11194] Daily bump.
GCC Administrator
- [gcc r16-8955] Daily bump.
GCC Administrator
- [gcc r17-682] c++: defaulted ctor vs template ctor [PR125135]
Jason Merrill
- [gcc r16-8956] c++: this capture in template [PR125384]
Jason Merrill
- [gcc r16-8957] c++: defaulted ctor vs template ctor [PR125135]
Jason Merrill
- [gcc r17-683] pru: Inline muldi3 when optimizing for speed
Dimitar Dimitrov
- [gcc r17-684] pru: Transform patterns to use hard register constraints
Dimitar Dimitrov
- [gcc r17-685] Fortran: Fix ICE in allocatable finalization expression [PR125391]
Paul Thomas
- [gcc r16-8958] Fortran: Fix ICE in allocatable finalization expression [PR125391]
Paul Thomas
- [gcc r17-686] Fortran: Fix scalar class to derived select type entities. [PR125263]
Paul Thomas
- [gcc r17-687] [RISC-V] Improve slli+zext+andi sequence for RISC-V
Jeff Law
- [gcc r17-688] fold-const.cc: remove strict_overflow flag from make_range helpers
Daniel Barboza
- [gcc r17-689] fold-const.cc: remove strict_overflow_p from extract_muldiv
Daniel Barboza
- [gcc r17-690] fold-const.cc: remove strict_overflow_p from tree_unary_nonzero_warnv_p
Daniel Barboza
- [gcc r17-691] fold-const.cc: remove strict_overflow_p from tree_binary_nonzero_warnv_p
Daniel Barboza
- [gcc r17-692] fold-const.cc: remove strict_overflow_p from tree_single_nonzero_warnv_p
Daniel Barboza
- [gcc r17-693] fold-const.cc: remove strict_overflow_p from tree_expr_nonzero_warnv_p
Daniel Barboza
- [gcc r17-694] fold-const.cc: remove strict_overflow_p from maybe_canonicalize_comparison
Daniel Barboza
- [gcc r17-695] fold-const.cc: remove strict_overflow_p from tree_binary_nonnegative
Daniel Barboza
- [gcc r17-696] fold-const.cc: remove strict_overflow_p from tree_unary_nonnegative
Daniel Barboza
- [gcc r17-697] fold-const.cc: remove strict_overflow_p flag from tree_single_nonnegative_p
Daniel Barboza
- [gcc r17-698] fold-const.cc: remove strict_overflow_p from tree_expr_nonnegative helpers
Daniel Barboza
- [gcc r17-699] fold-const.cc: overhaul tree_expr_nonnegative_(warn)_p
Daniel Barboza
- [gcc r17-700] fold-const.cc: remove fold_overflow_warning()
Daniel Barboza
- [gcc r17-701] Daily bump.
GCC Administrator
- [gcc r13-10338] Daily bump.
GCC Administrator
- [gcc r14-12625] Daily bump.
GCC Administrator
- [gcc r15-11195] Daily bump.
GCC Administrator
- [gcc r16-8959] Daily bump.
GCC Administrator
- [gcc r17-702] Fortran: [PR93727] Implement EX format specifier for WRITE
Jerry DeLisle
- [gcc r17-703] ifcvt: factor: turn asserts about abnormals to conditional [PR125419]
Andrew Pinski
- [gcc r17-704] stack_usage: Print out the user visibility name too
Andrew Pinski
- [gcc r17-705] match: Optimize `(~y & x) ^ y` into (y | x) [PR125104]
Andrew Pinski
- [gcc r17-706] algol68: Open source files in binary mode
Jose E. Marchesi
- [gcc r17-707] Daily bump.
GCC Administrator
- [gcc r13-10339] Daily bump.
GCC Administrator
- [gcc r14-12626] Daily bump.
GCC Administrator
- [gcc r15-11196] Daily bump.
GCC Administrator
- [gcc r16-8960] Daily bump.
GCC Administrator
- [gcc r17-708] c: fix debris from r17-680
Sam James
- [gcc r17-709] match.pd: Fold popcount(x ^ (x - 1)) to ctz(x) + 1 [PR124630]
hongtao Liu
- [gcc r17-710] Fortran: [PR93727] Fix EX format kind=8 output on ILP32 targets
Jerry DeLisle
- [gcc r17-711] Adjust stack-usage-realign.c for commit 960895db668
H.J. Lu
- [gcc r17-712] bitmap: Fix bitmap_last_set_bit
Richard Sandiford
- [gcc r17-713] Restore original format of -fstack-usage and add new second field
Eric Botcazou
- [gcc r17-714] libstdc++: Add data/member for initializer_list, and remove std overloads
Tomasz Kaminski
- [gcc r17-715] ada: Fix propagation of by-constructor indication from composition
Marc Poulhies
- [gcc r17-716] ada: Fix typo in head comment of Sinput specification
Marc Poulhies
- [gcc r17-717] ada: Minor comment fixes
Marc Poulhies
- [gcc r17-718] ada: Refactor assignments in constructor prologue
Marc Poulhies
- [gcc r17-719] ada: Fix spurious range check for out mode scalars in class-wide preconditions
Marc Poulhies
- [gcc r17-720] ada: Tech debt: VAST-related cleanup of Save_Scan_State
Marc Poulhies
- [gcc r17-721] ada: New aspects for use in CodePeer's taint analysis.
Marc Poulhies
- [gcc r17-722] ada: Support for implicit parameterless constructor
Marc Poulhies
- [gcc r17-723] ada: Extend the runtime GPR files for shared libs
Marc Poulhies
- [gcc r17-724] ada: Crash with pragma Ignore_Pragma in SPARK mode
Marc Poulhies
- [gcc r17-725] ada: Make "finally" a non-reserved keyword
Marc Poulhies
- [gcc r17-726] ada: Enable checks during analysis of expanded dispatching calls
Marc Poulhies
- [gcc r17-727] ada: Small tweak to Analyze_Subprogram_Body_Helper
Marc Poulhies
- [gcc r17-728] ada: Handle call to C++ constructor placed in return statement
Marc Poulhies
- [gcc r17-729] ada: Fix endless loop on Address aspect for object with dynamic address
Marc Poulhies
- [gcc r17-730] ada: Small tweaks to semantic analysis of expression functions
Marc Poulhies
- [gcc r17-731] ada: Improve machinery for generating predicate check
Marc Poulhies
- [gcc r17-732] ada: Missing dynamic accessibility check assigning conditional expr to saooaaat.
Marc Poulhies
- [gcc r17-733] ada: Visibility bug in instance of generic with precondition on formal subprogram
Marc Poulhies
- [gcc r17-734] ada: Handle call to C++ constructor in generic instantiation
Marc Poulhies
- [gcc r17-735] ada: Fix incorrect finalization of renamed function call at library level
Marc Poulhies
- [gcc r17-736] ada: More tweaks to semantic analysis of expression functions
Marc Poulhies
- [gcc r17-737] ada: Fix Initialize aspect for constructors
Marc Poulhies
- [gcc r17-738] ada: Fix Ghost => True/False for Abstract_State
Marc Poulhies
- [gcc r17-739] ada: Missing contract checks for calls to formal subprograms within instances
Marc Poulhies
- [gcc r17-740] ada: Small tweak to error message for premature freezing of deferred constant
Marc Poulhies
- [gcc r17-741] ada: Fix fallout of latest change to Analyze_Subprogram_Renaming
Marc Poulhies
- [gcc r17-742] ada: Fix early freezing of tagged type by expression function in nested package
Marc Poulhies
- [gcc r17-743] ada: Unsupported C++ constructor call in array aggregate
Marc Poulhies
- [gcc r17-744] ada: Spurious error on formals with First_Controlling_Parameter type
Marc Poulhies
- [gcc r17-745] ada: Fix fallout of recent freezing change for expression functions
Marc Poulhies
- [gcc r17-746] ada: Fix crash on declare expression in contract on access to subprogram type
Marc Poulhies
- [gcc r17-747] ada: Reject exceptional contracts on No_Raise subprograms
Marc Poulhies
- [gcc r17-748] ada: Reject pragma CPU and Priority that duplicate corresponding aspects
Marc Poulhies
- [gcc r17-749] ada: Formal function default given by expression rejected with -gnatX
Marc Poulhies
- [gcc r17-750] ada: Set Etype before analysis for conditions generated for 'Old
Marc Poulhies
- [gcc r17-751] ada: Update references to Parameter Associations RM 6.4.1
Marc Poulhies
- [gcc r17-752] ada: Fix different 'Img and 'Image on enumeration type with Put_Image
Marc Poulhies
- [gcc r17-753] ada: Rename Image_Should_Call_Put_Image into Image_Must_Call_Put_Image
Marc Poulhies
- [gcc r17-754] ada: Fix crash on equality of unchecked union components of formal parameters
Marc Poulhies
- [gcc r17-755] libstdc++: Add begin, end, (const_)iterator members to valarray.
Tomasz Kaminski
- [gcc r17-756] OpenMP: Fix omp_check_for_duplicate_variant [PR125377]
Tobias Burnus
- [gcc r17-757] libstdc++: Fix some test failures due trivial unions (P3074R7) change.
Tomasz Kaminski
- [gcc r17-758] AVR: ad target/121343 - Let __load_<size> insns use hard-reg constraints.
Georg-Johann Lay
- [gcc r17-759] AVR: target/125409 - Add fixed-point conversions to / from [u]int24_t.
Georg-Johann Lay
- [gcc r16-8961] AVR: target/125409 - Add fixed-point conversions to / from [u]int24_t.
Georg-Johann Lay
- [gcc r15-11197] AVR: target/125409 - Add fixed-point conversions to / from [u]int24_t.
Georg-Johann Lay
- [gcc r14-12627] AVR: target/125409 - Add fixed-point conversions to / from [u]int24_t.
Georg-Johann Lay
- [gcc r13-10340] AVR: target/125409 - Add fixed-point conversions to / from [u]int24_t.
Georg-Johann Lay
- [gcc r17-760] Adjust stack-usage-realign.c for commit dbb7b2af233
H.J. Lu
- [gcc r17-761] match: Fix up `(smaller)a ==/!= (smaller) b` pattern for pointers [PR125453]
Andrew Pinski
- [gcc r17-762] Daily bump.
GCC Administrator
- [gcc r13-10341] Daily bump.
GCC Administrator
- [gcc r14-12628] Daily bump.
GCC Administrator
- [gcc r15-11198] Daily bump.
GCC Administrator
- [gcc r16-8962] Daily bump.
GCC Administrator
- [gcc r17-763] RISC-V: Fix multiple bugs in riscv_macro_fusion_pair_p
Ma Jin
- [gcc r17-764] RISC-V: Refactor riscv-fusion.cc to use table-driven dispatch
Ma Jin
- [gcc r17-765] ada: Unsigned_Base_Range aspect (part 8)
Marc Poulhies
- [gcc r17-766] ada: Fix exception on attaching non-handler procedure
Marc Poulhies
- [gcc r17-767] ada: Boolean flag for Unsigned_Base_Range aspect is ignored
Marc Poulhies
- [gcc r17-768] ada: Parsing error on declare expr in expression default for generic formal function
Marc Poulhies
- [gcc r17-769] ada: Deep delta aggregates incorrectly rejected with -gnatX.
Marc Poulhies
- [gcc r17-770] ada: Small refactoring in Check_Anonymous_Access_Return_With_Tasks
Marc Poulhies
- [gcc r17-771] ada: Minor comment and formatting fixes
Marc Poulhies
- [gcc r17-772] ada: Fix wrong comments
Marc Poulhies
- [gcc r17-773] ada: Remove the libutil dependency on Linux
Marc Poulhies
- [gcc r17-774] ada: Align VxWorks version of System.Interrupts
Marc Poulhies
- [gcc r17-775] ada: fix: drop renamings along with dropped subp
Marc Poulhies
- [gcc r17-776] ada: fix: use correct scope when unnesting subprocedure
Marc Poulhies
- [gcc r17-777] ada: Tech debt: Remove exception handling from aspects
Marc Poulhies
- [gcc r17-778] ada: Tech debt: Remove Aspect_Unimplemented
Marc Poulhies
- [gcc r17-779] ada: Add missing assertion level check
Marc Poulhies
- [gcc r17-780] ada: Tech debt: Remove Is_Boolean_Aspect
Marc Poulhies
- [gcc r17-781] ada: Normalize the handling of assertion policies
Marc Poulhies
- [gcc r17-782] ada: Fix Assertion_Level dependency for Runtime level
Marc Poulhies
- [gcc r17-783] ada: Fix recursion calls in Remove_Side_Effects
Marc Poulhies
- [gcc r17-784] ada: Print restrictions in the SARIF report
Marc Poulhies
- [gcc r17-785] ada: Error on legal No_Return subprogram with formals subject to Type_Invariant
Marc Poulhies
- [gcc r17-786] ada: Factor out common pattern in Exp_Ch6
Marc Poulhies
- [gcc r17-787] ada: Fix internal error on access to function as component via limited with
Marc Poulhies
- [gcc r17-788] ada: Remove Tempdir from gnatmake
Marc Poulhies
- [gcc r17-789] ada: Remove Tempdir from gnatname
Marc Poulhies
- [gcc r17-790] ada: Remove Tempdir package
Marc Poulhies
- [gcc r17-791] ada: Put_Image attribute_definition_clause incorrectly ignored.
Marc Poulhies
- [gcc r17-792] ada: Fix long-standing issue with qualified expressions of class-wide types
Marc Poulhies
- [gcc r17-793] ada: Implement SPARK RM 6.9 (23)
Marc Poulhies
- [gcc r17-794] ada: Relocate Check_Valid_Ghost_Declaration
Marc Poulhies
- [gcc r17-795] ada: Copy documentation of gnatdll -m switch from its help message
Marc Poulhies
- [gcc r17-796] ada: Missing initialization of aggregate components
Marc Poulhies
- [gcc r17-797] ada: Fix minor issues
Marc Poulhies
- [gcc r17-798] ada: Make Interrupt_State not require Ada.Interrupts
Marc Poulhies
- [gcc r17-799] ada: Fix SPARK RM 6.9 Rule 32 check
Marc Poulhies
- [gcc r17-800] ada: Overriding of First_Controlling_Parameter tagged type primitive
Marc Poulhies
- [gcc r17-801] ada: Fix missing accessibility check for anonymous access function result
Marc Poulhies
- [gcc r17-802] ada: Add suffix to name of newly added procedures
Marc Poulhies
- [gcc r17-803] ada: Fix build failure for Windows platforms
Marc Poulhies
- [gcc r17-804] ada: Fix build failure on Windows machines
Marc Poulhies
- [gcc r16-8963] aarch64: Move pass_narrow_gp_writes above pass_free_cfg
Soumya AR
- [gcc r17-805] libstdc++: Merged concept for ranges with static sized.
Tomasz Kaminski
- [gcc r17-806] libstdc++: Split <iosfwd> and only include it in <ios> [PR125371]
Jonathan Wakely
- [gcc r17-807] libstdc++: Add missing constraints to vector and deque deduction guides
Jonathan Wakely
- [gcc r17-808] libstdc++: Deprecate std::memory_order::consume
Jonathan Wakely
- [gcc r17-809] libstdc++: static_assert that static sized range size is less than inplace_vector capacity
Tomasz Kaminski
- [gcc r17-810] libstdc++: Make ref_view<R> statically sized if R has static size
Tomasz Kaminski
- [gcc r17-811] libstdc++: Fix <optional> for freestanding [PR125450]
Jonathan Wakely
- [gcc r17-812] ada: Fix build failure on Windows machines
Marc Poulhies
- [gcc r17-813] ada: Fix System.Interrupt_Names generation on VxWorks
Marc Poulhies
- [gcc r17-814] ada: Fix System.Interrupt_Names generation on VxWorks (continued)
Marc Poulhies
- [gcc r17-815] Fortran: Add debug functions for OpenMP data structures
Paul-Antoine Arras
- [gcc r17-816] libstdc++: Revert making ref_view<R> statically sized.
Tomasz Kaminski
- [gcc r17-817] tree-cfgcleanup: Don't remove forwarder blocks (with phis) with phis that have abnormal uses [PR1253
Andrew Pinski
- [gcc r17-818] bootstrap/125318 - fix gcc/tree-vect-stmts.cc uninit error
Sergei Trofimovich
- [gcc r17-819] c++/reflection: ICE when substituting base info [PR125423]
Marek Polacek
- [gcc r16-8964] c++/reflection: ICE when substituting base info [PR125423]
Marek Polacek
- [gcc r17-820] libffi: Use correct include path for tests [PR125417]
Pietro Monteiro
- [gcc r17-821] Daily bump.
GCC Administrator
- [gcc r13-10342] Daily bump.
GCC Administrator
- [gcc r14-12629] Daily bump.
GCC Administrator
- [gcc r15-11199] Daily bump.
GCC Administrator
- [gcc r16-8965] Daily bump.
GCC Administrator
- [gcc r17-822] i386: Disable use_gather_2parts and use_gather_4parts for Diamond Rapids
hongtao Liu
- [gcc r16-8966] i386: Disable use_gather_2parts and use_gather_4parts for Diamond Rapids
hongtao Liu
- [gcc r15-11200] i386: Disable use_gather_2parts and use_gather_4parts for Diamond Rapids
hongtao Liu
- [gcc r17-823] ada: Fix build error for POSIX sed.
Iain D Sandoe
- [gcc r17-824] MAINTAINERS: Update my email address
Evgeny Karpov
- [gcc r17-825] aarch64: mingw: Enable init priority order
Evgeny Karpov
- [gcc r17-826] c++: Don't ICE in eval_constant_of on vars with error_mark_node type [PR125412]
Jakub Jelinek
- [gcc r17-827] MAINTAINERS: Sort the CPU maintainers entries.
Richard Earnshaw
- [gcc r17-828] MAINTAINERS: Sort the OS Port Maintainers.
Richard Earnshaw
- [gcc r17-829] MAINTAINERS: Sort the Language Front Ends Maintainers
Richard Earnshaw
- [gcc r17-830] MAINTAINERS: Sort Various Maintainers
Richard Earnshaw
- [gcc r17-831] MAINTAINERS: Sort the Reviewers
Richard Earnshaw
- [gcc r17-832] MAINTAINERS: refine sort for Write After Approval
Richard Earnshaw
- [gcc r17-833] MAINTAINERS: Secondary sort DCO by email address
Richard Earnshaw
- [gcc r17-834] MAINTAINERS: Add additional checking to check-MAINTAINERS.py
Richard Earnshaw
- [gcc r17-835] AArch64: fix the SVE->SIMD lowering optimization [PR125148]
Tamar Christina
- [gcc r17-836] vect: refactor loop peeling to support explicit flag to redirect early exits [PR120352]
Tamar Christina
- [gcc r17-837] vect: Don't generate scalar epilogue if not needed [PR120352]
Tamar Christina
- [gcc r13-10343] sra: Dont use build_reconstructed_reference on MEM_REFs changin types (PR122976)
Martin Jambor
- [gcc r17-838] i386: return 256/512-bit vectors in registers for x86_64 MS ABI [PR89597]
Jonathan Yong
- [gcc r17-839] x86: fix under-aligned indirect AVX argument/return stack slots on win64 [PR54412]
Jonathan Yong
- [gcc r17-840] vect: drop prefetches during if-cvt [PR120164]
Tamar Christina
- [gcc r16-8967] libstdc++: Fix <optional> for freestanding [PR125450]
Jonathan Wakely
- [gcc r17-841] libgomp: Fix ipr_vendor for OpenMP's interop
Tobias Burnus
- [gcc r17-842] testsuite: Restrict mpc860_no_lwsync.c to Power ilp32 targets [PR125448]
kishan parmar
- [gcc r17-843] AArch64: Prefer w-regs for 32-bit move immediate
Wilco Dijkstra
- [gcc r17-844] ext-dce: fix off-by-one in subreg liveness for 32-bit modes
Philipp Tomsich
- [gcc r17-845] ext-dce: narrow sign-extending loads to zero-extending when upper bits are dead
Philipp Tomsich
- [gcc r17-846] testsuite: fix Winvalid-memory-model*.C
Marek Polacek
- [gcc r17-847] Daily bump.
GCC Administrator
- [gcc r13-10344] Daily bump.
GCC Administrator
- [gcc r14-12630] Daily bump.
GCC Administrator
- [gcc r15-11201] Daily bump.
GCC Administrator
- [gcc r16-8968] Daily bump.
GCC Administrator
- [gcc r17-848] Fortran: [PR93727] Add EX format rounding for truncated hex mantissa
Jerry DeLisle
- [gcc r17-849] [RISC-V] Drop compromised scan-asm test after recent vectorized loop epilogue changes
Jeff Law
- [gcc r17-850] testsuite, i386: add win64 AVX indirect alignment tests [PR54412]
Jonathan Yong
- [gcc r17-851] ada: Fix for illegal deep delta array aggregate with others
Marc Poulhies
- [gcc r17-852] ada: Fix small irregularity for Master_Id of anonymous access result type
Marc Poulhies
- [gcc r17-853] ada: VAST Check_Corresponding_Aspect
Marc Poulhies
- [gcc r17-854] ada: Remove spurious error on attribute Count with expansion disabled
Marc Poulhies
- [gcc r17-855] ada: Fix crash evaluating class-wide preconditions with missing completion
Marc Poulhies
- [gcc r17-856] ada: Crash when using address clause on declare-expression constant
Marc Poulhies
- [gcc r17-857] ada: Minor cleanup related to aspects vs. pragmas
Marc Poulhies
- [gcc r17-858] ada: Clean up around Is_Immutably_Limited_Type
Marc Poulhies
- [gcc r17-859] ada: Apply the check for all primitive equality operations
Marc Poulhies
- [gcc r17-860] ada: Fix oversight in latest accessibility change
Marc Poulhies
- [gcc r17-861] ada: Simplify test for limited types
Marc Poulhies
- [gcc r17-862] ada: Fix freezing of nested discriminated type
Marc Poulhies
- [gcc r17-863] ada: Implement restrictions for unchecked union in inlining for GNATprove
Marc Poulhies
- [gcc r17-864] ada: Cleanup Analyze_Aspect_Specifications
Marc Poulhies
- [gcc r17-865] ada: Rename Insert_Pragma to be Insert_Aitem
Marc Poulhies
- [gcc r17-866] ada: Fix spurious discriminant check failure for unconstrained actual parameter
Marc Poulhies
- [gcc r17-867] ada: Adjust 'Constrained for formal parameters of unchecked union types
Marc Poulhies
- [gcc r17-868] ada: Fix VAST check on aspect consistency
Marc Poulhies
- [gcc r17-869] ada: VAST: Explain 2-pass algorithm
Marc Poulhies
- [gcc r17-870] ada: Fix regression under GNATProve mode
Marc Poulhies
- [gcc r17-871] ada: Fix regression under GNATProve mode
Marc Poulhies
- [gcc r17-872] ada: Crash on wrong renaming of record field
Marc Poulhies
- [gcc r17-873] ada: Create the SARIF file in the current cwd
Marc Poulhies
- [gcc r17-874] ada: Compiler hangs on a semantically incorrect program.
Marc Poulhies
- [gcc r17-875] ada: Rewrite Analyze_Aspect_Specifications
Marc Poulhies
- [gcc r17-876] ada: Minor cleanup
Marc Poulhies
- [gcc r17-877] ada: Incorrect error message on use of 'Result with wrong prefix
Marc Poulhies
- [gcc r17-878] ada: vast: protect against a predicate failure
Marc Poulhies
- [gcc r17-879] ada: Fix unresolved symbols with partial -gnatVo compilation
Marc Poulhies
- [gcc r17-880] ada: Fix casing of reserved word.
Marc Poulhies
- [gcc r17-881] ada: Fix bogus visibility error for inherited operator of null extension
Marc Poulhies
- [gcc r17-882] ada: Incorrect error message on use of 'Result with wrong prefix
Marc Poulhies
- [gcc r17-883] ada: Remove .EXE suffix from GNAT.Command_Line error messages
Marc Poulhies
- [gcc r17-884] ada: Reject non-primitive operations in Finalizable aspect
Marc Poulhies
- [gcc r17-885] ada: Fix assertion failure for improper aggregate operation
Marc Poulhies
- [gcc r17-886] ada: Fix assertion failure on invalid String_Literal aspect
Marc Poulhies
- [gcc r17-887] ada: Fix handling of qualified subtype with static predicate in array aggregate
Marc Poulhies
- [gcc r17-888] ada: Fix iterator for Iterable aspect rejected without subtype indication
Marc Poulhies
- [gcc r17-889] ada: Align the alternate stack on Linux for address sanitizer
Marc Poulhies
- [gcc r17-890] i386: Fix up *add<mode>_1<nf_name> [PR125469]
Jakub Jelinek
- [gcc r17-891] AVR: ad target/121343 - Use hard-reg constraints in [u]divmod insns.
Georg-Johann Lay
- [gcc r17-892] AVR: Support [[len=<words]] notes in inline asm to specifty its size.
Georg-Johann Lay
- [gcc r17-893] aarch64: Make more use of UINTVAL
Alex Coplan
- [gcc r17-894] RISC-V: Add RISC-V RVV main-loop overhead comparison in cost model
Zhongyao Chen
- [gcc r17-895] i386: Refine c86-4g fdiv scheduling model
Kewen Lin
- [gcc r17-896] aarch64: introduce partial AdvSIMD vector modes
Artemiy Volkov
- [gcc r17-897] aarch64: initialize vectors from starting subsequence
Artemiy Volkov
- [gcc r17-898] aarch64: implement vec_concat support for sub-64-bit types
Artemiy Volkov
- [gcc r17-899] aarch64/sve: combine AdvSIMD and SVE vec_duplicates
Artemiy Volkov
- [gcc r17-900] libstdc++: Expand serialization test for piecewise distributions.
Tomasz Kaminski
- [gcc r17-901] libstdc++: Optimize operator<< for piecewise distributions.
Tomasz Kaminski
- [gcc r17-902] testsuite: add AVX512 requirement to vect-early-break-no-epilog_11.c
Tamar Christina
- [gcc r17-903] avr.opt.urls: Add -masm-len-notes and -Wasm-len-notes.
Georg-Johann Lay
- [gcc r16-8969] sra: Fix build_user_friendly_ref_for_offset for bit-fields (PR124151)
Martin Jambor
- [gcc r17-904] RISC-V: Support VLS LMUL cost scaling
Zhongyao Chen
- [gcc r16-8970] ada: Fix typo in head comment of Sinput specification
Eric Botcazou
- [gcc r16-8971] ada: Minor comment fixes
Eric Botcazou
- [gcc r16-8972] ada: Fix spurious range check for out mode scalars in class-wide preconditions
Eric Botcazou
- [gcc r16-8973] ada: Make "finally" a non-reserved keyword
Eric Botcazou
- [gcc r16-8974] ada: Enable checks during analysis of expanded dispatching calls
Eric Botcazou
- [gcc r16-8975] ada: Handle call to C++ constructor placed in return statement
Eric Botcazou
- [gcc r16-8976] ada: Fix endless loop on Address aspect for object with dynamic address
Eric Botcazou
- [gcc r16-8977] ada: Handle call to C++ constructor in generic instantiation
Eric Botcazou
- [gcc r16-8978] ada: Fix incorrect finalization of renamed function call at library level
Eric Botcazou
- [gcc r16-8979] ada: Unsupported C++ constructor call in array aggregate
Eric Botcazou
- [gcc r16-8980] ada: Spurious error on formals with First_Controlling_Parameter type
Eric Botcazou
- [gcc r16-8981] ada: Fix crash on declare expression in contract on access to subprogram type
Eric Botcazou
- [gcc r16-8982] ada: Formal function default given by expression rejected with -gnatX
Eric Botcazou
- [gcc r16-8983] ada: Update references to Parameter Associations RM 6.4.1
Eric Botcazou
- [gcc r16-8984] ada: Fix different 'Img and 'Image on enumeration type with Put_Image
Eric Botcazou
- [gcc r16-8985] ada: Rename Image_Should_Call_Put_Image into Image_Must_Call_Put_Image
Eric Botcazou
- [gcc r16-8986] ada: Fix crash on equality of unchecked union components of formal parameters
Eric Botcazou
- [gcc r17-905] RISC-V: Fix REGNO_REG_CLASS for FP hard registers
Ma Jin
- [gcc r17-906] cobol: Add assertion to suppress -Warray-bounds false positive [PR125404]
Jonathan Wakely
- [gcc r17-907] libstdc++: Fix suboptimal complexity of flat_map::_M_insert
Patrick Palka
- [gcc r17-908] libstdc++: Implement P3567R2 flat_meow fixes
Patrick Palka
- [gcc r17-909] libstdc++: Fix availability of flat_meow::operator=(initializer_list)
Patrick Palka
- [gcc r17-910] libstdc++: Fix -fno-exceptions support in testsuite_allocator.h
Patrick Palka
- [gcc r16-8987] ada: Unsigned_Base_Range aspect (part 8)
Eric Botcazou
- [gcc r16-8988] ada: Fix exception on attaching non-handler procedure
Eric Botcazou
- [gcc r16-8989] ada: Boolean flag for Unsigned_Base_Range aspect is ignored
Eric Botcazou
- [gcc r16-8990] ada: Parsing error on declare expr in expression default for generic formal function
Eric Botcazou
- [gcc r16-8991] ada: Deep delta aggregates incorrectly rejected with -gnatX.
Eric Botcazou
- [gcc r16-8992] ada: Minor comment and formatting fixes
Eric Botcazou
- [gcc r16-8993] ada: Fix wrong comments
Eric Botcazou
- [gcc r16-8994] ada: Align VxWorks version of System.Interrupts
Eric Botcazou
- [gcc r16-8995] ada: Fix recursion calls in Remove_Side_Effects
Eric Botcazou
- [gcc r16-8996] ada: Put_Image attribute_definition_clause incorrectly ignored.
Eric Botcazou
- [gcc r16-8997] ada: Fix long-standing issue with qualified expressions of class-wide types
Eric Botcazou
- [gcc r16-8998] ada: Fix crash evaluating class-wide preconditions with missing completion
Eric Botcazou
- [gcc r16-8999] ada: Crash when using address clause on declare-expression constant
Eric Botcazou
- [gcc r16-9000] ada: Fix freezing of nested discriminated type
Eric Botcazou
- [gcc r16-9001] ada: Fix spurious discriminant check failure for unconstrained actual parameter
Eric Botcazou
- [gcc r16-9002] ada: Adjust 'Constrained for formal parameters of unchecked union types
Eric Botcazou
- [gcc r16-9003] ada: Crash on wrong renaming of record field
Eric Botcazou
- [gcc r16-9004] ada: Compiler hangs on a semantically incorrect program.
Eric Botcazou
- [gcc r16-9005] ada: Fix unresolved symbols with partial -gnatVo compilation
Eric Botcazou
- [gcc r16-9006] ada: Fix casing of reserved word.
Eric Botcazou
- [gcc r16-9007] ada: Fix bogus visibility error for inherited operator of null extension
Eric Botcazou
- [gcc r16-9008] ada: Reject non-primitive operations in Finalizable aspect
Eric Botcazou
- [gcc r16-9009] ada: Fix assertion failure for improper aggregate operation
Eric Botcazou
- [gcc r16-9010] ada: Fix handling of qualified subtype with static predicate in array aggregate
Eric Botcazou
- [gcc r16-9011] ada: Fix iterator for Iterable aspect rejected without subtype indication
Eric Botcazou
- [gcc r16-9012] ada: Align the alternate stack on Linux for address sanitizer
Eric Botcazou
- [gcc r15-11202] ada: Reject non-primitive operations in Finalizable aspect
Eric Botcazou
- [gcc r17-911] c++: add fixed test [PR106957]
Marek Polacek
- [gcc r17-912] [RISC-V] Fix expected testsuite output after ext-dce changes
Jeff Law
- [gcc r17-913] fortran: module-contained PRIVATE procedures must have global ELF linkage [PR125430]
Jerry DeLisle
- [gcc r17-914] c++: fix infinite looping with arr[arr] [PR125454]
Marek Polacek
- [gcc r17-915] x86 SSE: Improve vector increment/decrement on x86.
Roger Sayle
- [gcc r17-916] x86_64 SSE: Handle SUBREG conversions in TImode STV (for ptest).
Roger Sayle
- [gcc r17-917] x86_64 SSE: Tweak/correct STV cost of 128-bit rotate by constant.
Roger Sayle
- [gcc r17-918] tree-ssa: Loop store motion micro-optimizations.
Roger Sayle
- [gcc r16-9013] c++: fix infinite looping with arr[arr] [PR125454]
Marek Polacek
- [gcc r17-919] vect-early-break-no-epilog_11.c: Require avx512f_runtime
H.J. Lu
- [gcc r17-920] libcody: allow non-ASCII module names [PR120458]
Andrew Pinski
- [gcc r17-921] Fortran: Add c_f_strpointer intrinsic
Sandra Loosemore
- [gcc r17-922] Fortran: f_c_string intrinsic improvements
Sandra Loosemore
- [gcc r17-923] Daily bump.
GCC Administrator
- [gcc r13-10345] Daily bump.
GCC Administrator
- [gcc r14-12631] Daily bump.
GCC Administrator
- [gcc r15-11203] Daily bump.
GCC Administrator
- [gcc r16-9014] Daily bump.
GCC Administrator
- [gcc r17-924] bb-slp-complex-mla-half-float.c: Add the missing end brace
H.J. Lu
- [gcc r17-925] libgfortran: Use MapViewOfFileEx instead of MapViewOfFileExNuma in caf_shmem
Tobias Burnus
- [gcc r17-926] c++: Fix build_value_init_noctor anon aggr handling
Jakub Jelinek
- [gcc r17-927] ada: Make __gnat_copy_attribs non-blocking on windows
Marc Poulhies
- [gcc r17-928] ada: Calculate the sloc adjustment for inlined static functions
Marc Poulhies
- [gcc r17-929] ada: Refactor Inline_Static_Function_Call
Marc Poulhies
- [gcc r17-930] ada: Suppress warning about unused quantified variables with junk names
Marc Poulhies
- [gcc r17-931] ada: Fix reStructuredText markup
Marc Poulhies
- [gcc r17-932] ada: Distribute declaration of return object into conditional expressions
Marc Poulhies
- [gcc r17-933] ada: Inheritance of pragma/aspect unchecked_union
Marc Poulhies
- [gcc r17-934] ada: Fix assertion failure on call in object notation in entry barrier
Marc Poulhies
- [gcc r17-935] ada: Add volatile abstract state to creation functions in Interfaces.C.Strings
Marc Poulhies
- [gcc r17-936] ada: Enable resolution of overloading on Last and Previous for Iterable
Marc Poulhies
- [gcc r17-937] ada: Add (r)pech debug routines for entity chains and simple check
Marc Poulhies
- [gcc r17-938] ada: Missing overflow check on Integer_128 under GNATProve mode
Marc Poulhies
- [gcc r17-939] ada: Unset Comes_From_Source in inlined static functions
Marc Poulhies
- [gcc r17-940] ada: Suppress warning about unused variable in trivial quantification
Marc Poulhies
- [gcc r17-941] ada: Suppress warning for quantified expression with filters
Marc Poulhies
- [gcc r17-942] ada: Pretty-print filter of loop parameter specification
Marc Poulhies
- [gcc r17-943] ada: Fix compiler crash on primitive completed by expression function
Marc Poulhies
- [gcc r17-944] ada: Require compilation unit to have no indentation
Marc Poulhies
- [gcc r17-945] ada: Stop using gnat_envp
Marc Poulhies
- [gcc r17-946] ada: Improve dmsg
Marc Poulhies
- [gcc r17-947] ada: Simplify implementation of instantiation messages
Marc Poulhies
- [gcc r17-948] ada: Create a function for checking Suppressed loop warnings
Marc Poulhies
- [gcc r17-949] ada: Remove obsolete trick in Analyze_Function_Return
Marc Poulhies
- [gcc r17-950] ada: Fix crash on qualified bounds during unnesting
Marc Poulhies
- [gcc r17-951] ada: Refactor error message deletion
Marc Poulhies
- [gcc r17-952] ada: Simplify Warning_Specifically_Suppressed calls.
Marc Poulhies
- [gcc r17-953] ada: Add Filter_And_Delete_Errors
Marc Poulhies
- [gcc r17-954] ada: Add Delete_Error_And_Continuation_Msgs and refactor duplicate code in errout and errutil
Marc Poulhies
- [gcc r17-955] ada: VAST Check_Entity_Chain
Marc Poulhies
- [gcc r17-956] ada: Do not disable conformance warning in GNAT_Mode
Marc Poulhies
- [gcc r17-957] ada: Fix light runtime configurations
Marc Poulhies
- [gcc r17-958] ada: Do not set Global_Discard_Names in GNATprove_Mode
Marc Poulhies
- [gcc r17-959] ada: Improve error message insertion methods
Marc Poulhies
- [gcc r17-960] ada: Create a boolean version of Warnings_Suppressed
Marc Poulhies
- [gcc r17-961] ada: Complete previous light runtime configuration fix
Marc Poulhies
- [gcc r17-962] ada: Minor typo fix in documentation
Marc Poulhies
- [gcc r17-963] ada: Document the gnatg switch
Marc Poulhies
- [gcc r17-964] ada: Implement AI22-0154 (Revised resolution of indexing aspects)
Marc Poulhies
- [gcc r17-965] ada: Cleanup of Analyze_Aspect_Specifications and related code
Marc Poulhies
- [gcc r17-966] ada: Fix bug when reading multibyte utf-8 character
Marc Poulhies
- [gcc r17-967] testsuite: Tweak sse2-p{add, sub}[bdw]-2.c tests for -march=cascadelake
Roger Sayle
- [gcc r16-9015] ada: Suppress warning about unused quantified variables with junk names
Eric Botcazou
- [gcc r16-9016] ada: Fix reStructuredText markup
Eric Botcazou
- [gcc r16-9017] ada: Inheritance of pragma/aspect unchecked_union
Eric Botcazou
- [gcc r16-9018] ada: Fix assertion failure on call in object notation in entry barrier
Eric Botcazou
- [gcc r16-9019] ada: Suppress warning about unused variable in trivial quantification
Eric Botcazou
- [gcc r16-9020] ada: Suppress warning for quantified expression with filters
Eric Botcazou
- [gcc r16-9021] ada: Fix bug when reading multibyte utf-8 character
Eric Botcazou
- [gcc r17-968] i386: Rewrite index*1+disp into base+disp
Uros Bizjak
- [gcc r17-969] aarch64: add preliminary definitions for SVE2.2/SME2.2
Artemiy Volkov
- [gcc r17-970] aarch64: add zeroing forms for predicated SVE integer unary operations
Artemiy Volkov
- [gcc r17-971] aarch64: add zeroing forms for predicated SVE integer extends
Artemiy Volkov
- [gcc r17-972] aarch64: add zeroing forms for predicated SVE bit reversal operations
Artemiy Volkov
- [gcc r17-973] aarch64: add zeroing forms for predicated SVE FP unary operations
Artemiy Volkov
- [gcc r17-974] aarch64: add zeroing forms for predicated SVE FP-to-integer conversions
Artemiy Volkov
- [gcc r17-975] aarch64: add zeroing forms for predicated SVE int-/FP-to-FP conversions
Artemiy Volkov
- [gcc r17-976] aarch64: add zeroing forms for predicated SVE top FP conversions
Artemiy Volkov
- [gcc r17-977] aarch64: implement FRINT32/64 SVE instructions
Artemiy Volkov
- [gcc r17-978] aarch64: implement FIRSTP and LASTP SVE instructions
Artemiy Volkov
- [gcc r17-979] aarch64: implement changes for COMPACT and EXPAND SVE instructions
Artemiy Volkov
- [gcc r17-980] aarch64: implement FMUL SME instruction
Artemiy Volkov
- [gcc r17-981] aarch64: add __ARM_FEATURE_ macros for SVE2.2 and SME2.2
Artemiy Volkov
- [gcc r17-982] [riscv] Fix sync builtins unspec->unspecv
Nathan Sidwell
- [gcc r17-983] gccrs: workaround -Wrestrict false positive [PR114385]
Arthur Cohen
- [gcc r17-984] libgcc: Support -mcall-ms2sysv-xlogues on FreeBSD/x86
Rainer Orth
- [gcc r17-985] OpenMP: Reject omp_{cgroup, pteam, thread}_mem_alloc for static vars in ALLOCATE directive [PR122892]
Tobias Burnus
- [gcc r17-986] cobol: Speed improvements; function prototypes; POSIX compatibility.
Robert Dubner
- [gcc r17-987] libstdc++: allocate_at_least ask only what it reports (P0401)
Nathan Myers
- [gcc r17-988] Fortran: checking of passed character length [PR125393]
Harald Anlauf
- [gcc r17-989] libstdc++: Adjust flat_set::swap swapping order
Patrick Palka
- [gcc r17-990] AVR: ad target/121343 - Use hard-reg constraints in FMUL[S[U]] insns.
Georg-Johann Lay
- [gcc r17-991] contrib: Make dg-extract-results.py tolerant of unparseable files
Kevin Buettner
- [gcc r17-992] ranger-fold: Don't call into gimple_stmt_nonnegative_p [PR125475]
Andrew Pinski
- [gcc r17-993] Fix pr125453-1.c at -O2 on some targets
Andrew Pinski
- [gcc r17-994] Daily bump.
GCC Administrator
- [gcc r13-10346] Daily bump.
GCC Administrator
- [gcc r14-12632] Daily bump.
GCC Administrator
- [gcc r15-11204] Daily bump.
GCC Administrator
- [gcc r16-9022] Daily bump.
GCC Administrator
- [gcc r17-995] switch-conv: Remove label from case_bit_test
Andrew Pinski
- [gcc r17-996] cobol: Include m4/autoconf.m4. [PR125503]
Robert Dubner
- [gcc r17-997] c, middle-end: Implement C2Y N3705: bit-precise enum
Jakub Jelinek
- [gcc r17-998] c: some cleanups for the comptypes hierarchy of functions
Martin Uecker
- [gcc r17-999] toplevel: Fix typos in build files
Dhruv Chawla
- [gcc r17-1000] ada: Fix typos in various files
Dhruv Chawla
- [gcc r17-1001] algol68, libga68: Fix typos in various files
Dhruv Chawla
- [gcc r17-1002] analyzer: Fix typos in various files
Dhruv Chawla
- [gcc r17-1003] c-family, c: Fix typos in various files
Dhruv Chawla
- [gcc r17-1004] cobol, libgcobol: Fix typos in various files
Dhruv Chawla
- [gcc r17-1005] cp: Fix typos in various files
Dhruv Chawla
- [gcc r17-1006] d: Fix typos in various files
Dhruv Chawla
- [gcc r17-1007] doc: Fix typos in various files
Dhruv Chawla
- [gcc r17-1008] fixincludes: Fix typos in various files
Dhruv Chawla
- [gcc r17-1009] fortran: Fix typos in various files
Dhruv Chawla
- [gcc r17-1010] gcc/[a-d]*: Fix typos in various files
Dhruv Chawla
- [gcc r17-1011] gcc/[e-m]*: Fix typos in various files
Dhruv Chawla
- [gcc r17-1012] gcc/[o-r]*: Fix typos in various files
Dhruv Chawla
- [gcc r17-1013] gcc/[s-z]*: Fix typos in various files
Dhruv Chawla
- [gcc r17-1014] generators: Fix typos in various files
Dhruv Chawla
- [gcc r17-1015] gimple: Fix typos in various files
Dhruv Chawla
- [gcc r17-1016] ipa: Fix typos in various files
Dhruv Chawla
- [gcc r17-1017] include: Fix typos in various files
Dhruv Chawla
- [gcc r17-1018] jit: Fix typos in various files
Dhruv Chawla
- [gcc r17-1019] lto: Fix typos in various files
Dhruv Chawla
- [gcc r17-1020] rtl-ssa: Fix typos in various files
Dhruv Chawla
- [gcc r17-1021] tree: Fix typos in various files
Dhruv Chawla
- [gcc r17-1022] tree-ssa: Fix typos in various files
Dhruv Chawla
- [gcc r17-1023] vect: Fix typos in various files
Dhruv Chawla
- [gcc r17-1024] libatomic: Fix typos in various files
Dhruv Chawla
- [gcc r17-1025] libbacktrace: Fix typos in various files
Dhruv Chawla
- [gcc r17-1026] libcody: Fix typos in README.md
Dhruv Chawla
- [gcc r17-1027] libcpp: Fix typos in various files
Dhruv Chawla
- [gcc r17-1028] libdecnumber: Fix typos in various files
Dhruv Chawla
- [gcc r17-1029] libgcc: Fix typos in various files
Dhruv Chawla
- [gcc r17-1030] libgfortran: Fix typos in various files
Dhruv Chawla
- [gcc r17-1031] libgm2: Fix typos in configure.ac
Dhruv Chawla
- [gcc r17-1032] libgomp: Fix typos in various files
Dhruv Chawla
- [gcc r17-1033] libiberty: Fix typos in various files
Dhruv Chawla
- [gcc r17-1034] libitm: Fix typos in various files
Dhruv Chawla
- [gcc r17-1035] libquadmath: Fix typos in various files
Dhruv Chawla
- [gcc r17-1036] libstdc++: Fix typos in various files
Dhruv Chawla
- [gcc r17-1037] libvtv: Fix typos in various files
Dhruv Chawla
- [gcc r17-1038] lto-plugin: Fix typos in lto-plugin.c
Dhruv Chawla
- [gcc r17-1039] Re-flow lines made longer than 80 characters by typo fixes
Dhruv Chawla
- [gcc r17-1040] testsuite: Fix testsuite failures after typo fixes
Dhruv Chawla
- [gcc r17-1041] c++: Don't ICE on the static constexpr expansion-stmt vars during mangling [PR125123]
Jakub Jelinek
- [gcc r17-1042] fortran: fix ICE with procedure pointer declared in BLOCK
Jerry DeLisle
- [gcc r17-1043] xtensa: Remove '*splice_bits' insn pattern
Max Filippov
- [gcc r17-1044] xtensa: Optimize 'insvsi' insn pattern if TARGET_DEPBITS is not configured
Max Filippov
- [gcc r17-1045] Fix scan-asm failure for loongarch64 after recent ext-dce changes
Jeff Law
- [gcc r17-1046] Fix m68k bootstrap due to diagnostic
Jeff Law
- [gcc r17-1047] testsuite: adjust tests for FIRSTP/LASTP SVE2 instructions
Artemiy Volkov
- [gcc r16-9023] fortran: fix ICE with procedure pointer declared in BLOCK
Jerry DeLisle
- [gcc r17-1048] Daily bump.
GCC Administrator
- [gcc r13-10347] Daily bump.
GCC Administrator
- [gcc r14-12633] Daily bump.
GCC Administrator
- [gcc r15-11205] Daily bump.
GCC Administrator
- [gcc r16-9024] Daily bump.
GCC Administrator
- [gcc r17-1049] hppa: Fix clear_cache pattern and use it in pa_trampoline_init
John David Anglin
- [gcc r17-1050] AVR: Support [[len=nl]] in asm templates.
Georg-Johann Lay
- [gcc r16-9025] RISC-V: Remove interleaved vector synthesis optimization [PR125215]
Jeff Law
- [gcc r17-1051] tree-ssa-reassoc: remove strict_overflow_p from range_entry
Daniel Barboza
- [gcc r17-1052] tree-vrp: remove compare_values_warnv ()
Daniel Barboza
- [gcc r17-1053] gcc/expr.cc: remove Wstrict-overflow from maybe_optimize_sub_cmp_0
Daniel Barboza
- [gcc r17-1054] tree-ssa-loop-ch.cc remove strict_overflow logic
Daniel Barboza
- [gcc r17-1055] gcc/fold-const: remove fold_*_overflow_warnings
Daniel Barboza
- [gcc r17-1056] testsuite: remove all Wstrict-overflow tests
Daniel Barboza
- [gcc r17-1057] testsuite: remove Wstrict-overflow related tests
Daniel Barboza
- [gcc r17-1058] gcc: finalize deprecation of -Wstrict-overflow
Daniel Barboza
- [gcc r17-1059] AVR: Fix overly long URLs in the printed PDF documentation
Georg-Johann Lay
- [gcc r17-1060] [RISC-V][PR rtl-optimization/123313] Improve select between reg, -1
Jeff Law
- [gcc r17-1061] range-op: Add relation effect for integer mult [PR23471]
Andrew Pinski
Last message date:
Sun May 31 23:04:46 GMT 2026
Archived on: Sun May 31 23:04:48 GMT 2026
This archive was generated by
Pipermail 0.09 (Mailman edition).