platform/upstream/gcc.git
2020-12-16 Jonathan Wakelylibstdc++: Only use __builtin_sprintf if supported...
2020-12-16 Nathan Sidwelllibcody: fix --enable-checking=... [PR 98311]
2020-12-16 Nathan Sidwelllibcody: More dashism
2020-12-16 Nathan Sidwellc++: Fix detailed-mem-stat breakage
2020-12-16 H.J. LuRequire .init_array/.fini_array support for SHF_GNU_RETAIN
2020-12-16 H.J. LuWarn used and not used symbols in section with the...
2020-12-16 H.J. LuSwitch to a new section if the SECTION_RETAIN bit doesn...
2020-12-16 Jonathan Wakelylibstdc++: Fix errors from Library Fundamentals TS...
2020-12-16 Jonathan Wakelylibstdc++: Add performance test for atomic_flag [PR...
2020-12-16 Jonathan Wakelylibstdc++: Test errno macros directly, not via autoconf...
2020-12-16 Nathan Sidwellc++tools: Fix (an) install issue
2020-12-16 Nathan Sidwellc++: Fix (some) solaris breakage
2020-12-16 Arnaud Charlet[Ada] Code cleanup: rename ALI.Scope
2020-12-16 Joffrey Huguet[Ada] Add contracts to Ada.Strings.Fixed
2020-12-16 Ed Schonberg[Ada] Handle iterator filters on loop specifications...
2020-12-16 Doug Rupp[Ada] armhf-linux: symbolic tracebacks
2020-12-16 Dmitriy Anisimkov[Ada] Fix memory leak in GNAT.Expect.Non_Blocking_Spawn...
2020-12-16 Piotr Trojanek[Ada] Remove inconsistent colons in messages for Ada...
2020-12-16 Piotr Trojanek[Ada] Refine types of variables for parsing formal...
2020-12-16 Piotr Trojanek[Ada] Fix typo in checks for implementation defined...
2020-12-16 Piotr Trojanek[Ada] Simplify membership tests with N_Delay_Statement...
2020-12-16 Piotr Trojanek[Ada] Simplify membership tests with N_Subprogram_Call...
2020-12-16 Eric Botcazou[Ada] Fix glitch in comment of System.Powten_Table
2020-12-16 Philippe Gil[Ada] Fix possible uninitialized ATCB component use
2020-12-16 Eric Botcazou[Ada] Avoid artificial underflow in System.Val_Real
2020-12-16 Piotr Trojanek[Ada] Fix integer-vs-float errors in example for Test_C...
2020-12-16 Piotr Trojanek[Ada] Reject junk syntax for Contract_Cases/Test_Case...
2020-12-16 Dmitriy Anisimkov[Ada] Fix gmem.out corruption by GNAT.Expect
2020-12-16 Yannick Moy[Ada] Mark generic body outside of SPARK
2020-12-16 Eric Botcazou[Ada] Another small adjustment to System.Value_R
2020-12-16 Pascal Obry[Ada] Add some OS constants to control serial port
2020-12-16 Jakub Jelinekbswap: Handle vector CONSTRUCTORs [PR96239]
2020-12-16 Martin Liskaopts: Remove all usages of Report keyword.
2020-12-16 Martin LiskaRemove Report keyword for options
2020-12-16 Martin LiskaAdd -Wtsan.
2020-12-16 Martin Liskaoptions: fix integer overflow
2020-12-16 Eric BotcazouFix PR tree-optimization/98272
2020-12-16 Kewen Linrs6000: Use subreg for QI/HI vector init
2020-12-16 Prathamesh... arm: Replace calls to __builtin_vcgt* by <,> in arm_neo...
2020-12-16 Prathamesh... arm: Replace calls to __builtin_vneg* by - in arm_neon...
2020-12-16 Prathamesh... arm: Replace calls to __builtin_vcreate* in arm_neon...
2020-12-16 GCC AdministratorDaily bump.
2020-12-15 Marek Polacekc++: Remove dg-ice in constexpr-52830.C [PR52830]
2020-12-15 Marek Polacekcody: Remove unused variable.
2020-12-15 Nathan Sidwelllibcody: Work with older gccs
2020-12-15 Nathan Sidwellgcc_update update
2020-12-15 Jakub Jelinekmatch.pd: Optimize X / bool_range_Y to X [PR96094]
2020-12-15 Iain Buclawd: Fix ICE in gimplify_expr, at gimplify.c (PR98277)
2020-12-15 Ian Lance TaylorGo testsuite: update bugs for recent change
2020-12-15 Ian Lance Taylorcompiler: correct grammar in error message
2020-12-15 Ian Lance Taylorcompiler: avoid knock-on errors from invalid interfaces
2020-12-15 Ian Lance Taylorcompiler: discard global sink variables with static...
2020-12-15 Ian Lance Taylorcompiler: better error for unexpected digit
2020-12-15 Nathan SidwellFix dashism
2020-12-15 Nathan Sidwelllibcody: Fix for dash
2020-12-15 Jonathan Wakelylibstdc++: Remove init_priority attribute for Init...
2020-12-15 Keith Packardlibstdc++: Support libc with stdio-only I/O in libstdc++
2020-12-15 Patrick Palkac++: Fix return type deduction during satisfaction
2020-12-15 Jakub Jelinekc++: Add changelog files in c++tools/ and libcody/...
2020-12-15 Thomas KoenigAdd the -fdebug-aux-vars flag to debug variables genera...
2020-12-15 Ville Voutilainenlibstdc++: Fix the test for rvalue stream extraction
2020-12-15 Nathan Sidwelldoc: Document C++ 20 modules
2020-12-15 Nathan Sidwellc++: Modules Is Landing
2020-12-15 Nathan Sidwellc++: module mapper
2020-12-15 Nathan SidwellAdd C++tools
2020-12-15 Nathan SidwellAdd c++tools
2020-12-15 Jonathan Wakelylibstdc++: Increase timeout for tests in debug mode
2020-12-15 Jonathan Wakelylibstdc++: Do not define constexpr assertions for C++11
2020-12-15 Nathan SidwellAdd libcody
2020-12-15 Nathan SidwellAdd toplevel dirs
2020-12-15 Nathan Sidwellc++: module-related tweak
2020-12-15 Marius Hillenbrandlibstdc++: Fix required locales of a testcase
2020-12-15 Jonathan Wakelylibstdc++: Remove workaround for PR c++/78173
2020-12-15 Vladimir Vishnevskylibstdc++: Disabling AC_LIBTOOL_DLOPEN check if buildin...
2020-12-15 Jonathan Wakelylibstdc++: Use init_priority attribute for Init object...
2020-12-15 Pascal Obry[Ada] Fix serial port baud rate setting on GNU/Linux
2020-12-15 Eric Botcazou[Ada] Small adjustment to System.Val_Real
2020-12-15 Piotr Trojanek[Ada] Simplify check for extra parens
2020-12-15 Piotr Trojanek[Ada] Refactor repeated complains about missing -gnat20...
2020-12-15 Eric Botcazou[Ada] Small adjustment to parameterization of System...
2020-12-15 Justin Squirek[Ada] Postcondition checks performed before finalization
2020-12-15 Piotr Trojanek[Ada] Complain about missing -gnat2020 switch on iterat...
2020-12-15 Piotr Trojanek[Ada] Reuse Append_New in parsing aggregates
2020-12-15 Eric Botcazou[Ada] Implement tiered support for floating-point input...
2020-12-15 Yannick Moy[Ada] Mark generic body outside of SPARK
2020-12-15 Arnaud Charlet[Ada] Transform_Function_Array issues
2020-12-15 Piotr Trojanek[Ada] Simplify discarding nodes when processing aspect...
2020-12-15 Arnaud Charlet[Ada] Crash on unnesting unnamed blocks
2020-12-15 Piotr Trojanek[Ada] Refactor repeated code for Value attributes
2020-12-15 Pascal Obry[Ada] Fix possible infinite recursion in directory...
2020-12-15 Piotr Trojanek[Ada] Refactor repeated code for Callable and Terminate...
2020-12-15 Piotr Trojanek[Ada] Refactor repeated code for Width attributes
2020-12-15 Piotr Trojanek[Ada] Refactor repeated code for Pred and Succ attributes
2020-12-15 Piotr Trojanek[Ada] Refactor repeated code for size attributes
2020-12-15 Piotr Trojanek[Ada] Refactor repeated code for fixed point attributes
2020-12-15 Piotr Trojanek[Ada] Remove redundant calls to UI_To_Int in relational...
2020-12-15 Piotr Trojanek[Ada] Refactor repeated code for component attributes
2020-12-15 Piotr Trojanek[Ada] Refactor repeated code for real type attributes...
2020-12-15 Piotr Trojanek[Ada] Refactor repeated code for real type attributes...
2020-12-15 Piotr Trojanek[Ada] Refactor repeated code for real type attributes...
next