aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-04-23Protect the trigd functions in libgfortran from unavailable math functions.Fritz Reese2-7/+15
2020-04-23aarch64: disable tests on ilp32 [PR94514]Szabolcs Nagy3-0/+8
2020-04-23rs6000: Small improvement to the C++17 ABI fix [PR94707]Jakub Jelinek2-3/+11
2020-04-23Modify the MVE polymorphic variant arguments to match the MVE intrinsic defin...Srinath Parvathaneni66-118/+1004
2020-04-23doc: Document all D-specific configuration options.Iain Buclaw2-0/+36
2020-04-23rs6000: Fix C++14 vs. C++17 ABI bug on powerpc64le [PR94707]Jakub Jelinek4-5/+47
2020-04-23attribs: Don't diagnose attribute exclusions during error recovery [PR94705]Jakub Jelinek4-1/+26
2020-04-23Daily bump.GCC Administrator1-1/+1
2020-04-22c++: Change -Weffc++ diagnostic to use "declare" (PR 94698)Jonathan Wakely2-2/+8
2020-04-22c++: Inherited constructor template arguments [PR94719]Patrick Palka4-5/+46
2020-04-22c++: Add test for c++/93807Marek Polacek2-0/+39
2020-04-22aarch64: Adjust some testcases for ilp32 option conflict [PR94712]Duan bo5-0/+12
2020-04-22aarch64: unexpected result with -mgeneral-regs-only and sve [PR94678]Fei Yang6-7/+78
2020-04-22Update builtin function documentation.Jeff Law2-0/+6
2020-04-22Use plq/pstq for atomic_{load,store}<mode>Aaron Sawdey2-5/+32
2020-04-22Update flags turned by -O3.Erick Ochoa2-1/+6
2020-04-22c++: Fix misuse of "override" in -Weffc++ warnings (PR 94698)Jonathan Wakely2-2/+8
2020-04-22For assumed-size arrays check if the reference is to a full array.Jose Rui Faustino de Sousa4-1/+33
2020-04-22Add testcase of PR c++/90448, already fixed in trunk.Paolo Carlini2-0/+21
2020-04-22Fix an ILP32 failure.Martin Sebor2-1/+7
2020-04-22S/390: Fix several test casesStefan Schulze Frielinghaus12-40/+59
2020-04-22ia64: Fix C++14 vs. C++17 ABI issue on ia64 [PR94706]Jakub Jelinek2-1/+5
2020-04-22calls: Introduce cxx17_empty_base_field_p [PR94383]Jakub Jelinek3-0/+25
2020-04-22testsuite: [arm] Include arm_acle.h in related effective targetsChristophe Lyon2-0/+16
2020-04-22testsuite: [arm/cde] Include arm_cde.h and arm_mve.h in arm_v8*m_main_cde*Christophe Lyon2-2/+15
2020-04-22testsuite: [arm/mve] Include arm_mve.h in arm_v8_1m_mve_okChristophe Lyon2-0/+7
2020-04-22testsuite: [arm/mve] Use dg-add-options arm_v8_1m_mve in MVE testsChristophe Lyon10-9/+23
2020-04-22testsuite: [arm/mve] Fix mve_move_gpr_to_gpr.cChristophe Lyon2-1/+6
2020-04-22testsuite: [arm/mve] Use arm_softfp and arm_hard as needed in MVE testsChristophe Lyon5-7/+23
2020-04-22testsuite: [arm] Add arm_softfp_ok and arm_hard_ok effective targets.Christophe Lyon4-0/+37
2020-04-22[arm] Add initial support for Arm Cortex-M55Kyrylo Tkachov6-5/+37
2020-04-22[Fortran] Truncate warn with OpenMP/OpenACC/!GCC$ (PR94709)Tobias Burnus5-11/+94
2020-04-22Add a missed Changelog entry.Iain Sandoe1-0/+15
2020-04-22forwprop: Fix ICE when building an identity constructor [PR94700]Richard Sandiford4-1/+52
2020-04-22coroutines, testsuite: Tidy some test names (NFC).Iain Sandoe6-0/+0
2020-04-22coroutines: Pass class reference to promise param preview [PR94682]Iain Sandoe4-9/+63
2020-04-22testsuite: Handle --save-temps in schedule-cleanupsChristophe Lyon2-1/+5
2020-04-22c++: generic lambda forwarding function [PR94546]Jason Merrill3-18/+40
2020-04-22c++: reject scalar array initialization with nullptr [PR94510]Martin Sebor12-149/+333
2020-04-21c++: Diagnose invalid use of member function in requiresPatrick Palka5-4/+38
2020-04-22Daily bump.GCC Administrator1-1/+1
2020-04-21c++: Constrained inherited constructor template [PR94549]Patrick Palka6-7/+39
2020-04-21testsuite: Fix position of changelog entryJonathan Wakely1-5/+5
2020-04-21libstdc++: Support arrays in std::is_nothrow_constructible (PR 94149)Jonathan Wakely2-4/+7
2020-04-21PR middle-end/94647 - bogus -Warray-bounds on strncpy into a larger member ar...Martin Sebor10-57/+110
2020-04-21aarch64, libgcc: Fix unwinding from pac-ret to normal frames [PR94514]Szabolcs Nagy3-0/+108
2020-04-21Fix weakening of external declarations.John David Anglin2-7/+44
2020-04-21forwprop: Fix ICE when building a VEC_PERM_EXPR [PR94683]Richard Sandiford4-0/+46
2020-04-21testsuite: Extend C++ struct-layout-1.exp testing to test C++14 vs. C++17 int...Jakub Jelinek5-18/+95
2020-04-21ubsan: Avoid -Wpadded warnings [PR94641]Jakub Jelinek6-2/+34