aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)Author
2022-04-28Bump BASE-VER.basepoints/gcc-13Jakub Jelinek
2022-04-28cgraph: Don't verify semantic_interposition flag for aliases [PR105399]Jakub Jelinek
2022-04-28c++, coroutines: Improve check for throwing final await [PR104051].Iain Sandoe
2022-04-28c++, coroutines: Account for overloaded promise return_value() [PR105301].Iain Sandoe
2022-04-28c++, coroutines: Make sure our temporaries are in a bind expr [PR105287]Iain Sandoe
2022-04-28c++, coroutines: Avoid expanding within templates [PR103868]Nathan Sidwell
2022-04-28testsuite,X86: Fix missing USER_LABEL_PREFIX cases.Iain Sandoe
2022-04-28testsuite: Add target requires for ifuncs to mv31.C.Iain Sandoe
2022-04-28c++: global-namespace-qualified var after class def [PR90107]Marek Polacek
2022-04-28d: Merge upstream dmd 313d28b3d, druntime e361d200.Iain Buclaw
2022-04-28i386: Fix up ix86_gimplify_va_arg [PR105331]Jakub Jelinek
2022-04-28doc: Remove misleading text about multilibs for IEEE long doubleJonathan Wakely
2022-04-28doc: Document Solaris D bootstrap requirements [PR 103528]Rainer Orth
2022-04-28tree-optimization/105219 - bogus max iters for vectorized epilogueRichard Biener
2022-04-27testsuite: Add test case for pack/unpack bifs at soft-float [PR105334]Kewen Lin
2022-04-28testsuite: Skip target not support -pthread [PR104676].Jia-Wei Chen
2022-04-28loongarch: ignore zero-size fields in calling conventionXi Ruoyao
2022-04-28Daily bump.GCC Administrator
2022-04-27c++: add commentsJason Merrill
2022-04-27Fix oversight from previous commit to pr70673.Thomas Koenig
2022-04-27c++: enum in generic lambda at global scope [PR105398]Marek Polacek
2022-04-27testsuite: Add testcase for dangling pointer equality bogus warning [PR104492]Jakub Jelinek
2022-04-27Split test to remove failing run time test and add check for ICE.Thomas Koenig
2022-04-27ada: Fix build for RTEMSSebastian Huber
2022-04-27LoongArch: Add fdiv define_expand template.Lulu Cheng
2022-04-27LoongArch: Add '(clobber (mem:BLK (scratch)))' to PLV instruction templates.Lulu Cheng
2022-04-27middle-end/104492 - avoid all equality compare dangling pointer diagsRichard Biener
2022-04-27fortran: Compare non-constant bound expressions. [PR105379]Mikael Morin
2022-04-27fortran: Avoid infinite self-recursion [PR105381]Mikael Morin
2022-04-27testsuite: Add arm testcase for PR105374Christophe Lyon
2022-04-27[Ada] Revert r12-6599 (Fix up handling of ghost units [PR104027])Pierre-Marie de Rodat
2022-04-27PR102024 - IBM Z: Add psabi diagnosticsAndreas Krebbel
2022-04-27asan: Fix up asan_redzone_buffer::emit_redzone_byte [PR105396]Jakub Jelinek
2022-04-26rs6000: Move V2DI vec_neg under power8-vector [PR105271]Kewen Lin
2022-04-27Daily bump.GCC Administrator
2022-04-26c++: pack init-capture of unresolved overload [PR102629]Jason Merrill
2022-04-26GCN: Make "gang-private data-share memory exhausted" error more verboseThomas Schwinge
2022-04-26Update gcc sv.poJoseph Myers
2022-04-26c++: decltype of non-dependent call of class type [PR105386]Patrick Palka
2022-04-26lto: use diagnostics_context in print_lto_docs_linkMartin Liska
2022-04-26rs6000: Make the has_arch target selectors actually workSegher Boessenkool
2022-04-26ifcvt: Improve noce_try_store_flag_mask [PR105314]Jakub Jelinek
2022-04-26reassoc: Don't call fold_convert if !fold_convertible_p [PR105374]Jakub Jelinek
2022-04-26testsuite: Fix up g++.target/i386/vec-tmpl1.C testcase [PR65211]Jakub Jelinek
2022-04-26i386: Fix up ICE with -mveclibabi={acml,svml} [PR105367]Jakub Jelinek
2022-04-26testsuite: Improve unlimited_polymorphic_3.f03 [PR103662]Jakub Jelinek
2022-04-25c++: generic lambda fn parm pack [PR104624]Jason Merrill
2022-04-25c++: ICE with requires-expr and -Wsequence-point [PR105304]Patrick Palka
2022-04-25c++: partial ordering with dependent NTTP type [PR105289]Patrick Palka
2022-04-26Daily bump.GCC Administrator