platform/upstream/gcc.git
2022-12-08 Alexandre Oliva[PR102706] [testsuite] -Wno-stringop-overflow vs Warray...
2022-12-08 Alexandre Oliva[arm] xfail fp-uint64-convert-double tests
2022-12-08 Alexandre Oliva[testsuite] [arm/aarch64] -fno-short-enums for auto...
2022-12-08 Jakub Jelinekrange-op-float: frange_arithmetic tweaks for MODE_COMPO...
2022-12-08 Andrea Coralloarm: fix mve intrinsics scan body tests for C++
2022-12-08 Jakub Jelinekrange-op-float: Fix up frange_arithmetic [PR107967]
2022-12-08 Max Filippovlibgcc: xtensa: remove stray symbols from X*HAL macro...
2022-12-08 Ian Lance Taylorlibbacktrace: support zstd decompression
2022-12-08 GCC AdministratorDaily bump.
2022-12-07 Harald AnlaufFortran: handle zero-sized arrays in ctors with typespe...
2022-12-07 Joseph Myersc: Diagnose auto constexpr used with a type
2022-12-07 Jonathan Wakelylibstdc++: Pass error handler to libbacktrace functions
2022-12-07 Joseph Myerstestsuite: Add test for C90 auto with implicit int
2022-12-07 Joseph Myerspreprocessor: Enable __VA_OPT__ for C2x
2022-12-07 Max Filippovlibgcc: xtensa: use built-in configuration
2022-12-07 Max Filippovgcc: xtensa: allow dynamic configuration
2022-12-07 Wilco DijkstraAArch64: Fix assert in aarch64_move_imm [PR108006]
2022-12-07 Arthur CohenMAINTAINERS: Add myself as Rust front-end maintainer
2022-12-07 Iain Sandoeconfigure: When host-shared, pass --with-pic to in...
2022-12-07 Richard Bieneripa/105676 - pure attribute suggestion for const function
2022-12-07 Hongyu Wangi386: Avoid fma_chain for -march=alderlake and sapphire...
2022-12-07 Prathamesh... PR107920: Fix handling of virtual operands and disable...
2022-12-07 liuhongtFix ICE due to condition mismatch between expander...
2022-12-07 Antoni Boucherlibgccjit: Fix float vector comparison
2022-12-07 GCC AdministratorDaily bump.
2022-12-06 David Malcolmanalyzer: don't create bindings or binding keys for...
2022-12-06 Jonathan Wakelylibstdc++: Fix test that fails due to name clash with...
2022-12-06 Jonathan Wakelylibstdc++: Add casts for integer-like difference type...
2022-12-06 Jonathan Wakelylibstdc++: Make chrono::hh_mm_ss more compact
2022-12-06 Jonathan Wakelylibstdc++: Add hint to compiler about vector invariants...
2022-12-06 Jonathan Wakelylibstdc++: Add nodiscard attribute to mutex try_lock...
2022-12-06 Jonathan Wakelylibstdc++: The Trouble with Tribbles
2022-12-06 Wilco DijkstraAArch64: Cleanup move immediate code
2022-12-06 Qing ZhaoUpdate -Warray-bounds with -fstrict-flex-arrays.
2022-12-06 David Malcolmanalyzer: use __attribute__((nonnull)) at top level...
2022-12-06 David Malcolmcontrib: doxygen: add gcc/analyzer subdirectory to...
2022-12-06 David Malcolmanalyzer: update internal docs
2022-12-06 David Malcolmanalyzer: split out more stuff from region-model-impl...
2022-12-06 Marcel VollweilerOpenMP: omp_get_max_teams, omp_set_num_teams, and omp_...
2022-12-06 Yannick Moyada: Allow No_Caching on volatile types
2022-12-06 Javier Mirandaada: Spurious error on nested call using the prefix...
2022-12-06 Eric Botcazouada: Suppress warning for specific constant valid condition
2022-12-06 Eric Botcazouada: Fix spurious error in checking of SPARK elaboration
2022-12-06 Eric Botcazouada: Elide the copy in extended returns for nonlimited...
2022-12-06 Eric Botcazouada: Small adjustment to special resolution of membersh...
2022-12-06 Eric Botcazouada: Use larger type for membership test of universal...
2022-12-06 Justin Squirekada: Accessibility code reorganization and bug fixes
2022-12-06 Liaiss Merzougueada: Add Codepeer Exemption + simplify TO_C code.
2022-12-06 Andre Vieiraarm: Fix MVE's vcmp vector-scalar patterns [PR107987]
2022-12-06 Jakub Jelineki386: Fix up expander conditions on cbranchbf4 and...
2022-12-06 Jakub Jelinektestsuite: Use -mnofpu for rx-*-* in ieee testsuite...
2022-12-06 Richard Bienertree-optimization/104475 - improve access diagnostics
2022-12-06 Jakub Jelinekrange-op-float: Improve binary reverse operations
2022-12-06 Jakub Jelinekrange-op-float: Fix up ICE in lower_bound [PR107975]
2022-12-06 Tobias Burnuslibgomp.texi: Fix a OpenMP 5.2 and a TR11 impl-status...
2022-12-06 Richard Bienertree-optimization/104165 - bougs -Warray-bounds, add...
2022-12-06 Iain Sandoetestsuite, X86, Darwin: Fix bf16 ABI tests for Mach...
2022-12-06 Prathamesh... aarch64: Use dup and zip1 for interleaving elements...
2022-12-06 GCC AdministratorDaily bump.
2022-12-05 Richard Bienermiddle-end/40635 - SSA update losing PHI arg loations
2022-12-05 Richard Bienertree-optimization/106868 - bogus -Wdangling-pointer...
2022-12-05 Jakub Jelinekmatch.pd: Don't fold nan < x etc. for -ftrapping-math...
2022-12-05 Jakub Jelinekrange-op-float: Fix up multiplication and division...
2022-12-05 Richard Bienertree-optimization/107833 - invariant motion of uninit...
2022-12-05 Scott Snyderplugins/107964 - install contracts.h
2022-12-05 Andrew Pinskitree-optimization/107956 - ICE with NULL call LHS
2022-12-05 Kewen Lingimple-fold: Refine gimple_fold_partial_load_store_mem_...
2022-12-05 GCC AdministratorDaily bump.
2022-12-04 Harald AnlaufFortran: error recovery simplifying UNPACK for insuffic...
2022-12-04 Harald AnlaufFortran: fix typo in documentation of intrinsic FLOOR...
2022-12-04 Harald AnlaufFortran: error recovery handling invalid CLASS variable...
2022-12-04 Patrick Palkac++: pack in requires-expr parm list [PR107417]
2022-12-04 Iain Sandoelibstdc++, Darwin: Limit recursive mutex init to OS...
2022-12-04 Iain Sandoelibstdc++, Darwin: Fix weak attribute to use __weak__...
2022-12-04 Iain Sandoelibsanitizer, Darwin: Restrict build to Darwin 16 or...
2022-12-04 Iain Sandoecoroutines: Do not promote temporaries that will be...
2022-12-04 GCC AdministratorDaily bump.
2022-12-03 Patrick Palkac++: substituting CONST_DECL_USING_P enumerators [PR103081]
2022-12-03 Alexandre Oliva[testsuite] [riscv] skip ssa-sink-18.c
2022-12-03 Alexandre Oliva[testsuite] [riscv] uninit-pred-9_b bogus warning
2022-12-03 GCC AdministratorDaily bump.
2022-12-02 Harald AnlaufFortran: intrinsic MERGE shall use all its arguments...
2022-12-02 David Malcolmanalyzer: introduce struct event_loc_info
2022-12-02 David Malcolmanalyzer: fixes to region creation messages [PR107851]
2022-12-02 Marek Polacektestsuite: Adjust dg-error for -fimplicit-constexpr
2022-12-02 Bernhard Reutner... c++: Set the locus of the function result decl
2022-12-02 Andrew MacLeodFix a few incorrect accesses.
2022-12-02 Jason Merrilldriver: fix validate_switches logic
2022-12-02 Vladimir N... LRA: Check hard reg availability of pseudo and its...
2022-12-02 liuhongtImprove ix86_expand_fast_convert_bf_to_sf with new...
2022-12-02 Martin Liskagcc: regenerate configure
2022-12-02 GCC AdministratorDaily bump.
2022-12-02 Jakub Jelineki386: Save/restore recog_data in ix86_vector_duplicate_...
2022-12-02 Jakub Jelinekc++: Incremental fix for g++.dg/gomp/for-21.C [PR84469]
2022-12-02 Jakub Jelinekc++: Deduce range for structured bindings if expression...
2022-12-02 Michael Collisonmatch.pd: rewrite select to branchless expression
2022-12-02 Richard BienerAdd --param max-unswitch-depth
2022-12-02 Eric GallagerPR59447: --with-dwarf2 implies "(or later)"
2022-12-02 David Malcolmanalyzer: handle comparisons against negated symbolic...
2022-12-02 David Malcolmanalyzer: add test coverage for string ops
next