platform/upstream/gcc.git
2020-10-21 Piotr Trojanek[Ada] Make minimum accessibility level a constant object
2020-10-21 Patrick Bernardi[Ada] Simplify the VxWorks implementation of __gnat_environ
2020-10-21 Ghjuvan Lacambre[Ada] Disable warnings on entities when building finalizers
2020-10-21 Piotr Trojanek[Ada] Fix typos and style in comments related to Defaul...
2020-10-21 Javier Miranda[Ada] Spurious error in taft ammendment derivation...
2020-10-21 Claire Dross[Ada] Raise Capacity_Error on formal vector insertion
2020-10-21 Andrea Coralloaarch64: [testsuite] Fix typo in diagnostic message
2020-10-21 Aldy HernandezFix discrepancy in Walloca test on 32-bit systems.
2020-10-21 GCC AdministratorDaily bump.
2020-10-20 Jeff LawHandle 16 bit targets in diagnostic pruning
2020-10-20 Andrew MacLeodTemporarily disable trap in in extract_range_builtin...
2020-10-20 Nikhil Beneschlibgo: adjust NetBSD-specific types for stable syscall API
2020-10-20 David Edelsohnrs6000: Allow -mabi=no-altivec override on command...
2020-10-20 François Dumontlibstdc++: Refactor _Hashtable to prepare for custom...
2020-10-20 Nathan Sidwellc++: block-scope extern decl with default args
2020-10-20 Ian Lance Taylorlibbacktrace: use __attribute__((__fallthrough__))
2020-10-20 Aldy HernandezConvert -Wrestrict pass to ranger.
2020-10-20 Aldy HernandezConvert -Walloca pass to ranger.
2020-10-20 Nikhil Beneschsyscall: remove Sendfile on NetBSD
2020-10-20 Tobias Burnuslto-wrapper: Fix -save-temps filename commit
2020-10-20 zhengnannanAArch64: Add FLAG for get/set reg intrinsics [PR94442]
2020-10-20 Aldy HernandezRefactor range handling of builtins in vr_values and...
2020-10-20 Aldy HernandezSaturate overflows return from SCEV in ranger.
2020-10-20 Nathan Sidwellpreprocessor: Further fix for EOF in macro args [PR97471]
2020-10-20 Jakub Jelineklibgomp: Fix up bootstrap in libgomp/target.c due to...
2020-10-20 Marek Polacekc++: Add fixed test [PR82239]
2020-10-20 Aldy HernandezSimplify and split irange::copy_legacy_range into two...
2020-10-20 Tobias Burnusgcc/doc/invoke.texi: Fix @table syntax
2020-10-20 Richard BienerAvoid changing PHIs in GIMPLE split_edge
2020-10-20 Richard BienerFix latch PHI arg lookup in vectorizable_reduction...
2020-10-20 Kwok Cheung... openmp: Implement support for OMP_TARGET_OFFLOAD enviro...
2020-10-20 Jonathan Wakelylibstdc++: Define noop coroutine details private and...
2020-10-20 Jonathan Wakelylibstdc++: Remove inheritance from std::coroutine_handl...
2020-10-20 Jozef LawrynowiczMSP430: Support a memory operand for op1 of andneghi3
2020-10-20 Tobias Burnuscollect-utils.c, lto-wrapper + mkoffload: Improve ...
2020-10-20 Vitaly BukaFix compilation on older systems
2020-10-20 Aldy HernandezSpecial case shifting by zero in operator_rshift::op1_r...
2020-10-20 Piotr Trojanek[Ada] Refine type for type constraining routines
2020-10-20 Piotr Trojanek[Ada] Prevent crashes when pretty-printing freeze nodes...
2020-10-20 Ed Schonberg[Ada] AI12-0339: Empty function for Aggregate aspect...
2020-10-20 Arnaud Charlet[Ada] Add support for Unreferenced aspect on formal...
2020-10-20 Piotr Trojanek[Ada] Refine result type of Get_Accessibility
2020-10-20 Piotr Trojanek[Ada] Replace low-level Ekind membership tests with...
2020-10-20 Steve Baird[Ada] Implement AI12-0280 Making 'Old more flexible
2020-10-20 Javier Miranda[Ada] Spurious error in current instance used as formal...
2020-10-20 Claire Dross[Ada] Make attribute Update an obsolescent feature
2020-10-20 Richard Kenner[Ada] CUDA: build procedure calls instead of function...
2020-10-20 Justin Squirek[Ada] Crash on cond expression as actual for anonymous...
2020-10-20 Yannick Moy[Ada] Fixes for pretty command-line GNATprove output...
2020-10-20 Justin Squirek[Ada] Hang on cond expression as actual for anonymous...
2020-10-20 Bob Duff[Ada] gnatpp: Fix documentation of threshold switches
2020-10-20 Arnaud Charlet[Ada] New warning on not fully initialized box aggregate
2020-10-20 Gary Dismukes[Ada] Inlining nonstatic calls to static expression...
2020-10-20 Arnaud Charlet[Ada] Crash on precondition, discriminant and protected...
2020-10-20 Arnaud Charlet[Ada] Issue with gnatbind -V switch and Ada 2012
2020-10-20 Yannick Moy[Ada] Fix comments as volatility properties can apply...
2020-10-20 Arnaud Charlet[Ada] Spurious discriminant check on "for of" loop
2020-10-20 Bob Duff[Ada] Flexible AST node structure
2020-10-20 Eric Botcazou[Ada] Fix internal error on bit-aligned component of...
2020-10-20 Pat Rogers[Ada] Document Ada.Task_Initialization
2020-10-20 Yannick Moy[Ada] Display source code pointing at locations in...
2020-10-20 Arnaud Charlet[Ada] Remove extra validity check in case statement
2020-10-20 Ed Schonberg[Ada] Ada_2020: Further code cleanup for container...
2020-10-20 Piotr Trojanek[Ada] Propagate predicate function to a full view of...
2020-10-20 Arnaud Charlet[Ada] Code clean up
2020-10-20 Piotr Trojanek[Ada] Support for new aspect Subprogram_Variant on...
2020-10-20 Piotr Trojanek[Ada] Minor reorder subprogram declarations alphabetically
2020-10-20 Richard Bienertree-optimization/97496 - avoid SLP externs in patterns
2020-10-20 Aldy HernandezAdd { target int128 } to gcc.dg/pr97488.c
2020-10-20 Stefan Schulze... IBM Z: Emit vector alignment hints for strlen
2020-10-20 GCC AdministratorDaily bump.
2020-10-19 Andrew MacLeodUse precision and sign to compare types for ranges
2020-10-19 David Edelsohntestsuite: Enable and adjust powerpc vec-extract and...
2020-10-19 Jonathan Wakelylibstdc++: Implement std::make_unique_for_overwrite
2020-10-19 David Edelsohntestsuite: Enable and adjust powerpc fold-vec-extract...
2020-10-19 Iain Sandoecoroutines: Emit error for invalid promise return types...
2020-10-19 Martin Jamborcplxlower: Avoid a transform when looking at a default...
2020-10-19 Jonathan Wakelylibstdc++: Use reserved name for C++20 attribute
2020-10-19 Jonathan Wakelylibstdc++: Optimize container node-handle type for...
2020-10-19 Nathan Sidwellpreprocessor: Fix non-fn fn-like macro at EOF [PR97471]
2020-10-19 David Edelsohnrs6000: correct BE vextract_fp_from_short[hl] vperm...
2020-10-19 Aldy HernandezGracefully handle right shifts larger than the precision.
2020-10-19 Martin LiskaIPA: fix one more UBSAN error
2020-10-19 Richard Bienertree-optimization/97486 - avoid edge insertion in SLP...
2020-10-19 Jonathan Wakelylibstdc++: Remove unused header
2020-10-19 Jonathan Wakelydoc: Add closing parenthesis to -ffat-lto-objects docs
2020-10-19 Ed Schonberg[Ada] Ada_2020: Implement Key_Expression for named...
2020-10-19 Arnaud Charlet[Ada] Missing check on array concatenation
2020-10-19 Bob Duff[Ada] Suppress warnings in expansion of "for ... of...
2020-10-19 Eric Botcazou[Ada] Use alternate stack for signal handling on PowerP...
2020-10-19 Piotr Trojanek[Ada] Remove excessive guards in building predicate...
2020-10-19 Yannick Moy[Ada] Alternative display of multi-line messages for...
2020-10-19 Arnaud Charlet[Ada] AI12-0352: Early derivation and equality of untag...
2020-10-19 Ed Schonberg[Ada] Compiler abort on in_out function parameter with...
2020-10-19 Arnaud Charlet[Ada] Wrong freezing for expression function with contr...
2020-10-19 Ghjuvan Lacambre[Ada] Implement initialization of CUDA runtime
2020-10-19 Bob Duff[Ada] Expanded names in ghost assignments
2020-10-19 Ghjuvan Lacambre[Ada] Do not replace bounds for packed arrays that...
2020-10-19 Bob Duff[Ada] Ada2020: AI12-0304 Put_Image attrs of lang-def...
2020-10-19 Arnaud Charlet[Ada] ACATS 4.1R - Exception missed
next