aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-15cp-tree.h (DECL_MAYBE_IN_CHARGE_CDTOR_P): New.Paolo Carlini9-19/+27
2018-05-15PR libstdc++/85749 constrain seed sequences for random number enginesJonathan Wakely13-37/+704
2018-05-15PR libstdc++/83891 fix path::is_absolute() for non-POSIX targetsJonathan Wakely6-23/+135
2018-05-15Remove unused headers from testsJonathan Wakely23-22/+35
2018-05-15PR libstdc++/84159 fix appending strings to pathsJonathan Wakely6-50/+268
2018-05-15Qualify std::__invoke in <variant> to prevent ADLJonathan Wakely2-3/+7
2018-05-15tree-ssa-dse.c (dse_classify_store): Remove use_stmt parameter, add by_clobbe...Richard Biener4-42/+94
2018-05-15DWARF: Use DW_OP_addrx and DW_OP_constx for DWARF5.Mark Wielaard2-4/+40
2018-05-15DWARF calculate the number of indexed addresses.Mark Wielaard2-2/+24
2018-05-15re PR tree-optimization/83648 (missing -Wsuggest-attribute=malloc on a trivia...Prathamesh Kulkarni5-6/+56
2018-05-15re PR ipa/85734 (--suggest-attribute=malloc misdiagnoses static functions)Prathamesh Kulkarni4-1/+31
2018-05-15Daily bump.GCC Administrator1-1/+1
2018-05-14re PR target/85756 (wrong code at -Os on x86-64-linux-gnu in 32-bit mode)Eric Botcazou4-0/+81
2018-05-14Handle TYPE_HAS_LATE_RETURN_TYPE like ref-qualifier and eh spec.Jason Merrill10-229/+155
2018-05-14rs6000: Fix -mreadonly-in-sdata documentationSegher Boessenkool2-1/+5
2018-05-14PR libstdc++/81256 fix exception handling in basic_filebuf::closeJonathan Wakely4-4/+123
2018-05-14[AArch64] Add combine pattern to fuse AESE/AESMC instructionsKyrylo Tkachov5-0/+139
2018-05-14Remove remaining uses of * in patternsWilco Dijkstra5-33/+54
2018-05-14* testsuite/ChangeLog: Add missing PR number.Uros Bizjak1-0/+1
2018-05-14re PR target/85756 (wrong code at -Os on x86-64-linux-gnu in 32-bit mode)Jakub Jelinek4-3/+65
2018-05-14Add __attribute__((malloc) to allocator and remove unused codeJonathan Wakely2-16/+11
2018-05-14PR libstdc++/67554 Do not pass null pointers to memcpyJonathan Wakely2-2/+12
2018-05-14cp-tree.h (TYPE_REF_P): New.Paolo Carlini23-241/+312
2018-05-14pt.c (tsubst): Check valid_array_size_p.Jason Merrill7-9/+36
2018-05-14PR libstdc++/82966 fix swapping of node handlesJonathan Wakely3-1/+56
2018-05-14i386-common.c (OPTION_MASK_ISA_CLDEMOTE_SET, [...]): New defines.Sebastian Peryt15-7/+155
2018-05-14match-and-simplify.texi: Adjust :s documentation.Richard Biener2-1/+15
2018-05-14gcc_qsort: avoid oversized memcpy temporariesAlexander Monakov2-36/+42
2018-05-14Daily bump.GCC Administrator1-1/+1
2018-05-13Introduce gcc_qsortAlexander Monakov5-7/+254
2018-05-13[NDS32] Implment n15 pipeline.Kito Cheng10-9/+781
2018-05-13re PR fortran/63529 (Bad error and ICE with Cray Pointers in Modules)Steven G. Kargl2-4/+12
2018-05-13[NDS32] Implment n12/n13 pipeline.Kito Cheng9-3/+732
2018-05-13re PR fortran/85742 (sizeof allocatable arrays returning wrong value)Paul Thomas4-6/+57
2018-05-13gfortran.h: Remove prototype.Steven G. Kargl3-17/+5
2018-05-13re PR libstdc++/80165 (Constexpr tuple of variant doesn't work)Ville Voutilainen2-0/+17
2018-05-13[NDS32] Implment n10 pipeline.Kito Cheng10-17/+780
2018-05-13[NDS32] Add DSP extension instructions.Monk Chiang19-35/+8151
2018-05-13Daily bump.GCC Administrator1-1/+1
2018-05-12Daily bump.GCC Administrator1-1/+1
2018-05-11rs6000.md (mov<mode>_softfloat, FMOVE32): Reformat alternatives and attribute...Michael Meissner2-19/+106
2018-05-11re PR fortran/85542 (ICE in check_inquiry, at fortran/expr.c:2426)Steven G. Kargl4-1/+18
2018-05-11...and actually resture the *new* testcase.Edward Smith-Rowland1-265/+265
2018-05-11Restore the testcase that was clobbered by the recent PR83140 patches.Edward Smith-Rowland1-0/+2052
2018-05-11extend.texi (PowerPC Built-in Functions): Rename this subsection.Kelvin Nilsen2-414/+497
2018-05-11Check is_single_const in intersect_with_platsMartin Jambor4-1/+56
2018-05-11[arm] PR target/85733 Restore be8 linking behaviour for ARMv6-M and products ...Richard Earnshaw2-1/+6
2018-05-11i386-common.c (OPTION_MASK_ISA_WAITPKG_SET, [...]): New defines.Sebastian Peryt17-12/+346
2018-05-11[arm] PR target/85606 prefer armv6s-m for armv6-m partsRichard Earnshaw2-6/+20
2018-05-11re PR c/85696 (OpenMP with variably modified and default(none) won't compile)Jakub Jelinek8-2/+78