platform/upstream/gcc.git
2017-03-21 Paolo Carlinire PR c++/77752 (ICE on C++ code on x86_64-linux-gnu...
2017-03-21 Jakub Jelinekre PR sanitizer/78158 (Strange data race detection...
2017-03-21 Jakub Jelinekre PR middle-end/67338 (fold-const sanitizer runtime...
2017-03-21 Marek PolacekFix CL.
2017-03-21 Jakub Jelinekre PR c++/35878 ([LWG 2302] Useless NULL pointer check...
2017-03-21 Jakub Jelinekre PR c/80097 (internal compiler error in c_fully_fold_...
2017-03-21 Ville Voutilainenre PR c++/35878 ([LWG 2302] Useless NULL pointer check...
2017-03-21 GCC AdministratorDaily bump.
2017-03-20 Segher Boessenkoolcombine: Fix 79910
2017-03-20 Segher BoessenkoolRevert:
2017-03-20 Joseph Myers* de.po, fr.po: Update.
2017-03-20 François Dumontstl_deque.h (deque): Access allocator value_type only...
2017-03-20 Aaron Sawdeyre PR target/80083 (libgomp doacross2.f90 regtest fails...
2017-03-20 Jason MerrillPR c++/80096 - ICE with C++17 non-type auto.
2017-03-20 Jason MerrillPR c++/79519 - ICE with deleted template friend.
2017-03-20 Bill Schmidtre PR tree-optimization/80054 (ICE in verify_ssa with...
2017-03-20 Jason MerrillPR c++/79640 - infinite recursion with generic lambda.
2017-03-20 Martin SeborPR c++/52477 - Wrong initialization order __attribute__...
2017-03-20 Kelvin Nilsenre PR target/79963 (vec_eq_any extracts wrong CR bit...
2017-03-20 Ian Lance Taylori386.c (ix86_function_regparm): Save an extra register...
2017-03-20 Nicolas Koenigre PR fortran/39239 (Reject SAVEd variables EQUIVALENCE...
2017-03-20 Palmer DabbeltRISC-V: Don't prefer FP_REGS for integers
2017-03-20 Palmer DabbeltUse more conservative fences on RISC-V
2017-03-20 Palmer DabbeltDisable test inapplicable to RISC-V
2017-03-20 Palmer DabbeltAdd RISC-V Maintainers
2017-03-20 Marek PolacekPR c++/80059 - ICE with noexcept and __transaction_atomic
2017-03-20 Marek Polacekre PR sanitizer/80063 (gcc/asan.c: PVS-Studio: Incorrec...
2017-03-20 Richard Bienerre PR tree-optimization/80113 (ICE in set_var_live_on_e...
2017-03-20 Martin LiskaMPX: fix PR middle-end/79753
2017-03-20 Martin LiskaFix *_CST ICEs connected to MPX.
2017-03-20 Andreas KrebbelS/390: PR78857: Don't use load and test if result is...
2017-03-20 Jason MerrillPR c++/80084 - wrong C++17 decomposition by reference...
2017-03-20 Jason MerrillPR c++/80077 - error with constexpr and -fno-elide...
2017-03-20 GCC AdministratorDaily bump.
2017-03-19 Gerald Pfeiferinstall.texi (Specific): No longer refer to age-old...
2017-03-19 Segher BoessenkoolKill my doppelg\"anger
2017-03-19 GCC AdministratorDaily bump.
2017-03-18 Nicolas KoenigMAINTAINERS: Add self to Write After Approval
2017-03-18 Gerald Pfeifer* doc/contrib.texi (Contributors): Add Segher Boessenkool.
2017-03-18 Gerald Pfeiferappendix_contributing.xml: Convert link to ansi.org...
2017-03-18 Gerald Pfeifer* config.guess: Import latest from upstream.
2017-03-18 Gerald PfeiferMAINTAINERS (Write After Approval): Remove entries...
2017-03-18 Paul Thomasre PR fortran/79676 ([submodules] Compilation/linking...
2017-03-18 Paul Thomasre PR fortran/71838 (ICE with OpenCoarrays on submodule)
2017-03-18 Gerald Pfeiferinstall.texi (Specific): Remove old requirement for...
2017-03-18 Jim WilsonFix aarch64 bootstrap compare failure.
2017-03-18 GCC AdministratorDaily bump.
2017-03-17 Marek Polacek* c-parser.c: Add C11 references.
2017-03-17 Thomas Koenigre PR libfortran/79956 (many new -Wmaybe-uninitialized...
2017-03-17 Jonathan WakelyFix alignment bugs in std::codecvt_utf16
2017-03-17 Jason MerrillPR c++/78345 - ICE initializing array from lambda.
2017-03-17 Palmer DabbeltRISC-V documentation cleanups
2017-03-17 Jason MerrillPR c++/80073 - C++17 ICE with virtual base.
2017-03-17 Jerry DeLislere PR fortran/79841 (Inconsistent diagnostics in fortra...
2017-03-17 Richard Earnshaw[aarch64] Fix typo in aarch64.opt (dummping -> dumping).
2017-03-17 Pat Haugenre PR target/79951 (ICE in extract_insn, at recog.c...
2017-03-17 Bernd Schmidtreload.c (find_reloads): When reloading a nonoffsettabl...
2017-03-17 Bernd Schmidtre PR rtl-optimization/79910 (wrong code with -O -fweb)
2017-03-17 Jeff Lawre PR tree-optimization/71437 (Performance regression...
2017-03-17 Marek Polacekre PR tree-optimization/80079 (Conditional jump or...
2017-03-17 Richard Bienerre PR c++/80075 (ICE: "statement marked for throw,...
2017-03-17 Martin JamborDocument -fipa-vrp
2017-03-17 Tom de VriesPrint bug url for gcov-dump --help
2017-03-17 Richard Bienerre PR other/80050 (gcc/genmatch.c: PVS-Studio: V590)
2017-03-17 Richard Bienerre PR tree-optimization/80048 (gcc/sese.c: PVS-Studio...
2017-03-17 GCC AdministratorDaily bump.
2017-03-16 Alexandre Olivastabilize store merging
2017-03-16 Jason Merrill* decl.c (start_enum): std::byte aliases anything.
2017-03-16 Jason Merrill* init.c (cpp_init_builtins): Update __cplusplus for...
2017-03-16 Jason Merrillre PR c++/79797 (ICE with NSDMI, this pointer and...
2017-03-16 Michael Meissnerre PR target/71294 (ICE in gen_add2_insn, at optabs...
2017-03-16 Jeff Lawre PR tree-optimization/71437 (Performance regression...
2017-03-16 Jeff Lawre PR tree-optimization/71437 (Performance regression...
2017-03-16 Segher BoessenkoolFix tree-prof/pr66295.c
2017-03-16 Jonathan WakelyPR libstdc++/79980 fix target type of cast
2017-03-16 Jakub Jelinekre PR fortran/80010 (diagnostics: typo $!)
2017-03-16 Jakub Jelinekre PR fortran/79886 (ICE in pp_format, at pretty-print...
2017-03-16 Jonathan WakelyPR libstdc++/80041 fix codecvt_utf16<wchar_t> to use...
2017-03-16 Jonathan WakelyFix encoding() and max_length() values for codecvt...
2017-03-16 Jonathan WakelyPR libstdc++/79980 fix BOM detection, maxcode checks...
2017-03-16 Jonathan WakelyPR libstdc++/79511 fix endianness of UTF-16 data
2017-03-16 Jonathan WakelyPR libstdc++/80064 make heap algorithms work with funct...
2017-03-16 Jonathan WakelyPR libstdc++/67440 make pretty printers work with GDB...
2017-03-16 Jonathan WakelyFix typo and replace non-breaking spaces in libstdc...
2017-03-16 Tamar Christina2017-03-16 Tamar Christina <tamar.christina@arm.com>
2017-03-16 Kyrylo Tkachov[AArch64] Use 'x' constraint for vector HFmode multipli...
2017-03-16 Jeff Lawre PR tree-optimization/71437 (Performance regression...
2017-03-16 Jeff Lawre PR tree-optimization/71437 (Performance regression...
2017-03-16 GCC AdministratorDaily bump.
2017-03-15 Ville VoutilainenImplement LWG 2857, {variant,optional,any}::emplace...
2017-03-15 Vladimir Makarovre PR target/80017 (ICE: Max. number of generated reloa...
2017-03-15 Jason MerrillPR c++/80043 - ICE with -fpermissive
2017-03-15 Michael Meissnerre PR target/79038 (Improve PowerPC ISA 3.0 conversion...
2017-03-15 Joseph Myers* de.po: Update.
2017-03-15 Segher Boessenkoolrs6000: Do not xfail nint_2.f90 on Linux systems
2017-03-15 Jonathan WakelyPR libstdc++/62045 fix O(N) insertion in pd_ds binary...
2017-03-15 David MalcolmFix translation issue with character length * errors...
2017-03-15 Jiong Wang[gcc, testsuite] Don't xfail on arm
2017-03-15 Jonathan WakelyFix typo in config.h.in comment
2017-03-15 NightStrikeDon't use Win32 functions on CYGWIN.
next