aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-12[Ada] Remove references to VMSArnaud Charlet2-72/+7
2019-12-12[Ada] Mark Ada subprograms and variables referenced from gigiEric Botcazou42-199/+352
2019-12-12[Ada] Improve end of command line arguments detectionDmitriy Anisimkov3-9/+46
2019-12-12[Ada] Remove implicit anonymous access conversion in testcasePierre-Marie de Rodat2-1/+6
2019-12-12[ARC] generate signaling FDCMPF for hard float comparisonsVineet Gupta6-3/+45
2019-12-12[ARC] Use hardware support for double-precision compare instructions.Claudiu Zissulescu2-2/+7
2019-12-12libstdc++: Fix tr1 definition ambiguity in versioned namespaceFrançois Dumont9-0/+40
2019-12-12libstdc++: Qualify isdigit call to fix versioned namespace build.François Dumont2-1/+7
2019-12-12Daily bump.GCC Administrator1-1/+1
2019-12-12opts.c (default_options_table): Move -ftree-loop-distribute-patterns entry fr...Jakub Jelinek3-3/+8
2019-12-12re PR fortran/92899 ([OpenMP] ICE in gfc_trans_omp_atomic, at fortran/trans-o...Jakub Jelinek4-2/+58
2019-12-12re PR target/92723 (ICE in expand_shift_1, at expmed.c:2635)Jakub Jelinek4-12/+24
2019-12-11configure.ac: Factor out common cases for compare_exclusions.Matthias Klose3-4/+9
2019-12-11builtins.c (compute_objsize): Add an argument and set it to offset into desti...Martin Sebor9-111/+477
2019-12-11re PR fortran/92897 ([Coarray] ICE in gfc_set_array_spec, at fortran/array.c:...Steven G. Kargl4-4/+19
2019-12-11MSP430: Add -fno-exceptions multilibJozef Lawrynowicz13-8/+106
2019-12-11Introduce pretty_printer::clone vfuncDavid Malcolm10-0/+83
2019-12-11libgcc: Declare __dso_handle only if DEFAULT_USE_CXA_ATEXIT is trueJozef Lawrynowicz2-1/+10
2019-12-11function-tests.c: expose selftest::make_fndecl for use elsewhereDavid Malcolm3-2/+14
2019-12-11re PR c++/92869 (C++17 wrongly reports aggregate type as not-aggregate (when ...Jakub Jelinek4-1/+39
2019-12-11PR c++/92878 - Parenthesized init of aggregates in new-expression.Marek Polacek4-3/+80
2019-12-11* g++.dg/cpp0x/initlist-new2.C: Clarify comment.Jason Merrill1-1/+1
2019-12-11PR c++/92105 - decltype(decltype) error cascade.Jason Merrill4-10/+35
2019-12-11PR c++/57082 - new X{} and private destructor.Jason Merrill3-1/+20
2019-12-11PR c++/92774 - ICE with implicitly deleted operator<=>.Jason Merrill3-12/+50
2019-12-11[PR92843] [OpenACC] Fix dynamic reference counting for structured 'REFCOUNT_I...Thomas Schwinge6-21/+242
2019-12-11[OpenACC] Consolidate 'GOACC_enter_exit_data' and its helper functions in 'li...Thomas Schwinge5-263/+281
2019-12-11[OpenACC] Consolidate 'async'/'wait' code in 'libgomp/oacc-async.c'Thomas Schwinge5-73/+81
2019-12-11[PR92854] Add 'libgomp.oacc-c-c++-common/acc_map_data-device_already-*.c', 'l...Thomas Schwinge7-0/+210
2019-12-11[OpenACC] Initialize 'dynamic_refcount' whenever we initialize 'refcount'Thomas Schwinge2-0/+9
2019-12-11PR c++/92859 - ADL and bit-field.Jason Merrill3-1/+22
2019-12-11PR c++/92446 - deduction of class NTTP.Jason Merrill3-1/+19
2019-12-11PR middle-end/79221 - missing -Wstringop-overflow= on a strcat overflowMartin Sebor2-0/+25
2019-12-11Adds multibyte awareness to pretty-print.cLewis Hyatt2-1/+71
2019-12-11[testsuite][arm] Remove xfail for vect-epilogues testAndre Vieira2-1/+5
2019-12-11libstdc++: Fix whitepace in changelogJonathan Wakely1-2/+2
2019-12-11arm: Fix an incorrect warning when -mcpu=cortex-a55 is used with -mfloat-abi=...Richard Earnshaw3-28/+57
2019-12-11libgomp – spelling fixes, incl. omp_lib.h.inTobias Burnus16-36/+56
2019-12-11[OpenMP/OpenACC/Fortran] Fix mapping of optional (present|absent) argumentsTobias Burnus3-2/+8
2019-12-11Add ARM-specific Bfloat format support to middle-endStam Markianos-Wright3-0/+144
2019-12-11Fix PR92901: Change test expectation for C++ in OpenACC test clause-locations.c Frederik Harwath2-1/+8
2019-12-11Fix unrecognizable insn of pr92865.Hongtao Liu4-1/+78
2019-12-11Restore enable_if lost during original import of pstlThomas Rodgers3-2/+8
2019-12-11Daily bump.GCC Administrator1-1/+1
2019-12-11compiler: generate type descriptor for pointer to alias defined in another pa...Ian Lance Taylor2-4/+4
2019-12-10libstdc++: Correct noexcept-specifiers on span constructorsJonathan Wakely3-1/+68
2019-12-11re PR tree-optimization/92891 (ice in decompose, at wide-int.h:984)Jakub Jelinek4-1/+28
2019-12-10re PR rtl-optimization/92796 (ICE in lra_assign, at lra-assigns.c:1646 on pow...Vladimir Makarov7-15/+66
2019-12-10re PR fortran/91643 (ICE in gfc_trans_create_temp_array, at fortran/trans-arr...Thomas Koenig4-0/+29
2019-12-10libstdc++: Rework std::copy/copy_backward/move/move_backward/fill/fill_n algosFrançois Dumont28-259/+1988