platform/upstream/gcc.git
2021-05-05 Piotr Trojanek[Ada] Remove unnecessary parameter of Apply_Compile_Tim...
2021-05-05 Ed Schonberg[Ada] Ongoing work for AI12-0212: container aggregates
2021-05-05 Eric Botcazou[Ada] Implement tiered support for floating-point outpu...
2021-05-05 Piotr Trojanek[Ada] Set constraint error on real division just like...
2021-05-05 Piotr Trojanek[Ada] Remove redundant check in iteration over formal...
2021-05-05 Piotr Trojanek[Ada] Refactor repeated call to Next when pretty-printi...
2021-05-05 Tobias Burnusg++.dg/gomp/clause-3.C: Fix - missing in r12-438-g1580f...
2021-05-05 Richard Bienertree-optimization/79333 - fold stmts following SSA...
2021-05-05 Richard Bienermiddle-end/100394 - avoid DSE/DCE of pure call that...
2021-05-05 Tom Tromeylibcc1: avoid a call to c_str
2021-05-05 Tom Tromeylibcc1: avoid extra string copies
2021-05-05 Tom Tromeylibcc1: use variadic templates for callbacks
2021-05-05 Tom Tromeylibcc1: fix a memory leak
2021-05-05 Tom Tromeylibcc1: share the GCC interface code
2021-05-05 Tom Tromeylibcc1: use GCC_FE_VERSION_1 in C++ plugin
2021-05-05 Tom Tromeylibcc1: share GDB plugin code
2021-05-05 Tom Tromeylibcc1: share basic context code
2021-05-05 Tom Tromeylibcc1: use static_assert
2021-05-05 Tom Tromeylibcc1: use foreach
2021-05-05 Tom Tromeylibcc1: unify compiler handling
2021-05-05 Tom Tromeylibcc1: use unique_ptr more
2021-05-05 Tom Tromeylibcc1: add more uses of 'deleter'
2021-05-05 Tom Tromeylibcc1: add deleter objects
2021-05-05 Tom Tromeylibcc1: use std::vector when building function types
2021-05-05 Tom Tromeylibcc1: use variadic templates for "rpc"
2021-05-05 Tom Tromeylibcc1: use variadic templates for "call"
2021-05-05 Tom Tromeylibcc1: delete copy constructor and assignment operators
2021-05-05 Tom Tromeylibcc1: inline some simple methods
2021-05-05 Tom Tromeylibcc1: use "override"
2021-05-05 Tom Tromeylibcc1: use templates to unmarshall enums
2021-05-05 Corentin Gayctype support for libstdc++ on VxWorks
2021-05-05 Alexandre Olivarestore EH on x86-vx7r2
2021-05-05 GCC AdministratorDaily bump.
2021-05-04 Jonathan Wakelylibstdc++: Fix null dereferences in std::promise
2021-05-04 Jonathan Wakelylibstdc++: Fix undefined behaviour in std::string
2021-05-04 Jonathan Wakelylibstdc++: Fix null dereference in pb_ds containers
2021-05-04 Jonathan Wakelylibstdc++ Fix undefined behaviour in testsuite
2021-05-04 David Edelsohnaix: encode function section
2021-05-04 Martin SeborPR middle-end/100307 - spurious -Wplacement-new with...
2021-05-04 Martin SeborAdjust strings in dg-warning directives (PR testsuite...
2021-05-04 Martin SeborAdjust strings in dg-warning directives (PR testsuite...
2021-05-04 Jeff LawMake bfin-elf build again
2021-05-04 Robin Dapps390/testsuite: Fix oscbreak-1.c.
2021-05-04 Segher BoessenkoolRemove CC0
2021-05-04 Richard Bienertree-optimization/100414 - compute dominance info in...
2021-05-04 Tobias BurnusOpenMP: Support complex/float in && and || reduction
2021-05-04 Nick CliftonReplace AC_PROG_CC with AC_PROG_CC_C99 in top level...
2021-05-04 Jonathan Wakelylibstdc++: Do not use deduced return type for std:...
2021-05-04 Jonathan Wakelylibstdc++: Remove _GLIBCXX_USE_INT128 autoconf macro
2021-05-04 Eric BotcazouReuse non-gimple_reg variable for inlining
2021-05-04 Eric BotcazouFix libiberty link failures in LTO mode for MinGW
2021-05-04 Richard BienerRestrict gcc.dg/tree-ssa/ssa-dse-26.c
2021-05-04 Richard Bienertree-optimization/100329 - avoid reassociating asm...
2021-05-04 Richard Bienertree-optimization/100398 - avoid DSE of control flow...
2021-05-04 Piotr Trojanek[Ada] Remove arbitrary and redundant qualification...
2021-05-04 Piotr Trojanek[Ada] Use function and not procedure UI_Image in pretty...
2021-05-04 Piotr Trojanek[Ada] Reuse existing To_Mixed routine in pretty-printer
2021-05-04 Piotr Trojanek[Ada] Refine type of a counter variable from Integer...
2021-05-04 Yannick Moy[Ada] Minor tweak in pretty-printing of expressions
2021-05-04 Bob Duff[Ada] Do not "optimize" by converting Positive to Unsigned
2021-05-04 Piotr Trojanek[Ada] Reuse First_Formal for generic subprograms
2021-05-04 Piotr Trojanek[Ada] Fix inconsistent iteration with First_Formal...
2021-05-04 Piotr Trojanek[Ada] Simplify iteration over formal parameters for...
2021-05-04 Piotr Trojanek[Ada] Fix handling of access-to-variable objects in...
2021-05-04 Arnaud Charlet[Ada] Assert_Failure vs Assertion_Error
2021-05-04 Yannick Moy[Ada] Move match function for pragma Warnings to public...
2021-05-04 Yannick Moy[Ada] Use error marker for messages in GNATprove mode
2021-05-04 Bob Duff[Ada] Clean up ??? marks
2021-05-04 Piotr Trojanek[Ada] Reuse Is_Formal_Object where convenient
2021-05-04 Arnaud Charlet[Ada] Address some ??? comments
2021-05-04 Piotr Trojanek[Ada] Reject constants of access-to-variable type as...
2021-05-04 Piotr Trojanek[Ada] Simplify use of a global name buffer for Global...
2021-05-04 Ed Schonberg[Ada] Ongoing work for AI12-0212: container aggregates
2021-05-04 Arnaud Charlet[Ada] Missing finalization on generic instantiation
2021-05-04 Arnaud Charlet[Ada] Address some ??? comments in checks.adb
2021-05-04 Piotr Trojanek[Ada] Reject formals of mode IN appearing as global...
2021-05-04 Piotr Trojanek[Ada] Check entries for formals of mode IN appearing...
2021-05-04 Piotr Trojanek[Ada] Fix reference to SPARK RM rule in comment
2021-05-04 Eric Botcazou[Ada] Preliminary cleanup in floating-point output...
2021-05-04 Piotr Trojanek[Ada] Fix inconsistent handling of character set contro...
2021-05-04 Piotr Trojanek[Ada] Guard against leading and trailing spaces reappea...
2021-05-04 Javier Miranda[Ada] Wrong membership test computation for interface...
2021-05-04 Yannick Moy[Ada] Fix continuation message for missing ALL in acces...
2021-05-04 Arnaud Charlet[Ada] Address ??? comments in styleg.adb
2021-05-04 Tobias BurnusOpenMP/Fortran - fix pasto + testcase in depobj [PR100397]
2021-05-04 Prathamesh... Fix typo in builtins.c.
2021-05-04 Alexandre Olivaintroduce try store by multiple pieces
2021-05-04 GCC AdministratorDaily bump.
2021-05-03 Tom de Vries[openmp, simt] Disable SIMT for user-defined reduction
2021-05-03 Christophe... testsuite: Fix dg directives order in arm/aarch64 vml...
2021-05-03 Jeff LawFix expected output for nds32le and m32r
2021-05-03 Patrick Palkac++: base-clause parsing and implicit 'this' [PR100362]
2021-05-03 Patrick Palkac++: mark_used and ADL with template-id [PR100344]
2021-05-03 Jeff LawFix expected output for lm32 and bfin
2021-05-03 Marek Polacekc++: Fix ICE with invalid requires-expression [PR100055]
2021-05-03 Marek Polacekc++: Remove GCC12 FIXME for DR1312
2021-05-03 Jeff LawFix xstormy16 selector
2021-05-03 Jeff LawFix test results on rx
2021-05-03 Jeff LawFix test results on or1k
2021-05-03 Jeff LawFix test results on cr16 and xstormy16
next