Age | Commit message (Expand) | Author | Files | Lines |
2022-04-29 | Merge master r12-8312.devel/c++-coroutines | Iain Sandoe | 611 | -4887/+20223 |
2022-04-28 | cgraph: Don't verify semantic_interposition flag for aliases [PR105399] | Jakub Jelinek | 2 | -1/+14 |
2022-04-28 | Fix up 'libgomp.oacc-fortran/print-1.f90' GCN offloading compilation [PR104717] | Thomas Schwinge | 1 | -1/+29 |
2022-04-28 | c++, coroutines: Improve check for throwing final await [PR104051]. | Iain Sandoe | 2 | -6/+36 |
2022-04-28 | c++, coroutines: Account for overloaded promise return_value() [PR105301]. | Iain Sandoe | 2 | -2/+57 |
2022-04-28 | c++, coroutines: Make sure our temporaries are in a bind expr [PR105287] | Iain Sandoe | 2 | -9/+57 |
2022-04-28 | c++, coroutines: Avoid expanding within templates [PR103868] | Nathan Sidwell | 2 | -12/+163 |
2022-04-28 | testsuite,X86: Fix missing USER_LABEL_PREFIX cases. | Iain Sandoe | 4 | -8/+8 |
2022-04-28 | testsuite: Add target requires for ifuncs to mv31.C. | Iain Sandoe | 1 | -0/+1 |
2022-04-28 | c++: global-namespace-qualified var after class def [PR90107] | Marek Polacek | 2 | -0/+11 |
2022-04-28 | libstdc++: Fix error reporting in filesystem::copy [PR99290] | Jonathan Wakely | 4 | -4/+70 |
2022-04-28 | d: Merge upstream dmd 313d28b3d, druntime e361d200. | Iain Buclaw | 9 | -35/+121 |
2022-04-28 | i386: Fix up ix86_gimplify_va_arg [PR105331] | Jakub Jelinek | 2 | -0/+12 |
2022-04-28 | doc: Remove misleading text about multilibs for IEEE long double | Jonathan Wakely | 1 | -11/+0 |
2022-04-28 | libstdc++: Remove redundant line in versioned namespace linker script | François Dumont | 1 | -1/+0 |
2022-04-28 | doc: Document Solaris D bootstrap requirements [PR 103528] | Rainer Orth | 1 | -1/+13 |
2022-04-28 | tree-optimization/105219 - bogus max iters for vectorized epilogue | Richard Biener | 2 | -1/+34 |
2022-04-27 | testsuite: Add test case for pack/unpack bifs at soft-float [PR105334] | Kewen Lin | 1 | -0/+31 |
2022-04-28 | testsuite: Skip target not support -pthread [PR104676]. | Jia-Wei Chen | 1 | -1/+1 |
2022-04-28 | loongarch: ignore zero-size fields in calling convention | Xi Ruoyao | 3 | -0/+61 |
2022-04-28 | Daily bump. | GCC Administrator | 7 | -1/+163 |
2022-04-27 | c++: add comments | Jason Merrill | 1 | -1/+2 |
2022-04-27 | Fix oversight from previous commit to pr70673. | Thomas Koenig | 1 | -1/+0 |
2022-04-27 | c++: enum in generic lambda at global scope [PR105398] | Marek Polacek | 2 | -1/+16 |
2022-04-27 | testsuite: Add testcase for dangling pointer equality bogus warning [PR104492] | Jakub Jelinek | 1 | -0/+115 |
2022-04-27 | Split test to remove failing run time test and add check for ICE. | Thomas Koenig | 2 | -1/+25 |
2022-04-27 | libstdc++: Update {x86_64,i?86,aarch64,s390x,ppc{,64,64le}} baseline_symbols.txt | Jakub Jelinek | 8 | -8/+90 |
2022-04-27 | libstdc++: Add pretty printer for std::atomic | Jonathan Wakely | 3 | -3/+69 |
2022-04-27 | ada: Fix build for RTEMS | Sebastian Huber | 1 | -18/+14 |
2022-04-27 | LoongArch: Add fdiv define_expand template. | Lulu Cheng | 1 | -0/+6 |
2022-04-27 | LoongArch: Add '(clobber (mem:BLK (scratch)))' to PLV instruction templates. | Lulu Cheng | 1 | -12/+28 |
2022-04-27 | middle-end/104492 - avoid all equality compare dangling pointer diags | Richard Biener | 1 | -3/+4 |
2022-04-27 | fortran: Compare non-constant bound expressions. [PR105379] | Mikael Morin | 3 | -11/+56 |
2022-04-27 | fortran: Avoid infinite self-recursion [PR105381] | Mikael Morin | 2 | -3/+25 |
2022-04-27 | testsuite: Add arm testcase for PR105374 | Christophe Lyon | 1 | -0/+8 |
2022-04-27 | [Ada] Revert r12-6599 (Fix up handling of ghost units [PR104027]) | Pierre-Marie de Rodat | 1 | -5/+0 |
2022-04-27 | PR102024 - IBM Z: Add psabi diagnostics | Andreas Krebbel | 8 | -104/+187 |
2022-04-27 | asan: Fix up asan_redzone_buffer::emit_redzone_byte [PR105396] | Jakub Jelinek | 2 | -5/+28 |
2022-04-26 | rs6000: Move V2DI vec_neg under power8-vector [PR105271] | Kewen Lin | 2 | -3/+17 |
2022-04-27 | Daily bump. | GCC Administrator | 9 | -1/+167 |
2022-04-26 | c++: pack init-capture of unresolved overload [PR102629] | Jason Merrill | 2 | -1/+25 |
2022-04-26 | GCN: Make "gang-private data-share memory exhausted" error more verbose | Thomas Schwinge | 1 | -2/+3 |
2022-04-26 | Update gcc sv.po | Joseph Myers | 1 | -503/+335 |
2022-04-26 | c++: decltype of non-dependent call of class type [PR105386] | Patrick Palka | 2 | -1/+16 |
2022-04-26 | lto: use diagnostics_context in print_lto_docs_link | Martin Liska | 1 | -3/+17 |
2022-04-26 | libphobos: Don't call free on the TLS array in the emutls destroy function. | Iain Buclaw | 1 | -4/+4 |
2022-04-26 | libstdc++: Add std::atomic<shared_ptr>(nullptr_t) constructor (LWG 3661) | Jonathan Wakely | 2 | -0/+6 |
2022-04-26 | libstdc++: Define std::hash<std::filesystem::path> (LWG 3657) | Jonathan Wakely | 2 | -0/+20 |
2022-04-26 | rs6000: Make the has_arch target selectors actually work | Segher Boessenkool | 1 | -14/+14 |
2022-04-26 | ifcvt: Improve noce_try_store_flag_mask [PR105314] | Jakub Jelinek | 2 | -3/+15 |