aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-20libgo: adjust NetBSD-specific types for stable syscall APINikhil Benesch2-4/+16
2020-10-20rs6000: Allow -mabi=no-altivec override on command line for AIX.David Edelsohn1-1/+3
2020-10-20libstdc++: Refactor _Hashtable to prepare for custom pointersFrançois Dumont2-368/+309
2020-10-20c++: block-scope extern decl with default argsNathan Sidwell2-0/+59
2020-10-20libbacktrace: use __attribute__((__fallthrough__))Ian Lance Taylor2-8/+16
2020-10-20Convert -Wrestrict pass to ranger.Aldy Hernandez7-41/+104
2020-10-20Convert -Walloca pass to ranger.Aldy Hernandez8-319/+51
2020-10-20syscall: remove Sendfile on NetBSDNikhil Benesch3-4/+4
2020-10-20lto-wrapper: Fix -save-temps filename commitTobias Burnus2-13/+13
2020-10-20AArch64: Add FLAG for get/set reg intrinsics [PR94442]zhengnannan1-18/+18
2020-10-20Refactor range handling of builtins in vr_values and ranger.Aldy Hernandez4-258/+293
2020-10-20Saturate overflows return from SCEV in ranger.Aldy Hernandez2-2/+16
2020-10-20preprocessor: Further fix for EOF in macro args [PR97471]Nathan Sidwell6-19/+24
2020-10-20libgomp: Fix up bootstrap in libgomp/target.c due to false positive warningJakub Jelinek1-37/+39
2020-10-20c++: Add fixed test [PR82239]Marek Polacek1-0/+14
2020-10-20Simplify and split irange::copy_legacy_range into two functions.Aldy Hernandez2-31/+44
2020-10-20gcc/doc/invoke.texi: Fix @table syntaxTobias Burnus1-1/+1
2020-10-20Avoid changing PHIs in GIMPLE split_edgeRichard Biener1-33/+17
2020-10-20Fix latch PHI arg lookup in vectorizable_reduction for double-reductionRichard Biener1-2/+4
2020-10-20openmp: Implement support for OMP_TARGET_OFFLOAD environment variableKwok Cheung Yeung4-8/+130
2020-10-20libstdc++: Define noop coroutine details private and inline [PR 95917]Jonathan Wakely2-13/+48
2020-10-20libstdc++: Remove inheritance from std::coroutine_handle<> [LWG 3460]Jonathan Wakely2-55/+144
2020-10-20MSP430: Support a memory operand for op1 of andneghi3Jozef Lawrynowicz1-2/+2
2020-10-20collect-utils.c, lto-wrapper + mkoffload: Improve -save-temps filenameTobias Burnus7-29/+43
2020-10-20Fix compilation on older systemsVitaly Buka1-0/+4
2020-10-20Special case shifting by zero in operator_rshift::op1_range.Aldy Hernandez1-0/+5
2020-10-20[Ada] Refine type for type constraining routinesPiotr Trojanek1-10/+10
2020-10-20[Ada] Prevent crashes when pretty-printing freeze nodes from gdbPiotr Trojanek1-2/+4
2020-10-20[Ada] AI12-0339: Empty function for Aggregate aspect of Ada containersEd Schonberg36-19/+248
2020-10-20[Ada] Add support for Unreferenced aspect on formal parametersArnaud Charlet8-17/+63
2020-10-20[Ada] Refine result type of Get_AccessibilityPiotr Trojanek2-2/+2
2020-10-20[Ada] Replace low-level Ekind membership tests with high-level Is_FormalPiotr Trojanek4-5/+5
2020-10-20[Ada] Implement AI12-0280 Making 'Old more flexibleSteve Baird8-94/+1245
2020-10-20[Ada] Spurious error in current instance used as formal packageJavier Miranda1-0/+175
2020-10-20[Ada] Make attribute Update an obsolescent featureClaire Dross1-0/+5
2020-10-20[Ada] CUDA: build procedure calls instead of function callsRichard Kenner1-9/+9
2020-10-20[Ada] Crash on cond expression as actual for anonymous access formalJustin Squirek1-11/+16
2020-10-20[Ada] Fixes for pretty command-line GNATprove output with -gnatdFYannick Moy2-40/+82
2020-10-20[Ada] Hang on cond expression as actual for anonymous access formalJustin Squirek1-6/+9
2020-10-20[Ada] gnatpp: Fix documentation of threshold switchesBob Duff1-4/+4
2020-10-20[Ada] New warning on not fully initialized box aggregateArnaud Charlet19-47/+89
2020-10-20[Ada] Inlining nonstatic calls to static expression functionsGary Dismukes1-0/+6
2020-10-20[Ada] Crash on precondition, discriminant and protected objectsArnaud Charlet1-1/+1
2020-10-20[Ada] Issue with gnatbind -V switch and Ada 2012Arnaud Charlet1-14/+17
2020-10-20[Ada] Fix comments as volatility properties can apply to objectsYannick Moy2-5/+5
2020-10-20[Ada] Spurious discriminant check on "for of" loopArnaud Charlet1-2/+26
2020-10-20[Ada] Flexible AST node structureBob Duff24-270/+317
2020-10-20[Ada] Fix internal error on bit-aligned component of function callEric Botcazou1-16/+21
2020-10-20[Ada] Document Ada.Task_InitializationPat Rogers2-725/+707
2020-10-20[Ada] Display source code pointing at locations in messages for GNATproveYannick Moy4-11/+114