gcc.git
2018-11-28 Marek PolacekImplement P1094R2, Nested inline namespaces.
2018-11-28 Nathan Sidwell[PR c++/87531] operator= lookup in templates
2018-11-28 Jan Hubickapredict.c (determine_unlikely_bbs): Forward declare...
2018-11-28 Jan Hubicka* lto.c (lto_read_decls): Fix handling of INTEGER_CST.
2018-11-28 Jan Hubickatree-ssa-ifcombine.c (update_profile_after_ifcombine...
2018-11-28 Jan Hubickaprofile-count.h (profile_count::split): Give better...
2018-11-28 Jan Hubickaexcept.c (do_allocate_exception): Annotate __cxa_alloca...
2018-11-28 Vladimir Makarovre PR target/88207 (gcc.target/i386/pr22076.c etc....
2018-11-28 Marek PolacekPR c++/88222 - ICE with bit-field with invalid type.
2018-11-28 David Edelsohn* gcc.dg/recip_sqrt_mult_[12345]: Do not add -fcompare...
2018-11-28 David Edelsohnpr86900.C: XFAIL AIX.
2018-11-28 David Edelsohn* config/rs6000/aix72.h: Update to match aix71.h changes.
2018-11-28 Ian Lance Taylorcompiler: inline functions with assignments and return...
2018-11-28 Iain BuclawMerge libphobos upstream version 2.076.1
2018-11-28 Jeff Lawconstraints.md: Add "C" constraint for call insns.
2018-11-28 Sam Tebbs[PATCH][GCC][AARCH64] Replace calls to strtok with...
2018-11-28 Jonathan WakelyFix undefined references in libstdc++fs.a
2018-11-28 Jonathan WakelyPR libstdc++/83511 add default argument to basic_string...
2018-11-28 Edward Smith... Implement uniform container erasure for C++20.
2018-11-28 Jonathan WakelyApply resolution for LWG DR 3096
2018-11-28 Jonathan WakelyPR libstdc++/83306 make filesystem_error no-throw copyable
2018-11-28 Sameera DeshpandeChanged email ID to existing one.
2018-11-28 Tom de Vries[libbacktrace] Fix segfault upon allocation failure
2018-11-28 Richard Bienerre PR tree-optimization/88223 (Wrong code for intrinsic...
2018-11-28 Jonathan WakelyUpdate C++17 library status docs
2018-11-28 Richard Bienerre PR tree-optimization/88217 (Compile time and memory...
2018-11-28 Alan Modra[RS6000] Bootstrap failure compiling xcoffout.c
2018-11-28 Jakub Jelinekre PR testsuite/85368 (phi-opt-11 test fails on IBM Z)
2018-11-28 Richard Bienerre PR tree-optimization/79351 (Invalid tree PRE optimiz...
2018-11-28 Richard Bienerre PR fortran/88229 (ICE tree check: expected integer_c...
2018-11-28 Sam Tebbs[PATCH][GCC][DOC] Remove obsolete arm and aarch64 CPU...
2018-11-28 Jakub Jelinekre PR target/88189 (ix86_expand_sse_movcc and blend...
2018-11-28 Jakub Jelinekre PR c++/87476 (char-array initialized from wide-string)
2018-11-28 Jakub Jelinekre PR sanitizer/88215 (UBSAN: Internal compiler error...
2018-11-28 Richard Bienerre PR tree-optimization/88182 (ICE in vectorizable_redu...
2018-11-28 Johannes PfauAdd myself to MAINTAINERS
2018-11-28 GCC AdministratorDaily bump.
2018-11-27 Jakub Jelinekre PR c++/88187 (ICE on (invalid) C++ code when compile...
2018-11-27 Ian Lance Taylorcompiler: tweaks for importing inline function bodies
2018-11-27 Jonathan WakelyClean up temporary files created by std::filesystem...
2018-11-27 Ian Lance Taylorcompiler: record final type for numeric expressions
2018-11-27 Jonathan WakelyPR libstdc++/67843 set shared_ptr lock policy at build...
2018-11-27 Ian Lance Taylorcompiler: add result parameter names for inlinable...
2018-11-27 Ian Lance Taylorcompiler: add types used by inline functions to export...
2018-11-27 Ian Lance Taylorcompiler: finalize types parsed for inline functions
2018-11-27 Ian Lance Taylorcompiler: add '$' to names in expression export data
2018-11-27 François Dumontre PR libstdc++/88199 (memory leak on unordered contain...
2018-11-27 Jakub Jelinekre PR c++/88181 (ICE: verify_type failed (error: type...
2018-11-27 Ian Lance Taylorcompiler: change expression importing to use Import_exp...
2018-11-27 Ian Lance Taylorcompiler: pass a Location to import_expression
2018-11-27 Jakub Jelinekre PR middle-end/87157 (gcc.dg/vect/costmodel/ppc/costm...
2018-11-27 Ian Lance Taylorcompiler: change Expression export to use Export_functi...
2018-11-27 Martin SeborPR 87756 - missing unterminated argument warning using...
2018-11-27 Martin Liskagcov: do not ICE on NULL string in JSON export.
2018-11-27 Mike GulickPR preprocessor/83173: Enhance -fdump-internal-location...
2018-11-27 Fredrik NoringMIPS: Add `-mfix-r5900' option for the R5900 short...
2018-11-27 Mike GulickPR preprocessor/83173: New test
2018-11-27 Ian Lance Taylorcompiler: import inlinable functions from package data
2018-11-27 Mike GulickPR preprocessor/83173: Additional check before decremen...
2018-11-27 Jakub Jelinekre PR target/88188 (ICE in print_operand, at config...
2018-11-27 Jeff Lawriscv (riscv_block_mvoe_straight): Use RETURN_BEGIN...
2018-11-27 Jeff Lawlm32.c (lm32_block_move_inline): Use RETURN_BEGIN in...
2018-11-27 Jeff Lawmips.c (mips_block_move_straight): Use RETURN_BEGIN...
2018-11-27 Jeff Lawmicroblaze.c (microblaze_block_move_straight): Use...
2018-11-27 Tamar ChristinaDocument the xorsign optab.
2018-11-27 Martin LiskaSupport simd function declarations via a pre-include.
2018-11-27 Martin LiskaCome up with memop_ret enum instead of int endp for...
2018-11-27 Eric Botcazouc-ada-spec.c: Include stringpool.h.
2018-11-27 Tom de Vries[libbacktrace] Don't point to released memory in backtr...
2018-11-27 Tom de Vries[libbacktrace] Avoid realloc with size == 0 in backtrac...
2018-11-27 Alan Modra[RS6000] libgcc cfi
2018-11-27 Alan Modra[RS6000] PowerPC -mcpu=native support
2018-11-27 David MalcolmFix missing dump_impl_location_t values, using a new...
2018-11-27 Jozef LawrynowiczTweak directives in GCC tests for msp430-elf
2018-11-27 GCC AdministratorDaily bump.
2018-11-27 Alan Modra[RS6000] rs6000/sysv4.h using gnu-user.h
2018-11-26 Ian Lance Taylorsyscall: always define WEXITED and WNOWAIT on GNU/Linux
2018-11-26 Martin SeborPR 87756 - missing unterminated argument warning using...
2018-11-26 Alan Modra[RS6000] Use config/linux.h for powerpc*-*-linux*
2018-11-26 Marek PolacekPR c++/88120 - ICE when calling save_expr in a template.
2018-11-26 Iain BuclawAdd filters for D language sources to contrib/update...
2018-11-26 Ian Lance Taylorcompiler: initial support for exporting function bodies
2018-11-26 Jozef LawrynowiczFix tests for 16-bit int.
2018-11-26 Jozef Lawrynowiczsourcebuild.texi: Document check_effective_target_newli...
2018-11-26 Jakub Jelinekre PR target/88195 (misleading error message for unsupp...
2018-11-26 Jakub Jelinekre PR testsuite/88090 (obj-c++.dg/attributes/method...
2018-11-26 Jakub Jelinekre PR c++/86900 (-gdwarf-5 -O2 -ffunction-sections...
2018-11-26 Maya Rashishre PR preprocessor/58397 (Please add host_hooks for...
2018-11-26 Jozef Lawrynowiczsourcebuild.texi: Document check_effective_target_size2...
2018-11-26 Jakub JelinekMakefile.am (AUTOMAKE_OPTIONS): Drop dejagnu.
2018-11-26 Aaron Sawdeyrs6000-string.c (expand_cmp_vec_sequence): Rename and...
2018-11-26 Uros Bizjakre PR target/88178 (ICE in dbx_reg_number, at dwarf2out...
2018-11-26 Sandra Loosemorere PR c/57182 (Documentation implies -fprofile-arcs...
2018-11-26 Kyrylo Tkachov[AArch64][committed] Fix typo in aarch64_mangle_type
2018-11-26 Kyrylo Tkachov[arm][1/3] Rename mul64 attr to widen_mul64
2018-11-26 Iain Buclawlibphobos: Fix backtraces in Fibers on AArch64.
2018-11-26 Richard Bienerre PR tree-optimization/88182 (ICE in vectorizable_redu...
2018-11-26 Andreas KrebbelS/390: Document z14/arch12 -march option.
2018-11-26 Matthias Klosere PR ada/88191 (ada bootstrap failure on alpha-linux...
2018-11-26 Matthias Klosetest-long-names.c: Fix build with -Wformat-security.
next