aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-29Merge master r12-8312.devel/c++-coroutinesIain Sandoe
2022-04-28cgraph: Don't verify semantic_interposition flag for aliases [PR105399]Jakub Jelinek
2022-04-28Fix up 'libgomp.oacc-fortran/print-1.f90' GCN offloading compilation [PR104717]Thomas Schwinge
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-28libstdc++: Fix error reporting in filesystem::copy [PR99290]Jonathan Wakely
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-28libstdc++: Remove redundant line in versioned namespace linker scriptFrançois Dumont
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-27libstdc++: Update {x86_64,i?86,aarch64,s390x,ppc{,64,64le}} baseline_symbols.txtJakub Jelinek
2022-04-27libstdc++: Add pretty printer for std::atomicJonathan Wakely
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-26libphobos: Don't call free on the TLS array in the emutls destroy function.Iain Buclaw
2022-04-26libstdc++: Add std::atomic<shared_ptr>(nullptr_t) constructor (LWG 3661)Jonathan Wakely
2022-04-26libstdc++: Define std::hash<std::filesystem::path> (LWG 3657)Jonathan Wakely
2022-04-26rs6000: Make the has_arch target selectors actually workSegher Boessenkool
2022-04-26ifcvt: Improve noce_try_store_flag_mask [PR105314]Jakub Jelinek