]> git.ipfire.org Git - people/ms/gcc.git/history - gcc
c++: namespace-scoped friend in local class [PR69410]
[people/ms/gcc.git] / gcc /
2023-03-17  Jason Merrillc++: namespace-scoped friend in local class [PR69410]
2023-03-17  Jakub Jelinektree-inline: Fix up multiversioning with vector argumen...
2023-03-17  Jakub Jelinekc, ubsan: Instrument even shortened divisions [PR109151]
2023-03-17  Gaius MulleyPR modula2/109032 - message 'compiler checks to force...
2023-03-17  Vladimir N. MakarovLRA: Implement combining secondary memory reload and...
2023-03-17  Gaius MulleyPR modula2/109102 Wrong quotes in diagnostic
2023-03-17  Ju-Zhe ZhongRISC-V: Handle undef for vector mask patterns
2023-03-17  Ju-Zhe ZhongRISC-V: Use reg_or_subregno to check regno [PR109092]
2023-03-17  Jakub Jelinektestsuite: Fix up forwprop-39.c testcase [PR109145]
2023-03-17  Jakub Jelinekopenmp: Fix up handling of doacross loops with noreturn...
2023-03-17  Jakub Jelinekgdbhooks: Update gdbhooks.py for recent tree_code_type...
2023-03-17  Iain Buclawd: Merge upstream dmd, druntime 5f7552bb28, phobos...
2023-03-17  Sandra LoosemoreDocs: Fix formatting issues in BPF built-ins documentation.
2023-03-17  Sandra LoosemoreDocs: Fix some too-long lines in Texinfo manual.
2023-03-17  Gaius Mulley[modula2] Bugfix local symbol names for -fm2-whole...
2023-03-17  GCC AdministratorDaily bump.
2023-03-16  Jason Merrillc++: __func__ and local class DMI [PR105809]
2023-03-16  Jason Merrillc++: generic lambda, local class, __func__ [PR108242]
2023-03-16  Jason Merrillc++: &enum::enumerator [PR101869]
2023-03-16  Gaius Mulley[modula2] Add missing stdbool to testcode
2023-03-16  Gaius MulleyPR modula2/109125 SIGBUS in m2pim_ldtoa_ldtoa
2023-03-16  Gaius MulleyPR 107630 runtime libs should be self-contained
2023-03-16  Uros Bizjaki386: Robustify vec perm blend functions for TARGET_MMX...
2023-03-16  Patrick Palkac++: maybe_constant_init and unevaluated operands ...
2023-03-16  Patrick Palkac++: checking ICE with diagnosed constraint recursion...
2023-03-16  Iain Buclawd: Merge upstream dmd, druntime 4ca4140e58, phobos...
2023-03-16  Martin Liskamiddle-end: always find a basename for -fdiagnostics...
2023-03-16  Alexandre Oliva[testsuite] fix array element count
2023-03-16  Jason Merrillc++: co_await and move-only type [PR105406]
2023-03-16  Iain Buclawd: Fix closure fields don't get same alignment as local...
2023-03-16  Richard Bienertree-optimization/109123 - run -Wuse-afer-free only...
2023-03-16  Richard BienerAvoid random stmt order result in pass_waccess::use_aft...
2023-03-16  Gaius MulleyMove target independent documentation files into subdir
2023-03-16  GCC AdministratorDaily bump.
2023-03-15  Jason Merrillc++: co_await and initializer_list [PR103871]
2023-03-15  David Malcolmdiagnostics: attempt to capture crash info in SARIF...
2023-03-15  Gaius MulleyPR 109125 13 regression SIGBUS in m2pim_ldtoa_ldtoa
2023-03-15  Uros Bizjaki386: Fix blend vector permutation for 8-byte modes
2023-03-15  Harald AnlaufFortran: rank checking with explicit-/assumed-size...
2023-03-15  Marek Polacekc++: ICE with constexpr lambda [PR107280]
2023-03-15  Tobias BurnusOpenMP: Add omp_in_explicit_task to omp_runtime_api_call
2023-03-15  Richard BienerAvoid duplicate diagnostic in g++.dg/warn/Wuse-after...
2023-03-15  Jason Merrillc++: injected class name as default ttp arg [PR58538]
2023-03-15  Jason Merrillc++: passing one ttp to another [PR108179]
2023-03-15  Jason Merrillc++: coerce_template_template_parms interface tweak
2023-03-15  Richard Bienertree-optimization/109139 - fix .DEFERRED_INIT removal
2023-03-15  Xi Ruoyaobuiltins: Move the character difference into result...
2023-03-15  Christoph Müllnerriscv: thead: Add support for the XTheadMemPair ISA...
2023-03-15  Christoph Müllnerriscv: thead: Add support for the XTheadFmv ISA extension
2023-03-15  Christoph Müllnerriscv: thead: Add support for the XTheadMac ISA extension
2023-03-15  Christoph Müllnerriscv: thead: Add support for the XTheadCondMov ISA...
2023-03-15  Christoph Müllnerriscv: thead: Add support for the XTheadBb ISA extension
2023-03-15  Christoph Müllnerriscv: thead: Add support for the XTheadBs ISA extension
2023-03-15  Christoph Müllnerriscv: thead: Add support for the XTheadBa ISA extension
2023-03-15  Christoph Müllnerriscv: riscv-cores.def: Add T-Head XuanTie C906
2023-03-15  Christoph Müllnerriscv: Add basic XThead* vendor extension support
2023-03-15  Hu, Lin1i386:Add missing OPTION_MASK_ISA_AVX512VL in i386-built...
2023-03-15  GCC AdministratorDaily bump.
2023-03-15  Jonathan Yonggcc/testsuite/gcc.dg: Fix pic test case for PE targets
2023-03-14  Patrick Palkac++: redeclaring member of constrained class template...
2023-03-14  Patrick Palkac++: constrained template friend class matching [PR96830]
2023-03-14  Jason Merrillc++: variable tmpl partial specialization [PR108468]
2023-03-14  Gaius MulleyPR 109125 Modula2 SIGBUS in m2pim_ldtoa_ldtoa
2023-03-14  Jason Merrillc++: -Wreturn-type with if (true) throw [PR107310]
2023-03-14  Jakub Jelineki386: Fix up split_double_concat [PR109109]
2023-03-14  Iain Buclawd: Fix undefined reference to lambda defined in private...
2023-03-14  Martin Jamboripa-cp: Improve updating behavior when profile counts...
2023-03-14  Martin Jamboripa-cp: Fix various issues in update_specialized_profil...
2023-03-14  Uros Bizjaki386: Use movss to implement V2SImode VEC_PERM.
2023-03-14  Jakub Jelinektestsuite: Fix up g++.dg/cpp2a/concepts-lambda3.C ...
2023-03-14  Jakub Jelinekc++: Treat unnamed bitfields as padding for __has_uniqu...
2023-03-14  Sam JamesRISC-V: Avoid calloc() poisoning on musl
2023-03-14  Richard BienerRemove variables only used with .DEFERRED_INIT
2023-03-14  Eric BotcazouAdd testcase for ifcvt fix
2023-03-14  Eric BotcazouRevert latest change to emit_group_store
2023-03-14  Tamar Christinatestsuite: move mla_1 test to aarch64 only [PR109118]
2023-03-14  Andre Vieiraifcvt: Lower bitfields only if suitable for scalar...
2023-03-14  Jakub Jelinektree-vect-patterns: Fix up ICE in upper_bound [PR109115]
2023-03-14  Jan HubickaFix overactive sanity check in profile_count::to_sreal_...
2023-03-14  Richard BienerNew testcase
2023-03-14  GCC AdministratorDaily bump.
2023-03-13  Gaius MulleyPR 109103 Modula2 Missing function internal_error_at
2023-03-13  Joseph MyersUpdate gcc sv.po
2023-03-13  Joseph MyersUpdate gcc de.po
2023-03-13  Iain Buclawd: Delay removing DECL_EXTERNAL from thunks until funci...
2023-03-13  Iain Buclawd: Refactor DECL_ARGUMENT and DECL_RESULT generation...
2023-03-13  Max Filippovxtensa: add .note.GNU-stack section on linux
2023-03-13  Jason Merrillc++: handle _FloatNN redeclaration like bool [PR107128]
2023-03-13  Sean BrightDocs: Fix double 'See' in zero-length-bounds docs.
2023-03-13  David Malcolmtestsuite: add test coverage for analyzer leak false...
2023-03-13  David Malcolmtestsuite: add test coverage for PR analyzer/108045
2023-03-13  David Malcolmanalyzer, testsuite: add test coverage for various...
2023-03-13  Takayuki 'January... xtensa: Remove REG_OK_STRICT and its derivatives
2023-03-13  Ju-Zhe ZhongRISC-V: Fine tunning merge operand constraint
2023-03-13  Kito ChengRISC-V: Remove RVV intrinsic API test
2023-03-13  Ju-Zhe ZhongRISC-V: Fix ICE of RVV compare intrinsic
2023-03-13  Ju-Zhe ZhongRISC-V: Fine tune RA constraint for narrow instructions
2023-03-13  Marek Polacekc++: suppress -Wdangling-reference for std::span [PR107532]
2023-03-13  Tobias Burnusgcn/mkoffload.cc: Pass -save-temps on for the hsaco...
2023-03-13  Lewis Hyattlibcpp: Fix ICE on directive inside _Pragma() operator...
next