]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2020-06-19  Jonathan Wakelylibstdc++: Define all std::function members inline
2020-06-19  Marc Glisselibstdc++: std::includes performance tweak
2020-06-19  Richard Bienertree-optimization/95761 - fix vector insertion place...
2020-06-19  Marc Glisselibstdc++: Optimize std::optional default constructor
2020-06-19  Eric Botcazou[Ada] Remove handling of 'Pos and 'Val attributes from...
2020-06-19  Eric Botcazou[Ada] Consolidate handling of implicit dereferences
2020-06-19  Eric Botcazou[Ada] AI12-0028-1 Import of variadic C functions
2020-06-19  Eric Botcazou[Ada] Further cleanup in constraint checking code for...
2020-06-19  Justin Squirek[Ada] Crash on compiling project with multiple subunits...
2020-06-19  Eric Botcazou[Ada] Fix check for bounds in aggregate expansion of...
2020-06-19  Eric Botcazou[Ada] Fix small fallout of previous change for Analyze_...
2020-06-19  Eric Botcazou[Ada] Fix small fallout of previous change for allocator
2020-06-19  Eric Botcazou[Ada] Plug small loophole in implementation of AI12...
2020-06-19  Eric Botcazou[Ada] Fix internal error on component of class-wide...
2020-06-19  Eric Botcazou[Ada] Deal with enumeration types with very large size
2020-06-19  Justin Squirek[Ada] Spurious condition warning on type conversion...
2020-06-19  Ed Schonberg[Ada] Spurious error on private type in ghost expressio...
2020-06-19  Bob Duff[Ada] AI12-0293-1 Remove pragma Assert
2020-06-19  Justin Squirek[Ada] Style checks on invalid UTF character cause crash
2020-06-19  Javier Miranda[Ada] ACATS 4.1G - C760A02 - Near infinite finalization
2020-06-19  Arnaud Charlet[Ada] AI12-0366 Changes to Big_Integer and Big_Real
2020-06-19  Piotr Trojanek[Ada] Minor remove extra whitespace in check suppressio...
2020-06-19  Eric Botcazou[Ada] Attempt to hide public entities in nested instanc...
2020-06-19  Piotr Trojanek[Ada] Reject junk expressions in attribute Update
2020-06-19  Piotr Trojanek[Ada] Decorate record delta aggregate for GNATprove
2020-06-19  Arnaud Charlet[Ada] universal_access equality and 'Access attributes
2020-06-19  Eric Botcazou[Ada] Remove second warning for convention C_Variadic_n
2020-06-19  Eric Botcazou[Ada] Small cleanup in Apply_Range_Check implementation
2020-06-19  Piotr Trojanek[Ada] Fix validity checks on attribute 'Old prefix
2020-06-19  Piotr Trojanek[Ada] Add comments about attribute 'Valid_Scalars on...
2020-06-19  Piotr Trojanek[Ada] Simplify processing of 'Valid_Scalars on array...
2020-06-19  Piotr Trojanek[Ada] Fix validity checking for class-wide objects
2020-06-19  Piotr Trojanek[Ada] Remove repeated testing of Check_Validity_Of_Para...
2020-06-19  Arnaud Charlet[Ada] Add missing warning tag for some overlapping...
2020-06-19  GCC AdministratorDaily bump.
2020-06-18  Jason Merrillc++: More P2002 operator<=> refinements.
2020-06-18  Fei Yangvect: Use vect_relevant_for_alignment_p consistently
2020-06-18  Uros Bizjaki386: Fix mode of ZERO_EXTRACT RTXes, remove ext_regist...
2020-06-18  Martin SeborAvoid warning for memset writing over multiple members.
2020-06-18  Marek Polacekc++: ICE in requires-expressions with invalid args...
2020-06-18  Christophe... Fix use of inaccessible member in pr94052.C
2020-06-18  Martin Liskavectorizer: add _bb_vec_info::region_stmts and reverse_...
2020-06-18  Jonathan WakelyAdd missing PR number to ChangeLog (PR 95378)
2020-06-18  Martin Liskars6000: Fix creation of VEC_COND_EXPR
2020-06-18  Tobias BurnusOpenMP/Fortran: Reject allocatable components in map...
2020-06-18  Richard Bienermiddle-end/95739 - fix vector condition IFN expansion
2020-06-18  Martin LiskaFix typo in tree-ssa-reassoc.c.
2020-06-18  Martin Liskagcc-changelog: checkout & pull order
2020-06-18  Marek Polacekc++: Fix tsubst ICE with invalid static_cast [PR95728]
2020-06-18  Martin Liskagcc-changelog: support merge commits in git_update_version
2020-06-18  Tobias Burnussilence empty-body warning
2020-06-18  Jakub Jelinekphiopt: Improve minmax optimization [PR95699]
2020-06-18  Jakub Jelinekforwprop: simplify_vector_constructor follow-up fix...
2020-06-18  Richard Bieneravoid early asm output
2020-06-18  Richard Bienerremove SLP_TREE_TWO_OPERATORS, add SLP permutation...
2020-06-18  Eric Botcazou[Ada] Fix small inefficiency in previous change to...
2020-06-18  Arnaud Charlet[Ada] ACATS 4.1J - B854003 - Subtype conformance check...
2020-06-18  Eric Botcazou[Ada] Narrow large arithmetic and comparison operations
2020-06-18  Eric Botcazou[Ada] Small cleanup in constraint checking code for...
2020-06-18  Javier Miranda[Ada] Crash in tagged type constructor with task components
2020-06-18  Ghjuvan Lacambre[Ada] Update output of verbose error summary
2020-06-18  Eric Botcazou[Ada] Small cleanup in the attribute code of the expander
2020-06-18  Steve Baird[Ada] Implement AI12-0032 fixes for 'Old attribute...
2020-06-18  Steve Baird[Ada] No Default_Initial_Condition check when declaring...
2020-06-18  Arnaud Charlet[Ada] Add support for XDR streaming in the default...
2020-06-18  Eric Botcazou[Ada] Fix host/target confusion for attribute To_Address
2020-06-18  Eric Botcazou[Ada] Add second warning for convention C_Variadic_n
2020-06-18  Arnaud Charlet[Ada] Profile mismatch between C and Ada functions
2020-06-18  Eric Botcazou[Ada] Minor cleanup in Expand_Call_Helper
2020-06-18  Eric Botcazou[Ada] Improve compile-time evaluation of value ranges
2020-06-18  Ghjuvan Lacambre[Ada] Do not treat pragma Compile_Time_Warning as error...
2020-06-18  Arnaud Charlet[Ada] Suppress CodePeer message on possible uninitializ...
2020-06-18  Piotr Trojanek[Ada] Fix failed assertion on a slice indexed by a...
2020-06-18  Piotr Trojanek[Ada] Cleanups in code related to static expressions
2020-06-18  Piotr Trojanek[Ada] Avoid forced loading of System.Priority in CodePe...
2020-06-18  Arnaud Charlet[Ada] ACATS 4.1L - B452002 - Wrong universal access...
2020-06-18  Bob Duff[Ada] AI12-0293-1 Implement storage streams
2020-06-18  Javier Miranda[Ada] Missing error on aspects Input and Output
2020-06-18  Eric Botcazou[Ada] Small adjustment to Get_Integer_Type function
2020-06-18  Eric Botcazou[Ada] Fix invalid expression sharing in Expand_Array_Eq...
2020-06-18  Richard Kenner[Ada] Properly test for Protected_Body_Subprogram
2020-06-18  Claire Dross[Ada] The definition of constants in declare expression...
2020-06-18  Piotr Trojanek[Ada] List aspect Relaxed_Initialization in GNAT RM
2020-06-18  Javier Miranda[Ada] Crash in tagged type constructor with task components
2020-06-18  Eric Botcazou[Ada] Small improvement to Optimize_Length_Comparison
2020-06-18  Martin LiskaAdd missing check for gassign.
2020-06-18  Martin Liskagcc-changelog: fix Backported from timestamp.
2020-06-18  GCC AdministratorDaily bump.
2020-06-17  Thomas Schwinge[OpenMP, gimplifier] 'inform' after 'error' diagnostic
2020-06-17  Thomas SchwingeAdd 'dg-do run' to 'libgomp.fortran/use_device_ptr...
2020-06-17  Samuel Thibaulthurd: libgcc unwinding support over signal trampolines
2020-06-17  Jonathan Wakelylibstdc++: Avoid stack overflow in std::vector (PR...
2020-06-17  Thomas Schwinge[HSA] Avoid ICE when "HSA does not implement indirect...
2020-06-17  Forrest TimourFix typo in attribute access example.
2020-06-17  Jonathan Wakelylibstdc++: Fix tests for uninitialized_value_construct_n
2020-06-17  Jonathan Wakelylibstdc++: Handle non-integral sizes in std::uninitiali...
2020-06-17  Jonathan Wakelyc++: Fix bogus "does not declare anything" warning...
2020-06-17  Kaipeng Zhouvect: CSE for bump and offset in strided load/store...
2020-06-17  Jason Merrillc++: implicit operator== adjustments from P2002.
2020-06-17  Jason Merrillc++: Add test for C++20 NB comment CA107.
next