aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-03-09Daily bump.GCC Administrator6-1/+197
2021-03-08Update gcc de.po, sv.po.Joseph Myers2-450/+291
2021-03-08PR fortran/49278 - ICE when combining DATA with default initializationHarald Anlauf2-0/+20
2021-03-08PR middle-end/98266 - bogus array subscript is partly outside array bounds on...Martin Sebor6-1/+540
2021-03-08PR middle-end/97631 - bogus "writing one too many bytes" warning for memcpy w...Martin Sebor6-47/+242
2021-03-08c++: Add test for PR96268.Marek Polacek1-0/+13
2021-03-08C++: Enable c++2b module mode [PR 99436]Nathan Sidwell2-1/+3
2021-03-08c++: Poor diagnostic in header-unit [PR 99468]Nathan Sidwell3-2/+15
2021-03-08rs6000: Fix invalid splits when using Altivec style addresses [PR98959]Peter Bergner3-7/+34
2021-03-08c++: Incorrect specialization hash table [PR 99285]Nathan Sidwell5-34/+71
2021-03-08aarch64: Fix PR99437 - tighten shift predicates for narrowing shift patternsKyrylo Tkachov3-10/+46
2021-03-08libsanitizer: cherry-pick ad294e572bc5c16f9dc420cc994322de6ca3fbfbMartin Liska1-0/+24
2021-03-08[PR99422] LRA: Skip modifiers when processing memory address.Vladimir N. Makarov1-2/+20
2021-03-08i386: Enable UINTR and HRESET for -march that supports itMartin Liska3-0/+17
2021-03-08IBM Z: Fix usage of "f" constraint with long doublesIlya Leoshkevich8-0/+190
2021-03-08tree-nested: Update assert for Fortran module vars [PR97927]Tobias Burnus2-0/+38
2021-03-08IBM Z: Fix vcond-shift.c testcase.Andreas Krebbel2-6/+16
2021-03-08Daily bump.GCC Administrator3-1/+22
2021-03-07i386: Fix some -mavx512vl -mno-avx512bw bugs [PR99321]Jakub Jelinek5-22/+79
2021-03-07Daily bump.GCC Administrator5-1/+71
2021-03-06c++: Fix constexpr evaluation of pre-increment when !lval [PR99287]Patrick Palka2-10/+68
2021-03-06middle-end: Pretty-print address space of aggregatesJulian Brown1-0/+7
2021-03-06d: Don't set default flag_complex_method.Iain Buclaw1-3/+0
2021-03-06c++: Fix tsubsting member variable template-id [PR96330]Patrick Palka3-3/+37
2021-03-06c++: adc_unify deduction with constrained auto [PR99365]Patrick Palka3-44/+136
2021-03-06cris: don't define MAX_FIXED_MODE_SIZEHans-Peter Nilsson1-7/+0
2021-03-06gcc.target/cris/pr93372-1.c: Adjust expectations for eliminated stack-frameHans-Peter Nilsson1-1/+10
2021-03-06Daily bump.GCC Administrator8-1/+238
2021-03-05c++: Pointer-to-member fn conversion with noexcept [PR99374]Marek Polacek2-1/+17
2021-03-05c++: ICE with -Wshadow and enumerator in template [PR99120]Marek Polacek2-3/+15
2021-03-05testsuite: Update testcase for PR96078 fix [PR99363]Jason Merrill1-2/+13
2021-03-05openmp: Avoid ICEs due to orphaned labels in OpenMP regions [PR99322]Jakub Jelinek2-20/+74
2021-03-05c++: Duplicate namespace bindings [PR 99245]Nathan Sidwell3-14/+33
2021-03-05PR libfortran/99218 - matmul on temporary array accesses invalid memoryHarald Anlauf1-0/+15
2021-03-05c++: Local instantiations of imported specializations [PR 99377]Nathan Sidwell4-0/+40
2021-03-05coroutines : Adjust constraints on when to build ctors [PR98118].Iain Sandoe2-7/+36
2021-03-05coroutines : Do not accept throwing final await expressions [PR95616].Iain Sandoe11-0/+593
2021-03-05coroutines : Handle exceptions throw before the first await_resume() [PR95615].Iain Sandoe7-69/+406
2021-03-05[PR99378] LRA: Skip decomposing address for asm insn operand with unknown con...Vladimir N. Makarov2-2/+54
2021-03-05ipa: Fix resolving speculations through cgraph_edge::set_call_stmtMartin Jambor1-15/+22
2021-03-05c++: instantiating imported specializations [PR 99389]Nathan Sidwell4-0/+41
2021-03-05Fix build breakage with latest glibc releaseEric Botcazou2-7/+3
2021-03-05Fix oversight in support for forward declarationsEric Botcazou1-2/+2
2021-03-05Fix undefined behavior spotted by the sanitizerEric Botcazou1-1/+7
2021-03-05OpenACC: C/C++ - fix async parsing [PR99137]Tobias Burnus3-10/+17
2021-03-05Fortran: Follow fixes to -freal-{4,8}-real* handling [PR99355,PR57871]Tobias Burnus17-34/+94
2021-03-05gcc.dg/debug/dwarf2/stacked-qualified-types-3.c: xfail for crisHans-Peter Nilsson1-1/+2
2021-03-05Daily bump.GCC Administrator6-1/+215
2021-03-04Darwin, testsuite : Prune 'object file not found for object'.Iain Sandoe1-0/+3
2021-03-04expand: Fix ICE in store_bit_field_using_insv [PR93235]Jakub Jelinek2-3/+22