[Fortran] gfortran.texi - minor style cleanup
[gcc.git] / gcc /
2020-01-28 Tobias Burnus[Fortran] gfortran.texi - minor style cleanup
2020-01-28 Martin LiskaAdd couple of auto_diagnostic_group in redeclare_class_...
2020-01-28 Martin LiskaReplace one error with inform.
2020-01-28 Jakub Jelineki386: Fix ix86_fold_builtin shift folding [PR93418]
2020-01-28 Jakub Jelinekgimple-fold: Fix buffer overflow in fold_array_ctor_ref...
2020-01-28 David Malcolmanalyzer: fix ICE when canonicalizing NaN (PR 93451)
2020-01-28 GCC AdministratorDaily bump.
2020-01-27 Joseph MyersSupport gnu_unique_object symbols on MIPS.
2020-01-27 Ian Lance Taylorcompiler: cleanups permitted by GCC requirement of...
2020-01-27 Jason Merrillc++: Fix array of char typedef in template (PR90966).
2020-01-27 Iain Sandoecoroutines: Ensure the ramp return object is checked...
2020-01-27 Stam Markianos-WrightHi all,
2020-01-27 David Malcolmanalyzer: restore input_location (PR 93349)
2020-01-27 David Malcolmanalyzer: fix pattern-test-2.c (PR 93291)
2020-01-27 Richard Sandifordaarch64: Fix pr71727.c failure
2020-01-27 Martin LiskaAdd __gcov_indirect_call_profiler_v4_atomic.
2020-01-27 David Malcolmanalyzer: fixes to tree_cmp and other comparators
2020-01-27 Richard Sandifordaarch64: Add vector/vector vec_extract patterns [PR92822]
2020-01-27 Richard Sandifordaarch64: Fix failure in cmpimm_branch_1.c
2020-01-27 David Malcolmanalyzer: fix setjmp-detection and support sigsetjmp
2020-01-27 Richard Bienertestsuite/91171 no longer needed XFAIL
2020-01-27 David Malcolmanalyzer: fix build with gcc 4.4 (PR 93276)
2020-01-27 Nathan Sidwellc++: Bogus error using namespace alias [PR91826]
2020-01-27 Claudiu Zissulescu[ARC] Update ARC600 multiplication cost.
2020-01-27 Claudiu Zissulescu[ARC] Save mlo/mhi registers when ISR.
2020-01-27 Claudiu Zissulescu[ARC] Propagate uncached type attribute to each member...
2020-01-27 Richard Sandifordlra: Stop registers being incorrectly marked live ...
2020-01-27 Richard Sandifordcselib: Fix handling of multireg values for call insns...
2020-01-27 Richard Sandiforddojump: Fix gcc.dg/torture/pr91323.c for aarch64 targets
2020-01-27 Martin LiskaFilter out language specific options from --help=common.
2020-01-27 Martin LiskaDo not print params in --help except --help=param.
2020-01-27 Martin LiskaDo not generate a unique fnname for resolver.
2020-01-27 Richard Bienertree-optimization/93397 delay converted reduction chain...
2020-01-27 Tobias Burnusfortran] Fix PR 85781, ICE on valid
2020-01-27 Jason Merrillc++: Testsuite adjustments for PR 90992.
2020-01-27 Jason Merrillc++: Fix -Wnoexcept handling of system headers (PR90992).
2020-01-27 GCC AdministratorDaily bump.
2020-01-26 Marek PolacekFix last CL.
2020-01-26 Marek Polaceksanopt: Avoid crash on anonymous parameter [PR93436]
2020-01-26 Iain Sandoecoroutines: Fix whitespace and comment markers.
2020-01-26 Rainer Orthtestsuite: xfail gcc.target/i386/pr91298-?.c on Solaris...
2020-01-26 Jason Merrillchecking: avoid verify_type_variant crash on incomplete...
2020-01-26 Darius GalisAvoid creating string insns unless string support is...
2020-01-26 Jakub Jelineki386: Fix up *{add,sub}v<dwi>4_doubleword patterns...
2020-01-26 Jakub Jelineki386: Fix up *avx_vperm_broadcast_v4df [PR93430]
2020-01-26 Jason Merrillc++: avoid ICE with __builtin_memset (PR90997).
2020-01-26 GCC AdministratorDaily bump.
2020-01-25 Jakub Jelinektestsuite: Fix up pr93166.C test, so that it doesn...
2020-01-25 Jakub Jelinektestsuite: Fix up pr92788.C FAIL on ia32.
2020-01-25 Marek Polacekc++: Poor diagnostic for dynamic_cast in constexpr...
2020-01-25 Feng XueRemove assertion in get_info_about_necessary_edges
2020-01-25 Andrew PinskiFix gcc.target/aarch64/vec_zeroextend.c for big-endian
2020-01-25 Jason Merrillc++: Fix ICE with constrained friend (PR93400).
2020-01-25 Jason Merrillc++: Fix ICE with lambda in member operator (PR93279)
2020-01-25 GCC AdministratorDaily bump.
2020-01-24 Jeff LawFix ICE due to invalid jump threading request
2020-01-24 Jason Merrillc++: Fix parameter map handling of member typedef.
2020-01-24 Jakub Jelineki386: prefer vpermilpd over vpermpd [PR93395]
2020-01-24 Jakub Jelineksimplify-rtx: Punt for modes with precision above MAX_B...
2020-01-24 Andrew PinskiDecrease cortexa57_extra_costs's alu.shift_reg
2020-01-24 Marek Polacekc++: Fix ICE in tsubst_copy with parenthesized expressi...
2020-01-24 Sandra LoosemoreAdd -fdelete-null-pointer-checks to some C++ testcases.
2020-01-24 Jason Merrillc++: Unshare expressions from constexpr cache.
2020-01-24 Jason MerrillAdd missing ChangeLog entry.
2020-01-24 Jeff LawEmit reasonable diagnostic rather than ICE on invalid...
2020-01-24 Jeff LawAdd PR markers for yesterday's H8 changes
2020-01-24 Andrew StubbsFix ICE on unsupported FP comparison
2020-01-24 Ian Lance Taylorlibgo: handle --with-toolexeclibdir=.
2020-01-24 Maciej W. RozyckiAdd `--with-toolexeclibdir=' configuration option
2020-01-24 Christophe Lyondebug/92763 Fix testcase to require fopenmp
2020-01-24 Hans-Peter Nilssondoc: target.def (flags_regnum): Also mention effect...
2020-01-24 David Malcolmanalyzer: avoid relying on system <assert.h> in testsui...
2020-01-24 GCC AdministratorDaily bump.
2020-01-24 Ian Lance Taylorinternal/cpu: don't define CacheLinePadSize for riscv64
2020-01-23 Jeff LawFix diagnostic text on H8.
2020-01-23 Jeff LawFix profiling issue on H8 port
2020-01-23 Jakub Jelinektestsuite: Require lp64 target rather x86_64-*-* in...
2020-01-23 Jakub Jelinekpostreload: Fix up postreload combine [PR93402]
2020-01-23 Paolo CarliniFix "PR c++/92804 ICE trying to use concept as a nested...
2020-01-23 Jason Merrillc++: Avoid ICE when constant evaluation of __builtin_st...
2020-01-23 Jason Merrillc++: Fix ICE with defaulted destructor and template.
2020-01-23 David Malcolmanalyzer: avoid ICE with missing arguments (PR 93375)
2020-01-23 Jason Merrillc-family: One more 40752 tweak for unsigned char.
2020-01-23 Dragan MladjenovicEmit .note.GNU-stack for hard-float linux targets.
2020-01-23 Dragan MladjenovicEmit .note.GNU-stack for soft-float linux targets.
2020-01-23 Jakub Jelineki386: Fix ICEs on TImode signed overflow add/sub patter...
2020-01-23 Richard Sandifordaarch64: Fix -mtrack-speculation for irreversible condi...
2020-01-23 David Malcolmanalyzer: introduce analyzer-torture.exp
2020-01-23 Richard Bienertree-optimization/93354 FRE redundant store removal...
2020-01-23 Jakub Jelineki386: Use bzhi for x & ((1 << y) - 1) or x & ((1U ...
2020-01-23 Martin SeborPR c/84919 - bogus -Wrestrict on sprintf %p with destin...
2020-01-23 Richard Sandifordaarch64: Skip whilele_1.C test for ILP32
2020-01-23 Richard Sandifordaarch64: Skip some SVE ACLE function-body tests for...
2020-01-23 Richard Sandifordtestsuite: Add target/xfail argument to check-function...
2020-01-23 Richard Sandifordauto-inc-dec: Don't add incs/decs to bare CLOBBERs...
2020-01-23 Ian Lance Taylorgotest: explicitly skip type descriptors
2020-01-23 David Malcolmanalyzer: fix ICE due to sm-state origin being purged...
2020-01-23 David Malcolmanalyzer: fix build with --enable-checking=release
2020-01-23 Andrew PinskiFix patchable-function-entry on arc
2020-01-23 Andrew PinskiRevert "Allow tree-ssa.exp to be run by itself" and...
next