]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2021-10-05  Etienne Servais[Ada] Forbids use of Compile_Time_(Error|Warning) as...
2021-10-05  Corentin Gay[Ada] Add sys/time.h #include for QNX
2021-10-05  Pascal Obry[Ada] Issue a proper error message when no format speci...
2021-10-05  Pascal Obry[Ada] Fix negative numbers formatted with leading zero
2021-10-05  Pascal Obry[Ada] Minor code clean-up
2021-10-05  Etienne Servais[Ada] Add missing functions to Wide_Wide_Characters...
2021-10-05  Yannick Moy[Ada] Improve error message on array aggregates
2021-10-05  Gary Dismukes[Ada] Front-end support for Storage_Model feature
2021-10-05  Richard Kenner[Ada] Note that -gnatd_t is used in CCG
2021-10-05  Corentin Gay[Ada] Add case to consider ENODEV a "file not found...
2021-10-05  Piotr Trojanek[Ada] Rewrite operator entity in derived class-wide...
2021-10-05  Piotr Trojanek[Ada] Propagate Ghost status from parent to derived...
2021-10-05  Joffrey Huguet[Ada] Add Default_Initial_Condition to type Unbounded_S...
2021-10-05  Claire Dross[Ada] Disable contract cases on formal containers
2021-10-05  Bob Duff[Ada] Improve message on missing all/for in pre-Ada...
2021-10-05  Yannick Moy[Ada] Improve error message on missing all/for in quant...
2021-10-05  Yannick Moy[Ada] Proof of Ada.Strings.Maps
2021-10-05  Yannick Moy[Ada] Proof of Ada.Characters.Handling
2021-10-05  Richard BienerAdjust gfortran.dg/predict-2.f90
2021-10-05  GCC AdministratorDaily bump.
2021-10-04  Marek Polacekc-family: Implement -Warray-compare [PR97573]
2021-10-04  Richard Bieneravoid hardreg autoinit
2021-10-04  Iain Buclawd: gdc driver ignores -static-libstdc++ when automatica...
2021-10-04  Iain Buclawd: Save target node before parsing optimize options...
2021-10-04  Richard Bienermiddle-end/102285 - refine .DEFERRED_INIT expansion
2021-10-04  Richard Bienertree-optimization/102570 - teach VN about internal...
2021-10-04  Jonathan Wakelylibstdc++: Implement P1518R2 for container deduction...
2021-10-04  Jonathan Wakelylibstdc++: Add missing noexcept to std::variant helper
2021-10-04  Jonathan Wakelylibstdc++: Disable std::string{,_view} construction...
2021-10-04  Aldy HernandezRemove static marker for range in alloca pass.
2021-10-04  Richard Bienermiddle-end/102587 - avoid auto-init for VLA vectors
2021-10-04  Justin Squirek[Ada] Incremental patch for restriction No_Dynamic_Acce...
2021-10-04  Piotr Trojanek[Ada] Document the current behaviour of -gnateA switch
2021-10-04  Ed Schonberg[Ada] Handle properly user_defined literals given by...
2021-10-04  Piotr Trojanek[Ada] Fix indentation in generated AST construction...
2021-10-04  Ghjuvan Lacambre[Ada] Implement CUDA_Device
2021-10-04  Gary Dismukes[Ada] Completion of support for AI12-0409 (attribute...
2021-10-04  Yannick Moy[Ada] Mark Ada.Text_IO in SPARK
2021-10-04  Bob Duff[Ada] Minor comment fix in System.Regpat
2021-10-04  Piotr Trojanek[Ada] Refactor duplicate code for pretty-printing GNAT AST
2021-10-04  Piotr Trojanek[Ada] Remove repeated calls to Prefix in resolution...
2021-10-04  Matthieu Eyraud[Ada] Emit specific SCOs for decisions of quantified...
2021-10-04  Piotr Trojanek[Ada] Fix comment about expansion of slices
2021-10-04  Yannick Moy[Ada] Add Ada RM description of Ada.Strings.Bounded...
2021-10-04  Piotr Trojanek[Ada] Fix for a static Leading_Part attribute raising...
2021-10-04  Ed Schonberg[Ada] Fix resolution of Declare_Expressions involving...
2021-10-04  Javier Miranda[Ada] Fix latent problem in Sem_Ch8.Build_Class_Wide_Wr...
2021-10-04  Bob Duff[Ada] Declaration_Node for Itypes returns Empty or...
2021-10-04  Piotr Trojanek[Ada] Fix handling of slices with subtype names
2021-10-04  Piotr Trojanek[Ada] Fix missing check on slice with a subtype indication
2021-10-04  Piotr Trojanek[Ada] Fix handling of 'Image acting as a prefix of...
2021-10-04  Justin Squirek[Ada] Spurious non-variable error on implicitly derefer...
2021-10-04  Eric Botcazou[Ada] Adjust documentation of -fdump-ada-spec in GNAT UG
2021-10-04  Arnaud Charlet[Ada] PR ada/102073
2021-10-04  Justin Squirek[Ada] Crash on allocator in alternative accessibility...
2021-10-04  Javier Miranda[Ada] Entities in E_Loop scopes are not library-level...
2021-10-04  Justin Squirek[Ada] Spurious accessibility error on renamed expression
2021-10-04  Doug Rupp[Ada] VxWorks inconsistent use of return type Fixup
2021-10-04  Eric Botcazou[Ada] Emit debugging information for TSD object
2021-10-04  Steve Baird[Ada] Fix compiler internal error
2021-10-04  Steve Baird[Ada] Improve checking for invalid index values when...
2021-10-04  Tobias BurnusFortran: Avoid var initialization in interfaces [PR54753]
2021-10-04  Eric BotcazouRemove dead code in config/rs6000/vxworks.h
2021-10-04  GCC AdministratorDaily bump.
2021-10-03  Patrick McGeheartyFix for powerpc64 long double complex divide failure
2021-10-03  Iain Sandoecoroutines: Fail with a sorry when presented with a...
2021-10-03  Iain Sandoecoroutines: Await expressions are not allowed in handle...
2021-10-03  John Eivind... coroutines: Fix ICE with an invalid await_suspend type...
2021-10-03  Iain Sandoecoroutines: Ensure co_await_exprs have TREE_SIDE_EFFECT...
2021-10-03  Iain Sandoecoroutines: Look through NOPs for awaiter variables...
2021-10-03  Martin Liskaoptions: check for CL_OPTIMIZATION only for cl_options.
2021-10-03  GCC AdministratorDaily bump.
2021-10-02  Jonathan Wakelylibstdc++: Fix typos in std::filesystem code
2021-10-02  Aldy Hernandez[PR102563] Do not clobber range in operator_lshift...
2021-10-02  Martin Liskacontrib: filter out mmx.md file.
2021-10-02  Tobias BurnusAdd libgomp.fortran/order-reproducible-*.f90
2021-10-02  Martin Liskaoptions: fix ASAN issue during saving of opt. options
2021-10-02  Iain Sandoec-family: Fix bootstrap for targets defining TARGET_FOR...
2021-10-02  H.J. LuUse unsigned long long in asm-x86-linux-rdmsr.c
2021-10-02  GCC AdministratorDaily bump.
2021-10-01  Aldy Hernandez[PR102546] X << Y being non-zero implies X is also...
2021-10-01  Przemyslaw... aarch64: enable cortex-x2 CPU
2021-10-01  Przemyslaw... aarch64: enable cortex-a710 CPU
2021-10-01  Przemyslaw... aarch64: enable cortex-a510 CPU
2021-10-01  Jonathan Wakelylibstdc++: Restore printing of assertion messages ...
2021-10-01  Jonathan Wakelylibstdc++: Reduce header dependencies for C++20 std...
2021-10-01  Jonathan Wakelylibstdc++: Allow stateful allocators in std::list:...
2021-10-01  Jonathan Wakelylibstdc++: Make std::jthread support pointers to member...
2021-10-01  Jonathan Wakelylibstdc++: Add container adaptor constructors taking...
2021-10-01  Jonathan Wakelylibstdc++: Implement LWG 3506 for std::priority_queue
2021-10-01  Jonathan Wakelylibstdc++: Implement LWG 3529 for std::priority_queue
2021-10-01  Jonathan Wakelylibstdc++: Implement LWG 3522 for std::priority_queue
2021-10-01  Jonathan Wakelylibstdc++: Implement LWG 3392 for std::ranges::distance
2021-10-01  Jonathan Wakelylibstdc++: Remove unary_function base classes from...
2021-10-01  Jonathan Wakelylibstdc++: Remove useless base classes in pb_db tests
2021-10-01  Jonathan Wakelylibstdc++: Simplify __throw_out_of_range_fmt for freest...
2021-10-01  Jonathan Wakelylibstdc++: Fix narrowing conversion in std::visit
2021-10-01  Jonathan Wakelylibstdc++: Avoid unconditional use of errc::not_support...
2021-10-01  Jonathan Wakelylibstdc++: Add utility for creating std::error_code...
2021-10-01  Jonathan Wakelylibstdc++: Add std::__conditional_t alias template
next