aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-02re PR c++/89640 (g++ chokes on lambda with __attribute__)Jakub Jelinek5-1/+34
2019-11-02Daily bump.GCC Administrator1-1/+1
2019-11-02re PR bootstrap/92314 (missing omp-device-properties', needed by 's-omp-devic...Jakub Jelinek8-37/+47
2019-11-02omp-general.h (omp_context_selector_set_compare): Declare.Jakub Jelinek9-127/+475
2019-11-02PR c++/88335 - Implement P1073R3: Immediate functionsJakub Jelinek32-64/+967
2019-11-02PR c++/91369 - Implement P0784R7: constexpr newJakub Jelinek7-3/+189
2019-11-02* gcc.dg/pr36902.c: Terminate dg-warning regexp string.Jakub Jelinek2-1/+5
2019-11-01PR middle-end/91679 - missing -Warray-bounds accessing a member array in a lo...Martin Sebor20-108/+1020
2019-11-01RISC-V: Build soft-float divide routines for -mno-fdiv.Jim Wilson2-0/+21
2019-11-01Fix nodiscard test failures.Jason Merrill2-9/+9
2019-11-01decl.c (match_byte_typespec): New function.Steven G. Kargl5-16/+62
2019-11-01re PR fortran/90988 (Wrong error message with variables named "PUBLIC*")Steven G. Kargl4-11/+37
2019-11-01builtin-sprintf-warn-3.c: Declare test functions with noipa attribute.Martin Sebor2-12/+20
2019-11-01[rs6000] vector conversion RTL pattern update for diff unit sizeKewen Lin3-31/+102
2019-11-01[rs6000] vector conversion RTL pattern update for same unit sizeKewen Lin2-77/+37
2019-11-01[C++ PATCH] cleanup check_field_declsNathan Sidwell4-139/+159
2019-11-01[rs6000] Replace vsx_xvcdpsp by vsx_xvcvdpspKewen Lin3-11/+9
2019-11-01OpenMP] use_device_addr/use_device_ptr with Fortran allocatable/pointer arraysTobias Burnus17-25/+2354
2019-11-01PR testsuite/92127: Disable unrolling for some vect code model casesKewen Lin3-0/+11
2019-11-01Daily bump.GCC Administrator1-1/+1
2019-10-31Regenerate libstdc++ HTML docsJonathan Wakely6-6/+72
2019-10-31Add remaining changes from P1065R2 "constexpr INVOKE"Jonathan Wakely8-15/+257
2019-10-31Partial implementation of C++20 of <ranges> headerJonathan Wakely26-16/+488
2019-10-31Test --help=common for full sentencesAlexandre Oliva2-2/+5
2019-10-31re PR preprocessor/92296 (internal compiler error: Segmentation fault #pragm...Jakub Jelinek7-0/+162
2019-10-31devices-main.c: Move to devices subdirectory.Jozef Lawrynowicz31-29/+69
2019-10-31[AArch64] Fix g++.target/aarch64/sve/vcond_1_run.CRichard Sandiford2-1/+5
2019-10-31[AArch64] Split gcc.target/aarch64/sve/vcond_4*Richard Sandiford7-132/+299
2019-10-31[AArch64] Split gcc.target/aarch64/sve/reduc_strict_3.cRichard Sandiford8-116/+155
2019-10-31[AArch64] Fix build for non-default languagesRichard Sandiford2-2/+9
2019-10-31re PR fortran/92284 (Subroutine with bind(c) attribute causing varied problems)Jakub Jelinek2-3/+9
2019-10-31Ensure that gfortran.dg/achar_2.f90 can failTobias Burnus2-1/+5
2019-10-31[arm] Avoid using negative offsets for 'immediate' addresses when compiling f...Richard Earnshaw2-7/+15
2019-10-31[arm] Pattern match insns for a + ~b + CarryRichard Earnshaw2-0/+40
2019-10-31Remove dead code in IPA ICF.Martin Liska3-14/+6
2019-10-31Ensure that gfortran.dg/achar_2.f90 can failTobias Burnus2-0/+10
2019-10-31Improve tests for std::add_pointerJonathan Wakely2-1/+9
2019-10-31Remove PR 92268 workaround and fix new test failuresJonathan Wakely4-25/+34
2019-10-31Fix handling of arrays in range access customization pointsJonathan Wakely6-46/+164
2019-10-31[testsuite] Fix wrong order of dg-additional-optionsAndre Vieira20-38/+60
2019-10-31Fortran] PR92284 – gfc_desc_to_cfi_desc fixesTobias Burnus8-26/+116
2019-10-31configure.ac: Compute and substitute omp_device_properties and omp_device_pro...Jakub Jelinek18-136/+665
2019-10-31Fortran] PR92277 - Fix assumed-rank array with bind(C)Tobias Burnus4-2/+48
2019-10-31re PR middle-end/92231 (ICE in gimple_fold_stmt_to_constant_1)Jakub Jelinek8-5/+40
2019-10-31[vect]Make vect-epilogues-nomask=1 defaultAndre Vieira118-148/+524
2019-10-31Check precondition for std::ssize(const Container&)Jonathan Wakely7-0/+56
2019-10-31Remove missing usage of cgraph_local_info in arm,bfin and c6x.Martin Liska4-18/+27
2019-10-31re PR c++/90947 (Simple lookup table of array of strings is miscompiled)Jakub Jelinek8-76/+97
2019-10-30PR c++/84810 - constraints on lambdasJeff Chapman II7-3/+270
2019-10-30PR c++/92268 - hard error satisfying return-type-requirementJason Merrill9-13/+43