gcc.git
2018-07-10 Jakub Jelinekre PR c++/86443 (ICEs on #pragma omp distribute paralle...
2018-07-10 Ian Lance Taylorcompiler: fix double evaluation with interface field...
2018-07-10 GCC AdministratorDaily bump.
2018-07-10 Martin SeborPR tree-optimization/86415 - strlen() not folded for...
2018-07-09 Martin SeborPR middle-end/77357 - strlen of constant strings not...
2018-07-09 Paul KoningImprove code generation for pdp11 target.
2018-07-09 Rainer OrthFix overflow handling in sparc.c:sparc_fold_builtin
2018-07-09 Jakub Jelinekre PR c/86420 (nextafter(0x1p-1022,0) is constant folded)
2018-07-09 Tom de Vries[testsuite] Use relative line numbers in gcc.dg/guality
2018-07-09 Martin LiskaAdd missing Optimization attribute.
2018-07-09 Paolo Carlinidecl.c (grokdeclarator): Use rich_location::add_range...
2018-07-09 Richard Bienerre PR debug/86413 (gcc.dg/guality/pr48437.c fail)
2018-07-09 Tom de Vries[debug] Handle debug references to skipped params
2018-07-09 GCC AdministratorDaily bump.
2018-07-08 GCC AdministratorDaily bump.
2018-07-07 Jim WilsonRISC-V: Finish Ada port.
2018-07-07 Tom de VriesFix sigsegv on -fdump-tree-all-enumerate_locals
2018-07-07 Eric Botcazouc-ada-spec.c (to_ada_name): Remove index parameter.
2018-07-07 Eric Botcazoudecl.c (gnat_to_gnu_entity): Add GNAT_DECL local variab...
2018-07-07 Eric Botcazougigi.h (add_decl_expr): Adjust prototype.
2018-07-07 Eric Botcazoutrans.c (lvalue_required_p): Remove ALIASED parameter...
2018-07-07 Eric Botcazoudecl.c (gnat_to_gnu_param): Minor tweak.
2018-07-07 Aldy Hernandeztree-vrp.c (vrp_int_const_binop): Change overflow type...
2018-07-07 Jakub Jelinekre PR target/84711 (AArch32 big-endian fails when takin...
2018-07-07 GCC AdministratorDaily bump.
2018-07-06 Kugan Vivekanandarajahtree-ssa-phiopt.c (cond_removal_in_popcount_pattern...
2018-07-06 Kugan Vivekanandarajahtree-ssa-loop-niter.c (number_of_iterations_popcount...
2018-07-06 Kugan Vivekanandarajahgimplify.h (generic_expr_could_trap_p): Set as global...
2018-07-06 Jakub Jelinekre PR tree-optimization/86401 (The "For constants M...
2018-07-06 Peter Bergnerre PR target/86324 (testsuite test divkc3-1.c FAILs...
2018-07-06 Jim WilsonRISC-V: Initial riscv linux Ada port.
2018-07-06 Jim WilsonMakefile patches from initial RISC-V cross/native build.
2018-07-06 François Dumontfunctions.h (__gnu_debug::__check_string): Move...
2018-07-06 Paul KoningUpdate internal documentation to describe that DONE...
2018-07-06 Jonathan WakelyPR libstdc++/84928 use std::move in <numeric> algorithms
2018-07-06 Jonathan WakelySimplify linker script patterns for std::exception_ptr
2018-07-06 Jonathan WakelyP0935R0 Eradicating unnecessarily explicit default...
2018-07-06 Tamar ChristinaRequire sse for testcase on i686.
2018-07-06 Jonathan Wakely* include/std/variant (__accepted_index): Use void_t.
2018-07-06 Tamar ChristinaFix -Wpedantic issue with testcase on AArch64.
2018-07-06 Sebastian HuberUpdate config.sub
2018-07-06 Sebastian HuberRTEMS/Ada: Change system configuration
2018-07-06 Sebastian HuberUpdate config.guess and config.sub
2018-07-06 Jeff Lawasm-2.c (REGISTER): Override for v850 too.
2018-07-06 Jeff Lawre PR tree-optimization/86010 (redundant memset with...
2018-07-06 Jim WilsonRISC-V: Add support for riscv-*-*.
2018-07-06 GCC AdministratorDaily bump.
2018-07-05 Indu Bhagataarch64-simd.md: correct flags text for MIN_EXPR replac...
2018-07-05 Jonathan WakelyPR libstdc++/85831 define move constructors and operato...
2018-07-05 Jeff LawAdd missing '|' as wrong patch was applied.
2018-07-05 James Clarkedfp.m4 (enable_decimal_float): Enable for x86_64*-...
2018-07-05 Bernhard M... libtool.m4: Sort output of 'find' to enable determinist...
2018-07-05 Jonathan WakelyAdd xfail-if to some tests that fail with COW strings
2018-07-05 Jonathan WakelyPR libstdc++/58265 add noexcept to basic_string::assign...
2018-07-05 Paul Thomasre PR fortran/86408 (bogus error: ABSTRACT INTERFACE...
2018-07-05 Jonathan WakelyPR libstdc++/58265 implement LWG 2063 for COW strings
2018-07-05 Fritz Reesere PR fortran/83183 (Out of memory with option -finit...
2018-07-05 Carl Lovers6000-c.c: Map ALTIVEC_BUILTIN_VEC_UNPACKH for float...
2018-07-05 Martin SeborPR tree-optimization/86400 - set<string>::set<char...
2018-07-05 Nathan SidwellReplace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C.
2018-07-05 Tamar ChristinaFix can_change_mode_class for big-endian on Arm
2018-07-05 Tamar ChristinaCorrect subreg no-op handling for big-endian vec_select.
2018-07-05 Tamar ChristinaSimplify movmem code by always doing overlapping copies...
2018-07-05 Jakub JelinekRevert
2018-07-05 Christophe... [testsuite] Remove 'note:' from scan-tree-dump directives
2018-07-05 Tom de Vries[testsuite] Simplify dg-final
2018-07-05 François DumontFix my yesterday ChangeLog entry.
2018-07-05 GCC AdministratorDaily bump.
2018-07-04 Jonathan WakelyP0646R1 Improving the Return Value of Erase-Like Algori...
2018-07-04 Maxim Ostapenkore PR sanitizer/84250 (Symbol collision when using...
2018-07-04 Ville Voutilainenre PR c++/86398 (is_trivially_constructible always...
2018-07-04 Martin Seborre PR tree-optimization/86274 (SEGFAULT when logging...
2018-07-04 Jonathan WakelyP0458R2 Checking for Existence of an Element in Associa...
2018-07-04 François Dumontre PR libstdc++/86272 (__gnu_debug::string uses undefin...
2018-07-04 Jerry DeLislere PR fortran/82009 ([F08] ICE with block construct)
2018-07-04 Jonathan WakelyDefine "random_device" effective target
2018-07-04 Jonathan WakelyFix std::__rotl and std::__rotr
2018-07-04 Eric Botcazoure PR middle-end/86380 (incorrect comparison in functio...
2018-07-04 Martin JamborRemove spurious $HOME include from BRIG FE Makefile
2018-07-04 Aldy Hernandeztree-vrp.c (extract_range_from_binary_expr_1): Initialz...
2018-07-04 Jonathan WakelyPR libstdc++/86398 fix std::is_trivially_constructible...
2018-07-04 Jonathan WakelyOptimize std::rotl and std::rotr, add test for std...
2018-07-04 Aldy Hernandezssa-dom-thread-7.c: Adjust test because aarch64 has...
2018-07-04 Martin LiskaFix bootstrap on ia64 with old GCC version.
2018-07-04 Martin Liska[multiple changes]
2018-07-04 Denys VlasenkoTemporary remove "at least 8 byte alignment" code from x86
2018-07-04 Martin LiskaFix DOS-based system build and fix documentation.
2018-07-04 Martin LiskaRemove legacy testcase for -fprofile-generate=./
2018-07-04 Richard SandifordFix typo in bb-slp-over-widen-*.c
2018-07-04 H.J. Lui386: Add indirect_return function attribute
2018-07-04 Jeff Lawh8300.md (logical<mode>3_sn, [...]): Merge into a singl...
2018-07-04 Martin SeborPR tree-optimization/86274 - SEGFAULT when logging...
2018-07-04 Martin Seborprint-tree.c (print_real_cst): New function.
2018-07-04 Jeff Lawh8300.md (ors code_iterator): New.
2018-07-04 Jeff Lawh8300.md (movmd_internal_normal): Consolidated with...
2018-07-04 GCC AdministratorDaily bump.
2018-07-03 Jonathan WakelyP0556R3 Integral power-of-2 operations, P0553R2 Bit...
2018-07-03 Jonathan WakelyRemove redundant #if conditional
2018-07-03 Paolo Carlinidecl.c (min_location): New.
2018-07-03 Jeff Lawh8300.c (h8300_insn_length_from_table): Consolidate...
next