]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2019-03-09  Ian Lance Taylorre PR go/89447 (libgo largefile support is incomplete...
2019-03-09  GCC AdministratorDaily bump.
2019-03-08  Jakub Jelinekre PR c/85870 ([LTO1] ICE in linemap_line_start, at...
2019-03-08  David Malcolmi386.c: make "sorry" message more amenable to translati...
2019-03-08  Paolo Carlinire PR c++/63540 (Erroneous "'Derived' declares a move...
2019-03-08  Paolo Carlinire PR c++/22149 (func pointer non-type template parm...
2019-03-08  Bill Schmidtrs6000-p8swap.c (rs6000_analyze_swaps): Rebuild ud...
2019-03-08  Jakub Jelinekre PR c++/82075 (structured binding fails with empty...
2019-03-08  Richard SandifordFix POLY_INT_CST/CONST_POLY_INT typo (PR 89631)
2019-03-08  Andre Vieira[GCC, Arm] Fix availability of FP16-FP64 conversion...
2019-03-08  Uros Bizjakre PR target/68924 (No intrinsic for x86 `MOVQ m64...
2019-03-08  Jakub JelinekAdd tests for resolved PR (PR c/85870).
2019-03-08  Jonathan WakelyFix text of hyperlink in manual
2019-03-08  Jonathan WakelyAdd fixed underlying type to enum path::format
2019-03-08  Martin Liskax86: Disable jump tables when retpolines are used ...
2019-03-08  Jan HubickaRestrict IPA split (PR go/63560).
2019-03-08  Jakub Jelinekre PR target/79846 (s390: untranslatable diagnostic...
2019-03-08  Jakub Jelinekre PR ipa/80000 (diagnostics: trailing spaces in "one...
2019-03-08  Jakub Jelinekre PR other/80058 (fix double spaces in string literals...
2019-03-08  Jakub Jelinekgimple-ssa-warn-alloca.c (pass_walloca::execute): Don...
2019-03-08  Jakub Jelinekre PR tree-optimization/89550 (Spurious array-bounds...
2019-03-08  Richard Bienerre PR target/89578 (5% runtime regression for 481.wrf...
2019-03-08  Jakub Jelinekre PR c++/89585 (GCC 8.3: asm volatile no longer accept...
2019-03-08  Jakub Jelinekre PR c++/89599 (C-style function-pointer-to-void*...
2019-03-08  Jakub Jelinekre PR c++/89622 (G++ prints notes, but no warning or...
2019-03-08  Jakub Jelinekre PR target/80190 (darwin: untranslateable placeholder...
2019-03-08  François Dumontre PR libstdc++/89477 (Incorrect CTAD deduction guides...
2019-03-08  François Dumontre PR libstdc++/89608 (Undetected iterator invalidation...
2019-03-08  Jason MerrillPR c++/88123 - lambda and using-directive.
2019-03-08  GCC AdministratorDaily bump.
2019-03-08  Joseph Myers* sv.po: Update.
2019-03-07  Andreas SchwabRISC-V: Add libstdc++ check-abi support.
2019-03-07  Jakub Jelinekre PR target/80003 (i386.c: %s placeholder is no semant...
2019-03-07  Joseph Myers* fi.po: Update.
2019-03-07  Paolo Carlinire PR c++/84518 (ICE with lambda capturing broken variable)
2019-03-07  Jakub Jelinekre PR translation/79999 (possible typo in gimplify...
2019-03-07  Jakub Jelinekre PR target/89602 (Missing AVX512 intrinsics)
2019-03-07  Iain Buclawd/dmd: Merge upstream dmd d517c0e6a
2019-03-07  Martin JamborZero local estimated benefit for cloning extern inline...
2019-03-07  Jason MerrillPR c++/88820 - ICE with CTAD and member template used...
2019-03-07  Martin JamborRelax cgraph_node::clone_of_p to also look through...
2019-03-07  Martin LiskaSignificantly speed up verifiers for a cgraph_node...
2019-03-07  Jason MerrillFix comment
2019-03-07  Jason MerrillPR c++/80916 - spurious "static but not defined" warning.
2019-03-07  Richard Bienerre PR tree-optimization/89618 (Inner loop won't vectori...
2019-03-07  Jonathan WakelyFix new test to run as well as compile
2019-03-07  Jonathan WakelyUpdate C++20 status table in libstdc++ manual
2019-03-07  Jonathan WakelyP0356R5 Simplified partial function application
2019-03-07  Martin LiskaRevert function removal made in r264561.
2019-03-07  Richard Bienerre PR tree-optimization/89595 (DOM miscompiles code)
2019-03-07  Jakub Jelinekre PR c++/89585 (GCC 8.3: asm volatile no longer accept...
2019-03-07  Ian Lance Taylorre PR go/89227 (gotools test cmd/go fails with link...
2019-03-07  GCC AdministratorDaily bump.
2019-03-06  Harald Anlaufre PR fortran/71203 (ICE in add_init_expr_to_sym, at...
2019-03-06  Ian Lance Taylorcompiler: emit underlying constant in array_type length...
2019-03-06  Jason MerrillPR c++/89381 - implicit copy and using-declaration.
2019-03-06  Jakub Jelinekre PR c++/87148 (backward compatibility issue to take...
2019-03-06  Jason MerrillPR c++/89576 - if constexpr of lambda capture.
2019-03-06  Uros Bizjakencoding.c (DFmode): #undef before #define.
2019-03-06  Peter Bergnerre PR rtl-optimization/88845 (ICE in lra_set_insn_recog...
2019-03-06  Marek PolacekPR c++/87378 - bogus -Wredundant-move warning.
2019-03-06  Jonathan WakelyAdd feature test macro for bounded array traits
2019-03-06  Ian Lance Taylormksysinfo: actually use modified Statfs_t value
2019-03-06  Edward Smith... PR libstdc++/86655 - std::assoc_legendre should not...
2019-03-06  Ville VoutilainenRewrite variant, also PR libstdc++/85517
2019-03-06  Jonathan WakelyAdd L suffix to __cpp_lib_char8_t value
2019-03-06  Jonathan WakelyAdd C++20 Traits for [Un]bounded Arrays (P1357R1)
2019-03-06  Martin LiskaCharry pick libsanitizer r355488 (PR sanitizer/88684).
2019-03-06  Jonathan WakelyConstexpr in std::pointer_traits (P1006R1)
2019-03-06  Claudiu Zissulescu[ARC] Fix logic set UNALIGNED_ACCESS
2019-03-06  Richard Bienerre PR middle-end/89551 (Test case gcc.dg/uninit-pred...
2019-03-06  Martin LiskaUse --coverage instead of -fprofile-arcs -ftest-coverag...
2019-03-06  Martin LiskaIgnore a param in check-params-in-docs.py
2019-03-06  Ian Lance Taylorre PR go/89598 (go frontend fails to build against...
2019-03-06  GCC AdministratorDaily bump.
2019-03-05  Ian Lance Taylorruntime: enable precise GC checks when using stack...
2019-03-05  Jakub Jelinekre PR libfortran/89593 (warning "passing argument 3...
2019-03-05  Ian Lance Taylorcmd/go: pass -X64 to ar on aix/ppc64
2019-03-05  Jason MerrillPR c++/86485 - -Wmaybe-unused with empty class ?:
2019-03-05  Jason Merrillre PR c++/86485 ("anonymous" maybe-uninitialized false...
2019-03-05  Ian Lance Taylorsysinfo: add Flags to Statfs_t if not already there
2019-03-05  Ian Lance Taylorre PR go/89598 (go frontend fails to build against...
2019-03-05  Jonathan WakelyDefine midpoint and lerp functions for C++20 (P0811R3)
2019-03-05  Jakub Jelinekre PR target/89587 (gcc's rs6000 configuration uncondit...
2019-03-05  Christophe... dg-extract-results.py: Handle case where a WARNING...
2019-03-05  Christophe... dg-extract-results.sh: Fix order of WARNING and followi...
2019-03-05  Jakub Jelinekre PR middle-end/89590 (ICE in maybe_emit_free_warning)
2019-03-05  Jakub Jelinekre PR tree-optimization/89570 (ICE in prepare_cmp_insn...
2019-03-05  Wilco Dijkstra[ARM] Fix PR89222
2019-03-05  Richard Bienerre PR tree-optimization/89594 (ICE: Segmentation fault...
2019-03-05  Jakub Jelinekre PR tree-optimization/89487 (ICE in expand_expr_addr_...
2019-03-05  Jakub Jelinekre PR bootstrap/89560 (ICE In function 'rtx_def* gen_ve...
2019-03-05  Jakub Jelinekre PR tree-optimization/89570 (ICE in prepare_cmp_insn...
2019-03-05  Jakub Jelinekre PR tree-optimization/89566 (ICE on compilable C...
2019-03-05  GCC AdministratorDaily bump.
2019-03-04  Paolo Carlinire PR c++/84605 (internal compiler error: in xref_baset...
2019-03-04  Edward Smith... PR libstdc++/88996 Implement P0439R0
2019-03-04  Jakub Jelinekre PR c++/71446 (Incorrect overload resolution when...
2019-03-04  Jason Merrill* g++.dg/lto/pr88049_0.C: Require lto_incremental.
2019-03-04  Tamar ChristinaAdd missing gcc/testsuite/ChangeLog changelog entry.
next