aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-07Always define `WIN32_LEAN_AND_MEAN` before <windows.h>LIU Hao36-1/+40
2023-01-07Daily bump.GCC Administrator9-1/+142
2023-01-06libstdc++: Suppress -Waddress warning in tzdb.cc [PR108228]Jonathan Wakely1-0/+3
2023-01-06libstdc++: Refactor time_zone::_Impl::rules_counter [PR108235]Jonathan Wakely1-53/+84
2023-01-06c: C2x semantics for __builtin_tgmathJoseph Myers3-27/+63
2023-01-06libbacktrace: don't run --build-id tests if it is not supportedIan Lance Taylor4-21/+78
2023-01-06libstdc++: Add feature-test macros for implemented C++23 views [PR108260]Patrick Palka14-0/+116
2023-01-06libstdc++: Fix misuse of alloca in std::bitset [PR108214]Jonathan Wakely2-10/+35
2023-01-06libstdc++: Disable broken std::format for floating-point types [PR108221]Jonathan Wakely1-0/+2
2023-01-06Revert "aarch64: Make existing V2HF be usable."Tamar Christina5-90/+45
2023-01-06docs: fix Var documentation for .opt filesMartin Liska1-13/+13
2023-01-06libstdc++: Fix deadlock in debug iterator increment [PR108288]Jonathan Wakely1-12/+6
2023-01-06testsuite: Add testcases from PR108292 and PR108308Jakub Jelinek3-0/+72
2023-01-06configure: remove dependencies on gmp and mpfr when gdb is disabledClément Chigot2-2/+6
2023-01-06contrib: add 'contrib' to default dirs in update-copyright.pyMartin Liska1-0/+1
2023-01-06PR-108294 soname bump for modula2 runtime libraries.v2-3/+3
2023-01-06Daily bump.GCC Administrator9-1/+380
2023-01-05[Committed] PR rtl-optimization/108292: Revert "Improve ix86_expand_int_movcc...Roger Sayle2-41/+26
2023-01-05c++: class-head parsing and CPP_TEMPLATE_ID access [PR108275]Patrick Palka2-6/+35
2023-01-05Fix atomic operations on PA-RISC 2.0 processors.John David Anglin1-10/+19
2023-01-05modula-2: Remove uses of scalb*() and significand*() [PR107631]Iain Sandoe7-71/+6
2023-01-05libstdc++: Fix <chrono> printers for Python 2 [PR108212]Jonathan Wakely1-2/+17
2023-01-05libstdc++: Reduce size of std::bind_front(empty_type) result [PR108290]Jonathan Wakely2-4/+40
2023-01-05gccrs: avoid printing to stderr in selftest::rust_flatten_listDavid Malcolm1-3/+0
2023-01-05gccrs: add selftest-rust-gdb and selftest-rust-valgrind "make" targetsDavid Malcolm1-0/+12
2023-01-05ada: Minor tweak to test added in previous changeEric Botcazou1-1/+1
2023-01-05ada: Clean up interface handling in Expand_N_Object_DeclarationEric Botcazou3-114/+93
2023-01-05ada: Flag renaming-as-spec as a body to inlinePiotr Trojanek1-7/+6
2023-01-05ada: Remove unhelpful special case for renamed bodies in GNATprove modePiotr Trojanek1-5/+2
2023-01-05ada: Fix nested generic instantiationMarc Poulhiès1-0/+3
2023-01-05ada: Do not use decimal approximation in -gnatRj outputEric Botcazou2-28/+15
2023-01-05ada: Optimize class-wide objects initialized with function callsEric Botcazou2-35/+108
2023-01-05ada: Fix pasto in commentEric Botcazou1-2/+2
2023-01-05ada: Fix spurious emissions of -gnatwj warningRonan Desplanques1-1/+1
2023-01-05ada: INOX: prototype RFC on String InterpolationJavier Miranda27-77/+689
2023-01-05ada: Update gnatpp documentation with --layout switchJoao Azevedo1-506/+325
2023-01-05ada: Further adjust freezing for expansion of contractsEric Botcazou1-1/+6
2023-01-05ada: Simplify new expansion of contractsEric Botcazou1-100/+5
2023-01-05ada: Adjust handling of "%g" in GNAT.Formatted_StringRonan Desplanques2-34/+313
2023-01-05ada: Fix generic instantiation of sibling packageMarc Poulhiès1-2/+31
2023-01-05ada: Spurious error on Lock_Free protected type with discriminantsJustin Squirek1-5/+7
2023-01-05ada: Revert to constrained allocation for string concatenationEric Botcazou2-61/+50
2023-01-05ada: Better error message for bad Discard_Names configuration pragmaSteve Baird1-3/+17
2023-01-05ada: Update doc for -gnatw_qBob Duff2-1/+5
2023-01-05ada: Fix finalization issues in extended return statementsEric Botcazou3-4/+35
2023-01-05ada: Fix incorrect warning about unreferenced packed arraysBob Duff5-85/+41
2023-01-05Add missing declarations to gcc/m2/gm2-libs-min/M2RTS.{def,mod}Gaius Mulley5-0/+99
2023-01-05modula-2, driver: Implement handling for -static-libgm2.Iain Sandoe6-7/+48
2023-01-05modula-2, driver: Handle static-libstd++ for targets without static/dynamicIain Sandoe1-0/+5
2023-01-05openmp: Fix up finish_omp_target_clauses [PR108286]Jakub Jelinek2-1/+32