platform/upstream/gcc.git
2019-04-19 Jakub Jelinekre PR c++/90108 (ICE: Segmentation fault (in c_tree_cha...
2019-04-19 GCC AdministratorDaily bump.
2019-04-18 Peter Bergnerre PR rtl-optimization/87871 (testcases fail after...
2019-04-18 Martin SeborPR middle-end/89797 - ICE on a vector_size (1LU <<...
2019-04-18 Jan Hubickare PR ipa/85051 (ICE: in edge_badness, at ipa-inline...
2019-04-18 Jason MerrillPR c++/87554 - ICE with extern template and reference...
2019-04-18 Segher Boessenkoolmove ChangeLog entry to the correct file
2019-04-18 Richard SandifordFix UB in int_const_binop
2019-04-18 Richard SandifordFix two ubsan failures (PR85164)
2019-04-18 Richard Bienerre PR debug/90131 (wrong debug info at -O3)
2019-04-18 Jakub JelinekReverted unintended part of previous commit.
2019-04-18 Jakub Jelinekre PR translation/79183 (Hard coded plurals in gimple...
2019-04-18 Richard Bienertree.c (get_qualified_type): Put found type variants...
2019-04-18 Iain SandoeMAINTAINERS: Update email address
2019-04-18 Erik Schnetterre PR bootstrap/89864 (gcc fails to build/bootstrap...
2019-04-18 Ian Lance Taylorre PR go/90110 (libgo fails to build against glibc...
2019-04-18 Jason MerrillPR c++/90047 - ICE with enable_if alias template.
2019-04-18 GCC AdministratorDaily bump.
2019-04-17 Jonathan WakelyPR libstdc++/90105 make forward_list::sort stable
2019-04-17 Segher Boessenkoolrs6000: Remove a comma in a debug string
2019-04-17 Jonathan WakelyFix condition for std::variant to be copy constructible
2019-04-17 Jonathan WakelyRemove unnecessary string literals from static_assert...
2019-04-17 Jonathan WakelyFix tests for std::variant to match original intention
2019-04-17 Jakub Jelinekre PR c++/89325 (False warnings about "optimization...
2019-04-17 Jakub Jelinekre PR target/90125 (Typo of AVX512 intrinsics)
2019-04-17 Peter Bergnerira-conflicts.c (print_allocno_conflicts): Always print...
2019-04-17 Segher Boessenkoolauto-inc-dec: Set alignment properly
2019-04-17 Marek PolacekPR c++/90124 - bogus error with incomplete type in...
2019-04-17 Joao Moreiratarghooks.c (default_print_patchable_function_entry...
2019-04-17 Jonny Grant* collect2.c (main): Change gcc.gnu.org URL to HTTPS.
2019-04-17 Jakub Jelinekdg-extract-results.sh: Only handle WARNING: program...
2019-04-17 Jakub Jelinekre PR middle-end/90095 (wrong code with -Os -fno-tree...
2019-04-17 Jonathan WakelyAdd constexpr to std::optional::value_or(U&&)&&
2019-04-17 Claudiu Zissulescu[ARC][COMMITTED] Fix diagnostic messages.
2019-04-17 Segher Boessenkoolrs6000: Improve the load/store-with-update patterns...
2019-04-17 Thomas Schwinge[PR90048] Fortran OpenACC 'private' clause rejected...
2019-04-17 Thomas Schwinge[PR90067, PR90114] Document Fortran OpenACC predetermin...
2019-04-17 Jakub Jelinekre PR target/89093 (C++ exception handling clobbers...
2019-04-17 Iain Buclawd: Fix the build on hosts missing _MAX and _MAX macros.
2019-04-17 GCC AdministratorDaily bump.
2019-04-16 Iain Buclawd: Use build_exeext suffix for D generator programs.
2019-04-16 Jakub Jelinekre PR c++/86953 (compiler crashes with constexpr operat...
2019-04-16 Pat Haugenre PR target/84369 (test case gcc.dg/sms-10.c fails...
2019-04-16 Martin LiskaFilter out LTO in config/bootstrap-lto-lean.mk.
2019-04-16 Dominique d... pr89358_0.C: Replace dg-* with dg-lto-*.
2019-04-16 Alexandre Oliva[PR89528] reset debug uses of return value when droppin...
2019-04-16 Alexandre Oliva[PR86438] avoid too-long shift in test
2019-04-16 Claudiu Zissulescu[ARC] Refactor deprecated macros.
2019-04-16 Claudiu Zissulescu[ARC] Remove Rs5 constraint.
2019-04-16 Claudiu Zissulescu[ARC] Refurb eliminate regs.
2019-04-16 Claudiu Zissulescu[ARC] Emit blockage regardless to avoid delay slot...
2019-04-16 Kito Cheng[NDS32] Fix nds32_split_ashiftdi3 with large shift...
2019-04-16 Chung-Ju Wu[NDS32] Handle subreg correctly in wext_odd_dep_p.
2019-04-16 Jakub Jelinekre PR target/90096 (Misleading option hint for AVX...
2019-04-16 Jakub Jelinekre PR rtl-optimization/90082 (ICE in delete_unmarked_in...
2019-04-16 Jakub Jelinekre PR tree-optimization/90090 (ICE in mark_reachable_ha...
2019-04-16 Richard Bienerre PR tree-optimization/56049 (Simplification to consta...
2019-04-16 Iain Buclawlibphobos: Fix configure test for backtrace-supported.h
2019-04-16 GCC AdministratorDaily bump.
2019-04-15 Jeff Lawmicroblaze.c (microblaze_expand_block_move): Treat...
2019-04-15 Iain BuclawBackport PRs 90059, 90060, 90062
2019-04-15 Richard Bienerre PR debug/90074 (wrong debug info at -O3)
2019-04-15 Richard Bienerre PR tree-optimization/90071 (internal compiler error...
2019-04-15 Segher Boessenkoolcombine: Count auto_inc properly (PR89794)
2019-04-15 Richard Bienerre PR ipa/88936 (-fipa-pta breaks bash (incorrect optim...
2019-04-15 Martin JamborReorganize cgraph_node::clone_of_p
2019-04-15 Monk Chiang[NDS32] Refine force unwind. Linux kernel only uses...
2019-04-15 Monk Chiang[NDS32] nds32*-*-linux* target using init_array/finit_a...
2019-04-15 Monk Chiang[NDS32] Rewrite PIC/TLS patterns.
2019-04-15 Dominique d... re PR tree-optimization/90020 (-O2 -Os x86-64 wrong...
2019-04-15 Chung-Ju Wu[NDS32] Provide one valid nds32 assembly instruction...
2019-04-15 GCC AdministratorDaily bump.
2019-04-14 Jan Hubickare PR lto/89358 (Combining -std=c++14 and -std=c++17...
2019-04-14 Thomas Koenigre PR fortran/85448 (Report binding label clash with...
2019-04-14 Paul Thomasre PR fortran/89843 (CFI_section delivers incorrect...
2019-04-14 Johannes PfauPR d/87799 Fix D build on windows hosts
2019-04-14 Rainer OrthEnable libphobos on Solaris 11/x86
2019-04-14 Rainer OrthWork around lack of dlpi_tls_modid before Solaris 11.5
2019-04-14 Rainer OrthWork around Solaris ld bug linking __tls_get_addr on...
2019-04-14 Rainer OrthUse gcc/sections/elf_shared.d on Solaris 11.5 (PR d...
2019-04-14 GCC AdministratorDaily bump.
2019-04-13 Iain Buclawlibphobos: Move rt.sections modules to gcc.sections
2019-04-13 Jakub Jelinek* gcc.pot: Regenerate.
2019-04-13 Jakub Jelinekre PR target/89093 (C++ exception handling clobbers...
2019-04-13 Dominique d... re PR fortran/79842 (i18n: subword translation in ...
2019-04-13 Jakub Jelinek* gcc.pot: Regenerate.
2019-04-13 Ian Lance Taylorcompiler: improve type handling for string concat ops...
2019-04-13 GCC AdministratorDaily bump.
2019-04-13 Thomas RodgersUglify identifiers missed in previous commit(s)
2019-04-12 Martin SeborCommit a change missed in r270326:
2019-04-12 Iain Buclawlibphobos: Add subdir-objects to configure script.
2019-04-12 Jakub Jelinekre PR c/89933 (ICE in merge_decls, at c/c-decl.c:2517)
2019-04-12 Iain Buclawlibphobos: Add target-zlib to top-level configure
2019-04-12 Martin Seborextend.texi (__builtin_has_attribute): Add a clarifying...
2019-04-12 Martin SeborPR c/88383 - ICE calling __builtin_has_attribute on...
2019-04-12 Jason MerrillAvoid ICE on pmf{} in template.
2019-04-12 Jakub Jelinekre PR rtl-optimization/89965 (wrong code with -O -mtune...
2019-04-12 Jakub Jelinek* config/mips/loongson-mmiintrin.h: Fix up #error message.
2019-04-12 Jakub Jelinekre PR translation/90041 (Command line option without...
2019-04-12 Marek PolacekPR c++/87603 - constexpr functions are no longer noexcept.
next