aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-01[Ada] Document that gnatmem requires fixed-position executablesEric Botcazou1-6/+8
2021-10-01[Ada] Switch to SR0660Doug Rupp1-2/+2
2021-10-01Daily bump.GCC Administrator8-1/+216
2021-09-30testsuite: Fix cf-descriptor-5.f90David Edelsohn1-0/+1
2021-09-30arm: Enable Cortex-R52+ CPUPrzemyslaw Wirkus4-5/+18
2021-09-30c++: __is_trivially_xible and multi-arg aggr paren init [PR102535]Patrick Palka2-1/+20
2021-09-30c++: argument order in a variadic type trait intrinsicPatrick Palka2-0/+11
2021-09-30c++: defaulted comparisons and vptr fields [PR95567]Patrick Palka2-0/+24
2021-09-30compiler: avoid calling Expression::type before loweringIan Lance Taylor4-23/+69
2021-09-30Fortran: resolve expressions during SIZE simplificationHarald Anlauf2-0/+26
2021-09-30Fortran: fix reference to Fortran standard in commentHarald Anlauf1-1/+1
2021-09-30i386: Eliminate sign extension after logic operation [PR89954]Uros Bizjak2-0/+79
2021-09-30Fortran: Fix same_type_asTobias Burnus5-21/+296
2021-09-30libphobos: Select the appropriate exception handler in getClassInfoIain Buclaw1-30/+44
2021-09-30libphobos: Print stacktrace before terminating program due to uncaught except...Iain Buclaw1-0/+5
2021-09-30libphobos: Remove unused variables in gcc.backtrace.Iain Buclaw2-33/+5
2021-09-30libphobos: Give _Unwind_Exception an alignment that best resembles __attribut...Iain Buclaw1-1/+21
2021-09-30libphobos: Define main function as extern(C) when compiling without D runtime...Iain Buclaw2-2/+15
2021-09-30libgomp.fortran/alloc-*.f90: Add missing dg-prune-outputTobias Burnus3-0/+3
2021-09-30openmp: Add omp_aligned_{,c}alloc and omp_{c,re}alloc for FortranTobias Burnus10-5/+770
2021-09-30testsuite: Skip a test-case when LTO is used [PR102509]Martin Liska2-0/+2
2021-09-30Do not hide asm_out_file in ASM_OUTPUT_ASCII.Martin Liska1-8/+7
2021-09-30Refine alingment peeling fixRichard Biener1-4/+6
2021-09-30Fix thinko in previous alignment peeling changeRichard Biener1-1/+1
2021-09-30libstdc++: Fix preprocessor check for C++17Jonathan Wakely1-1/+1
2021-09-30Plug possible snprintf overflow in lto-wrapper.Aldy Hernandez1-3/+7
2021-09-30openmp: Add omp_aligned_{,c}alloc and omp_{c,re}allocJakub Jelinek8-20/+1010
2021-09-30Add gimple_ranger::debug.Aldy Hernandez2-0/+7
2021-09-30Plug memory leak in hybrid_threader.Aldy Hernandez1-0/+1
2021-09-30Daily bump.GCC Administrator6-1/+196
2021-09-29debug/102507: ICE in btf_finalize when compiling with -gbtfIndu Bhagat1-4/+4
2021-09-29MAINTAINERS: Add myself to DCO sectionJonathan Wakely1-0/+1
2021-09-29[PR102501] Adjust jump threading testcases for ppc64* and others.Aldy Hernandez2-3/+3
2021-09-29Avoid CFG updates in VRP threader if nothing changed.Aldy Hernandez1-4/+5
2021-09-29Use a separate TV_* timer for the VRP threader.Aldy Hernandez2-1/+2
2021-09-29Fortran: fix error recovery for invalid constructorHarald Anlauf2-0/+15
2021-09-29bpf: correct extra_headersDavid Faust1-1/+0
2021-09-29Fix more testsuite fallout from computed goto changesJeff Law2-2/+2
2021-09-29aarch64: Fix type qualifiers for qtbl1 and qtbx1 Neon builtinsJonathan Wright3-21/+27
2021-09-29libstdc++: Implement std::regex_constants::multiline (LWG 2503)Jonathan Wakely4-15/+157
2021-09-29libstdc++: Check for invalid syntax_option_type values in <regex>Jonathan Wakely4-10/+76
2021-09-29libstdc++: std::basic_regex should treat '\0' as an ordinary char [PR84110]Jonathan Wakely3-0/+50
2021-09-29libstdc++: Simplify std::basic_regex construction and assignmentJonathan Wakely4-82/+117
2021-09-29testsuite/102517 - fix FAIL of gcc.dg/pr78408-1.c with OImode availabilityRichard Biener1-1/+1
2021-09-29Fix peeling for alignment with negative stepRichard Biener3-6/+213
2021-09-29aarch64: Improve size heuristic for cpymem expansionKyrylo Tkachov2-11/+54
2021-09-29aarch64: Improve size optimisation heuristic for setmem expansionKyrylo Tkachov3-18/+53
2021-09-29openmp: Disallow reduction with var private in containing parallel even on sc...Jakub Jelinek2-1/+12
2021-09-29Fix some testcases after my computed goto patchAndrew Pinski6-6/+6
2021-09-29Avoid memcpy inline expansion in gcc.dg/out-of-bounds-1.cRichard Biener1-1/+1