platform/upstream/gcc.git
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.
2019-03-04 Tamar ChristinaAArch64: Make test options_set_10.c not run on native.
2019-03-04 Jonathan WakelyRemove redundant dg-do directive from test
2019-03-04 Wilco Dijkstrare PR tree-optimization/89437 (incorrect result for...
2019-03-04 Richard Bienerre PR tree-optimization/89572 (ICE in dyn_cast<gcond...
2019-03-04 Jonathan WakelyImplement polymorphic_allocator<byte> for C++20 (P0339R6)
2019-03-04 Bin Chengre PR tree-optimization/89487 (ICE in expand_expr_addr_...
2019-03-04 GCC AdministratorDaily bump.
2019-03-03 Jonathan WakelyPR libstdc++/89562 use binary mode for file I/O
2019-03-03 Harald Anlaufre PR fortran/77583 (ICE in pp_quoted_string, at pretty...
2019-03-03 Thomas Koenigre PR fortran/72714 ([Coarray] ICE in gfc_array_init_si...
2019-03-03 GCC AdministratorDaily bump.
2019-03-02 Johannes PfauPR d/89177 - Fix unaligned access in std.digest.murmurhash
2019-03-02 Harald Anlaufre PR fortran/89516 (ICE in gfc_calculate_transfer_size...
2019-03-02 Jakub Jelinekre PR c++/71446 (Incorrect overload resolution when...
2019-03-02 Jakub Jelinekre PR target/89506 (ICE: in decompose, at rtl.h:2266...
2019-03-02 Ian Lance Taylorre PR go/89406 (Go testing leaves many temporary direct...
2019-03-02 Kito ChengRISC-V: Generalize -march support, add ELF attribute...
2019-03-02 GCC AdministratorDaily bump.
2019-03-01 Ian Lance Taylorcmd/go: restore passing D to ar
2019-03-01 Jakub Jelinekre PR middle-end/89497 (ICE caused by Segmentation...
2019-03-01 Segher Boessenkoolrs6000: Adapt testcases for -mdejagnu-cpu=
2019-03-01 Segher Boessenkoolrs6000: Add -mdejagnu-cpu=
2019-03-01 Alexander Monakovhaifa-sched: handle fallthru edge to EXIT block (PR...
2019-03-01 Marek PolacekPR c++/89537 - missing location for error with non...
2019-03-01 Marek PolacekPR c++/89532 - ICE with incomplete type in decltype.
2019-03-01 Ian Lance Taylorruntime: call execname and getpagesize on Solaris
2019-03-01 Jakub JelinekImplement P1002R1, Try-catch blocks in constexpr functi...
2019-03-01 Jonathan WakelyFix test memory_resource to work without sized deallocation
2019-03-01 Jonathan WakelyC++2a Utility functions to implement uses-allocator...
2019-03-01 Tamar ChristinaAArch64: Make every option in options.def one line
2019-03-01 Richard SandifordFix mask type choice in vectorizable_call (PR 89535)
2019-03-01 Richard Bienerre PR tree-optimization/89541 (ICE in VN_INFO(tree_node*))
2019-03-01 Iain Buclawd/dmd: Merge dmd upstream ed71446aa
2019-03-01 Jakub Jelinekre PR middle-end/89503 (Checking ICE in 'gcc.dg/warn...
2019-03-01 Richard Bienerre PR middle-end/89497 (ICE caused by Segmentation...
2019-03-01 Jakub Jelinekre PR bootstrap/89539 (gcc fails to build/bootstrap...
2019-03-01 Ian Lance Taylorre PR go/89406 (Go testing leaves many temporary direct...
2019-03-01 Ian Lance Taylorcmd/go: add -O2 to invocation of gccgo
2019-03-01 Ian Lance Taylorcommit 66ac9466852d11e968f8fd2ad6ffc7386cee49e1
2019-03-01 GCC AdministratorDaily bump.
2019-03-01 Jason Merrill* g++.dg/cpp1z/fold-lambda3.C: Add test for 88183.
2019-03-01 Jason MerrillPR c++/88183 - ICE with .* fold-expression.
2019-03-01 Jason MerrillPR c++/86969 - ICE with constexpr if and recursive...
2019-03-01 Jason Merrill* name-lookup.c (print_binding_level): Print this_entity.
2019-02-28 Eric Botcazoure PR tree-optimization/89536 (wrong code at -Os and...
2019-02-28 Marek PolacekPR c++/87068 - missing diagnostic with fallthrough...
2019-02-28 Thomas Schwinge[PR72741, PR89433] Repeated use of the Fortran OpenACC...
2019-02-28 Thomas Schwinge[PR72741] For all Fortran OpenACC 'routine' directive...
2019-02-28 Thomas Schwinge[PR72741, PR89433] Accept intrinsic symbols in Fortran...
2019-02-28 Jason MerrillPR c++/88049 - ICE with undefined destructor and anon...
2019-02-28 Jan Hubickare PR lto/88585 (ICE in fld_incomplete_type_of, at...
2019-02-28 H.J. Lui386: Identify Westmere from PCLMUL
2019-02-28 Jakub Jelinekre PR c/89521 (ICE in expand_builtin_int_roundingfn...
2019-02-28 John David... Fix test-case visibility (PR testsuite/89441).
2019-02-28 Jakub Jelinekre PR target/89434 (wrong code with -Og and __builtin_m...
2019-02-28 Tamar ChristinaAArch64: Have empty HWCAPs string ignored during native...
2019-02-28 Paolo Carlinire PR c++/89522 (ICE: trying to capture 'f' in instanti...
2019-02-28 Jakub Jelinekre PR c/89525 (inform messages from -Wbuiltin-declarati...
2019-02-28 Jakub Jelinekre PR c/89520 (ICE tree check: accessed operand 4 of...
2019-02-28 Ian Lance Taylorlibgo: fix go_export extraction on Darwin
2019-02-28 GCC AdministratorDaily bump.
2019-02-28 Marek PolacekPR c++/88857 - ICE with value-initialization of argumen...
2019-02-27 Ian Lance Taylorre PR go/89172 (FAIL: runtime/pprof)
2019-02-27 Jason MerrillPR c++/86969 - ICE with constexpr if and recursive...
2019-02-27 Bernd Edlingerre PR rtl-optimization/89490 (char array constant put...
2019-02-27 Marek PolacekPR c++/89511 - ICE with using-declaration and unscoped...
2019-02-27 Jakub Jelinekre PR target/70341 (cost model for addresses is incorre...
2019-02-27 Ian Lance Taylorruntime: align first persistentalloc chunk as requested
2019-02-27 Jakub Jelinekre PR tree-optimization/89280 (ICE: Segmentation fault...
2019-02-27 Jakub Jelinekre PR target/70341 (cost model for addresses is incorre...
2019-02-27 Richard Bienerre PR debug/88878 (.debug_pubnames/types empty with...
2019-02-27 Richard Bienerpasses.c (should_skip_pass_p): Do not skip cgraph-edge...
2019-02-27 Richard Bienerre PR debug/88878 (.debug_pubnames/types empty with...
2019-02-27 Richard Bienerre PR lto/89514 (-g -fdebug-types-section -flto gives...
2019-02-27 Jonathan WakelyPR libstdc++/89466 avoid slow xsltproc command in configure
next