gcc.git
2018-02-15 Jason Merrill* libcpp/macro.c: Fix typos.
2018-02-15 Jim WilsonRISC-V: Change sp subtracts so prologue stores can...
2018-02-15 Indu Bhagatinvoke.texi: Correct -Wformat-overflow code sample.
2018-02-15 GCC AdministratorDaily bump.
2018-02-14 Martin SeborPR tree-optimization/83698 - bogus offset in -Wrestrict...
2018-02-14 Carl Lovegcc/testsuite/ChangeLog:
2018-02-14 Martin SeborPR middle-end/84108 - incorrect -Wattributes warning...
2018-02-14 Janus Weilre PR fortran/84385 ([F03] Reject invalid SELECT TYPE...
2018-02-14 John David... re PR target/83984 (ld: The value 0x8000000000005 does...
2018-02-14 Uros Bizjakpr57193.c (dg-do): Remove target selector.
2018-02-14 Kelvin Nilsenrs6000.c (rs6000_option_override_internal): Issue warni...
2018-02-14 Paolo Carlinire PR c++/84350 (ICE with new and auto)
2018-02-14 Nathan Sidwell[C++ PATCH]: instantiation via vtable marking
2018-02-14 Will Schmidtaltivec-consts.c: Update compile stanzas.
2018-02-14 Will Schmidtre PR target/84220 (rs6000 builtin __builtin_vec_sld...
2018-02-14 Igor TsimbalistReimplement CET intrinsics for rdssp/incssp insn.
2018-02-14 Paolo Carlinicp-tree.h (do_auto_deduction (tree, tree, tree)): Remove.
2018-02-14 Jakub Jelinekre PR other/82368 (with r253275 several new test cases...
2018-02-14 Richard SandifordCheck array indices in object_address_invariant_in_loop...
2018-02-14 Oleg Endore PR target/83831 ([RX] Unused bclr,bnot,bset insns)
2018-02-14 Jakub Jelinekre PR fortran/84313 ([F08] reject procedure pointers...
2018-02-14 Jozef Lawrynowiczre PR target/79242 (ICE in simplify_subreg, at simplify...
2018-02-14 GCC AdministratorDaily bump.
2018-02-13 Peter Bergnerre PR target/84372 (test case gcc.target/powerpc/lvsl...
2018-02-13 Peter Bergnerre PR target/84279 (powerpc64le ICE on cvc4)
2018-02-13 Jeff LawAdd another PR marker to Alex's change.
2018-02-13 Jeff LawAdd PR marker for one of Alex's changes
2018-02-13 Segher Boessenkoolcombine: Update links correctly for new I2 (PR84169)
2018-02-13 Peter Bergnerre PR testsuite/84370 (Invalid option used in test...
2018-02-13 Peter Bergnerre PR target/84365 (gcc.target/powerpc/altivec-7-le...
2018-02-13 Jakub Jelinekre PR c++/84364 (-Weffc++ warns on "return *this" in...
2018-02-13 Joseph Myers* fr.po: Update.
2018-02-13 Paolo Carlinire PR c++/84333 (ICE with ternary operator in template...
2018-02-13 Ian Lance Taylorcompiler: don't export function descriptors for unexpor...
2018-02-13 Janus Weilre PR fortran/84313 ([F08] reject procedure pointers...
2018-02-13 Jakub Jelinekre PR c/82210 (Having _Alignas in a struct with VLAs...
2018-02-13 Jakub Jelinekre PR middle-end/84309 (Wrong-code with -ffast-math)
2018-02-13 Jeff Lawrl78.c (rl78_attribute_table): Fix terminator and entry...
2018-02-13 Jeff Lawrl78.c (rl78_handle_func_attribute): Mark ARGS as unused.
2018-02-13 Alexandre Olivacommon.opt (gas-loc-support, [...]): New.
2018-02-13 Jason MerrillPR c++/84080 - ICE with return type deduction and speci...
2018-02-13 Richard Sandifordre PR tree-optimization/84321 (ice in intersect_range_w...
2018-02-13 Vladimir Makarovre PR target/84359 (gcc.target/i386/pr57193.c fail)
2018-02-13 Jason MerrillFix more variadic capture issues.
2018-02-13 Jason MerrillPR c++/84338 - wrong variadic sizeof.
2018-02-13 Paolo Bonzinire PR sanitizer/84340 (g++.dg/asan/use-after-scope...
2018-02-13 Maciej W. RozyckiWebAssembly: Disable subdirectory configuration for...
2018-02-13 Martin Jambor[PR 83990] Fix location handling in ipa_modify_call_arg...
2018-02-13 Sebastian Pertarl78.c (add_vector_labels): New function.
2018-02-13 Andreas SchwabRISC-V: define _REENTRANT with -pthread
2018-02-13 Richard SandifordAdd a DECL_EXPR for VLA pointer casts (PR 84305)
2018-02-13 Jakub Jelinekre PR target/84335 (ICE on invalid code in copy_to_mode...
2018-02-13 Jakub Jelinekre PR tree-optimization/84339 (Wrong-code with optimizi...
2018-02-13 Jakub Jelinekre PR middle-end/84309 (Wrong-code with -ffast-math)
2018-02-13 Jakub Jelinekre PR target/84336 (ICE in extract_insn, at recog.c...
2018-02-13 Alastair McKinstryMake module files reproducible
2018-02-13 Jeff Lawre PR target/83760 ([SH] ICE in maybe_record_trace_star...
2018-02-13 GCC AdministratorDaily bump.
2018-02-12 Jakub Jelinekre PR c++/84341 (ICE with #pragma omp atomic)
2018-02-12 Joseph Myers* sv.po: Update.
2018-02-12 Thomas Koenigre PR fortran/68746 (FAIL: gfortran.dg/read_dir.f90...
2018-02-12 Thomas Koenigre PR fortran/68746 (FAIL: gfortran.dg/read_dir.f90...
2018-02-12 Thomas Koeniglibgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension...
2018-02-12 Ian Lance Taylorcompiler: error on func declaration/definition
2018-02-12 Ian Lance Taylorre PR go/84215 (Random results in go/libgo tests)
2018-02-12 Jeff Lawcse.c (try_back_substitute_reg): Move any REG_ARGS_SIZE...
2018-02-12 Carl Lovebuiltins-4-runnable.c (main): Move int128 and uint128...
2018-02-12 Janus Weilre PR fortran/84273 ([F03] Reject allocatable passed...
2018-02-12 Richard Bienerre PR tree-optimization/84037 (Speed regression of...
2018-02-12 Sebastian PertaCorrected mistakes in ChangeLog spotted by Jakub Jelinek.
2018-02-12 Tamar Christinare PR target/82641 (Unable to enable crc32 for a certai...
2018-02-12 Paolo Bonzinire PR sanitizer/84307 (asan blocks dead-store elimination)
2018-02-12 Nathan Sidwell[PR c++/84263] GC ICE with decltype
2018-02-12 Paolo Carlinire PR c++/79626 (ICE on invalid code in build_temp...
2018-02-12 Jan Hubickare PR middle-end/83665 (Big code size regression and...
2018-02-12 Richard Bienerre PR tree-optimization/84037 (Speed regression of...
2018-02-12 Richard Bienerre PR c++/84281 (Heap grows indefinitely)
2018-02-12 Olga MakhotinaFix AVX-512 popcnt and bitalg tests.
2018-02-12 Olga MakhotinaAdd missing mask[z]_scalef_round_s[d,s] intrinsics
2018-02-12 Olga MakhotinaAdd missing ChangeLog entry for previous patch.
2018-02-12 Olga MakhotinaAdd missing intrinsics for _mm_mask[z]_sqrt_round_...
2018-02-12 Jason MerrillPR c++/84036 - ICE with variadic capture.
2018-02-12 GCC AdministratorDaily bump.
2018-02-11 Steven Munroere PR target/84266 (mmintrin.h intrinsic headers for...
2018-02-11 Francois-Xavier... Commit ChangeLog entries forgotten in r257566.
2018-02-11 Andre Vehreschildgfortran.texi: Fix typos in documentation of caf_regist...
2018-02-11 Francois-Xavier... re PR fortran/35299 (scope of variables in statement...
2018-02-11 Steven G. Karglre PR fortran/54223 (Statement function statement with...
2018-02-11 Paul Thomasre PR fortran/84074 (Incorrect indexing of array when...
2018-02-11 Alexandre Oliva[LVU] deal with md final_scan_insn
2018-02-11 GCC AdministratorDaily bump.
2018-02-10 John David... pa.c (hppa_profile_hook): Mark SYMBOL_REF for _mcount...
2018-02-10 Paul Thomasre PR fortran/84141 (Internal error: type_name(): Bad...
2018-02-10 Alan ModraPR84300, ICE in dwarf2cfi on ppc64le with -fsplit-stack...
2018-02-10 GCC AdministratorDaily bump.
2018-02-09 Jakub Jelinekre PR sanitizer/83987 (ICE with OpenMP, sanitizer and...
2018-02-09 Jakub Jelinekre PR rtl-optimization/84308 (Memory leak in spread_com...
2018-02-09 Peter Bergnerre PR target/83926 (ICE during RTL pass: ira, in elimin...
2018-02-09 Jason MerrillPR c++/81917 - ICE with void_t and partial specialization.
2018-02-09 Will Schmidtvsx-vector-6-le.c: Update CPU target.
next