aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-08-24c++, coroutines: Allow convertible get_return_on_allocation_fail [PR109682].Iain Sandoe2-13/+34
2024-08-24c++, coroutines: Only allow void get_return_object if the ramp is void [PR100...Iain Sandoe7-49/+48
2024-08-24c++, coroutines: Fix handling of early exceptions [PR113773].Iain Sandoe2-13/+92
2024-08-24c++, coroutines: Separate allocator work from the ramp body build.Iain Sandoe9-235/+280
2024-08-24c++, coroutines: Separate the analysis, ramp and outlined function synthesis.Iain Sandoe4-414/+446
2024-08-24c++, coroutines: Split the ramp build into a separate function.Iain Sandoe1-183/+201
2024-08-24c++, coroutines: Tidy up awaiter variable checks.Iain Sandoe1-48/+11
2024-08-24c++: Add testcase for (now fixed) regression [PR113746]Simon Martin1-0/+6
2024-08-24testsuite: Add dg-require-effective-target scheduling for some tests that set...Georg-Johann Lay2-0/+2
2024-08-24Daily bump.GCC Administrator5-1/+367
2024-08-23RISC-V: Use encoded nelts when calling repeating_sequence_pPatrick O'Neill1-7/+3
2024-08-23ifcvt: Do not overwrite results in noce_convert_multiple_sets [PR116372, PR11...Manolis Tsamis3-4/+48
2024-08-23ifcvt: disallow call instructions in noce_convert_multiple_sets [PR116358]Manolis Tsamis2-1/+16
2024-08-23rs6000: Fix PTImode handling in power8 swap optimization pass [PR116415]Peter Bergner3-4/+48
2024-08-23tree-optimization/116463 - complex lowering leaves around dead stmtsRichard Biener1-0/+9
2024-08-23Revert "Fortran: Fix class transformational intrinsic calls [PR102689]"Paul Thomas4-475/+35
2024-08-23Match: Support form 4 for unsigned integer .SAT_TRUNCPan Li1-0/+18
2024-08-23optabs-query: Use opt_machine_mode for smallest_int_mode_for_size [PR115495].Robin Dapp22-42/+62
2024-08-23RISC-V: Expand vec abs without masking.Robin Dapp12-41/+47
2024-08-23Fix test failure on powerpc targetsBernd Edlinger1-3/+3
2024-08-23ada: Fix crash on aliased variable with packed array type and -g switchEric Botcazou1-10/+11
2024-08-23ada: String interpolation: report error without Extensions allowedJavier Miranda1-13/+23
2024-08-23ada: Fix incorrect tracebacks on WindowsSebastian Poeplau1-1/+25
2024-08-23ada: Crash on string interpolation with custom string typesJavier Miranda3-2/+76
2024-08-23ada: Implicit_Dereference aspect specification for subtype incorrectly acceptedSteve Baird1-0/+5
2024-08-23ada: Eliminated-mode overflow check not eliminatedSteve Baird1-4/+8
2024-08-23ada: Update libraries with the limited flagViljar Indus6-7/+7
2024-08-23ada: Emit a warning on inheritly limited typesViljar Indus5-2/+86
2024-08-23ada: First controlling parameter aspectJavier Miranda1-2/+12
2024-08-23ada: Fix style in lines starting with assignment operatorPiotr Trojanek24-148/+151
2024-08-23ada: Cleanup validity of boolean operatorsPiotr Trojanek1-13/+3
2024-08-23ada: Simplify validity checks for scalar parametersPiotr Trojanek1-50/+8
2024-08-23ada: Fix validity checks for named parameter associationsPiotr Trojanek4-12/+10
2024-08-23ada: First controlling parameter aspectJavier Miranda1-3/+0
2024-08-23ada: Error missing when 'access is applied to an interface type objectJavier Miranda4-1/+25
2024-08-23ada: First controlling parameter aspectJavier Miranda19-23/+860
2024-08-23fortran: Minor fix to -ffrontend-optimize descriptionGerald Pfeifer1-1/+1
2024-08-23doc: Specifically link to GPL v3.0 for GM2Gerald Pfeifer1-1/+1
2024-08-23Remove unnecessary view_convert obsoleted by [PR86468].Andre Vehreschild1-3/+1
2024-08-22testsuite: Fix vect-mod-var.c for division by 0 [PR116461]Andrew Pinski1-0/+3
2024-08-23Daily bump.GCC Administrator3-1/+158
2024-08-22testsuite: Fix gcc.dg/torture/pr116420.c for targets default unsigned char [P...Andrew Pinski1-1/+1
2024-08-22[PR rtl-optimization/116420] Fix interesting block bitmap DF dataflowJeff Law2-1/+18
2024-08-22Recompute TYPE_MODE and DECL_MODE for aggregate type for acclerator.Prathamesh Kulkarni5-20/+69
2024-08-22RISC-V: Fix vector cfi notes for stack-clash protectionRaphael Moreira Zinsly2-3/+18
2024-08-22fold: Fix `a * 1j` if a has side effects [PR116454]Andrew Pinski3-10/+50
2024-08-22PR target/116365: Add user-friendly arguments to --param aarch64-autovec-pref...Jennifer Schmitz18-25/+80
2024-08-22RISC-V: Enable -gvariable-location-views by defaultBernd Edlinger4-8/+26
2024-08-22Do not emit a redundant DW_TAG_lexical_block for inlined subroutinesBernd Edlinger2-3/+32
2024-08-22PR tree-optimization/101390: Vectorize modulo operatorJennifer Schmitz4-0/+136